<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cosmetic - extra flags on lore]]></title><description><![CDATA[<p dir="auto">Object 'black scimitar sword blade' is type weapon, extra flags <strong>none</strong> remort_only.</p>
<p dir="auto">So I take it the extra field on that object has no matching flag bits set. Why not just ignore that if the field results to none?</p>
]]></description><link>https://forum.v2.sentiencemud.net/topic/460/cosmetic-extra-flags-on-lore</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 00:14:48 GMT</lastBuildDate><atom:link href="https://forum.v2.sentiencemud.net/topic/460.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Oct 2006 00:59:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cosmetic - extra flags on lore on Mon, 30 Oct 2006 02:13:20 GMT]]></title><description><![CDATA[<p dir="auto">I'm guessing the one I viewed had garbage bits in it that the flag-&gt;string function didn't recognize, so it generated "none". Your copy likely had it set to zero, which I'm guessing the code checks before attempting to do the flag-&gt;string.</p>
<p dir="auto">Perhaps create a set of VALID_*_MASK for every flag bank, where * is the name of the bank, such as VALID_OBJEXTRA_MASK. The define would have all valid bit positions associated WITH that set of flags.</p>
<p dir="auto">A simple check like so…</p>
<pre><code>if(obj-&gt;extra &amp; VALID_OBJEXTRA_MASK)

</code></pre>
<p dir="auto">would filter out possible garbage bits from corrupting system checks.</p>
]]></description><link>https://forum.v2.sentiencemud.net/post/3910</link><guid isPermaLink="true">https://forum.v2.sentiencemud.net/post/3910</guid><dc:creator><![CDATA[Nibelung]]></dc:creator><pubDate>Mon, 30 Oct 2006 02:13:20 GMT</pubDate></item><item><title><![CDATA[Reply to Cosmetic - extra flags on lore on Sun, 29 Oct 2006 03:13:37 GMT]]></title><description><![CDATA[<p dir="auto">I couldn't recreate this with the same object you tried.</p>
<p dir="auto">Object 'black scimitar sword blade' is type weapon, extra flags remort_only.</p>
<p dir="auto">??</p>
]]></description><link>https://forum.v2.sentiencemud.net/post/3905</link><guid isPermaLink="true">https://forum.v2.sentiencemud.net/post/3905</guid><dc:creator><![CDATA[Syn]]></dc:creator><pubDate>Sun, 29 Oct 2006 03:13:37 GMT</pubDate></item></channel></rss>