jurchiks wrote:ok, so all the list works except the 1 item you added... right?
if so then it does look like a bug.
from the list all work, except these that i added, all below dont appear. for ex i have item 16239 in inventory + 10 items of 12374, but in the box, in game, it doesent show me the production id, item 16307!
Code: Select all
# <item id="51"># <ingredient id="16239" count="1"/># <ingredient id="12374" count="10"/># <production id="16307" count="1"/># </item># # <item id="52"># <ingredient id="16240" count="1"/># <ingredient id="12374" count="10"/># <production id="16308" count="1"/># </item># # <item id="53"># <ingredient id="16244" count="1"/># <ingredient id="12374" count="10"/># <production id="16312" count="1"/># </item># # <item id="54"># <ingredient id="16245" count="1"/># <ingredient id="12374" count="10"/># <production id="16313" count="1"/># </item># # <item id="55"># <ingredient id="16246" count="1"/># <ingredient id="12374" count="10"/># <production id="16314" count="1"/># </item># # <item id="56"># <ingredient id="16247" count="1"/># <ingredient id="12374" count="10"/># <production id="16315" count="1"/># </item># # <item id="57"># <ingredient id="16248" count="1"/># <ingredient id="12374" count="10"/># <production id="16316" count="1"/># </item># # <item id="58"># <ingredient id="16249" count="1"/># <ingredient id="12374" count="10"/># <production id="16317" count="1"/># </item># # <item id="59"># <ingredient id="16250" count="1"/># <ingredient id="12374" count="10"/># <production id="16318" count="1"/># </item># # <item id="60"># <ingredient id="16251" count="1"/># <ingredient id="12374" count="10"/># <production id="16319" count="1"/># </item># # <item id="61"># <ingredient id="16252" count="1"/># <ingredient id="12374" count="10"/># <production id="16320" count="1"/># </item># # <item id="62"># <ingredient id="16253" count="1"/># <ingredient id="12374" count="10"/># <production id="16321" count="1"/># </item># # <item id="63"># <ingredient id="16255" count="1"/># <ingredient id="12374" count="10"/># <production id="16322" count="1"/># </item># # <item id="64"># <ingredient id="16221" count="1"/># <ingredient id="12374" count="10"/># <production id="16289" count="1"/># </item># # <item id="65"># <ingredient id="16222" count="1"/># <ingredient id="12374" count="10"/># <production id="16290" count="1"/># </item># # <item id="66"># <ingredient id="16223" count="1"/># <ingredient id="12374" count="10"/># <production id="16291" count="1"/># </item># # <item id="67"># <ingredient id="16227" count="1"/># <ingredient id="12374" count="10"/># <production id="16295" count="1"/># </item># # <item id="68"># <ingredient id="16228" count="1"/># <ingredient id="12374" count="10"/># <production id="16296" count="1"/># </item># # <item id="69"># <ingredient id="16229" count="1"/># <ingredient id="12374" count="10"/># <production id="16297" count="1"/># </item># # <item id="70"># <ingredient id="16230" count="1"/># <ingredient id="12374" count="10"/># <production id="16298" count="1"/># </item># # <item id="71"># <ingredient id="16231" count="1"/># <ingredient id="12374" count="10"/># <production id="16299" count="1"/># </item># # <item id="72"># <ingredient id="16232" count="1"/># <ingredient id="12374" count="10"/># <production id="16300" count="1"/># </item># # <item id="73"># <ingredient id="16233" count="1"/># <ingredient id="12374" count="10"/># <production id="16301" count="1"/># </item># # <item id="74"># <ingredient id="16234" count="1"/># <ingredient id="12374" count="10"/># <production id="16302" count="1"/># </item># # <item id="75"># <ingredient id="16237" count="1"/># <ingredient id="12374" count="10"/># <production id="16305" count="1"/># </item># # <item id="76"># <ingredient id="16236" count="1"/># <production id="16304" count="1"/># </item>
the list is ok, cause the items before these , are show in the box, it s ishuma unsealer in game (unseals sealed armors)
what i did was to unseal moirai chaotic armor , wich is in etc_items.sql and not in armors_sql , bu ti dont think multisell cares where the item id is no?
can u try maybe on ur multisell to add one of the items? this for ex?
Code: Select all
<item id="76"># <ingredient id="16236" count="1"/># <production id="16304" count="1"/># </item>
i mean, i rly dont get it what the problem could be, like i ve said the vesper armors from list work ok (before id 50) the list LOADS OK, no error no nothing...
so i believe the only thing that it can be is the items? but multisell shoulnt care if the ingredient is in etc_items for ex or armors no?
i dont see the error...