Jump to content
  • 0

[help] How to fix this error ??


Question

Posted

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 !

4 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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