Page 1 of 1

Multisell strange problem

Posted: Sat Jun 12, 2010 5:38 pm
by Anakin666
ok so inside a multisell i had this

Code: Select all

  <!-- Event - Black Crystal Cube Fragment -->  <item id="1">    <ingredient id="4037" count="600"/>    <production id="14738" count="1"/>  </item>
and i just added another ingredient like this

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>
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?

Re: Multisell strange problem

Posted: Sat Jun 12, 2010 7:46 pm
by Anakin666
fixed,you can close this,and for all those that didnt know the answer is -> you need UTF-8 Encoding (open xml with notepad,save as ,encoding utf-8)