Jump to content
  • 0

[help] How to fix this error ??


claww

Question

look i get this error because of multisell shop, when i try buy more than 1 weapon and i go in text box where to write how many items i want  i cannot change value "1" from box and appear on console this error .... how can i fix it???

i dont like to see errors on my console :-s

 

errn.th.png

 

 

 

 

Thanks !

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

it look

 

<?xml version='1.0' encoding='utf-8'?>

<!-- amazing multisell-compiler -->

 

<list>

   <!-- Dynasty Weapon -->

   <item id="1">

   <ingredient id="6673" count="900"/>

   <production id="9376" count="1"/>

   </item>

 

   <!-- Dynasty Weapon -->

   <item id="2">

   <ingredient id="6673" count="1500"/>

   <production id="9377" count="1"/>

   </item>

 

   <!-- Dynasty Weapon -->

   <item id="3">

   <ingredient id="6673" count="1500"/>

   <production id="9378" count="1"/>

   </item>

 

etc...

 

......................................................

</list>

 

@ core update .. how can i do that ? with maven ?? which is the link for get the last pack... dont know how to mean... for l2j the link look as it ...  svn://l2....... 

Link to comment
Share on other sites

  • 0

start with

 

<?xml version='1.0' encoding='utf-8'?>

 

<!-- my multisell -->

 

<list>

 

leave one line after <list> and put the stuff above it , leave 1 line every item u add and at last add

 

 

</list>

 

leave one line after the </item> of the last item u added

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...