Multisell strange problem
Posted: Sat Jun 12, 2010 5:38 pm
ok so inside a multisell i had this
and i just added another ingredient like this
and when i tried to see if it works it says that it cant find the list with id 99993 (the multisell xml for these things)
it worked before changing,but now it doesnt,and i changed it back as it was and it still says that the id is missing
what the hell did i do ,i dont really get it ,any help?
Code: Select all
<!-- Event - Black Crystal Cube Fragment --> <item id="1"> <ingredient id="4037" count="600"/> <production id="14738" count="1"/> </item>
Code: Select all
<!-- Event - Black Crystal Cube Fragment --> <item id="1"> <ingredient id="4037" count="600"/> <ingredient id="forgot id" count="600"/> <production id="14738" count="1"/> </item>
it worked before changing,but now it doesnt,and i changed it back as it was and it still says that the id is missing
what the hell did i do ,i dont really get it ,any help?