Jump to content
  • 0

Question

Posted (edited)

Hello guys long time ago i don't have work with servers and i started again but L2J (h5) made any strange changes and i can't get how make multisell work normal 

 

well i realize that they add restriction for npc 

<npcs>
<npc>30731</npc> <!-- Martin (Pet Manager) -->
</npcs>

this is example xml with ID:1000

i also realize that they made ID limit 65535 

 

so when i start to make my custom gm shop i made some multisell with id less than 65535

and when i try to use them in my gm shop i got error 

[08/11 12:57:27] MultisellData: can't find list id: 30001 requested by player: Shady, npcId:80003
 
i try to change this code 

<npcs>
<npc>30731</npc> <!-- Martin (Pet Manager) -->
</npcs>
 
with id of my gm shop and nothing again when i remove npc code multisell works for once when i reload not working anymore 
even if i restart server it not working
i try many many things to try to make it work
if any one get solution or find out how multisell working properly please tell me ty
 

 

Edited by xShady91l

5 answers to this question

Recommended Posts

  • 0
Posted
can't find list id: 30001

Simple as that, your multisell name must be "30001".

 

soo is that so simple ? cuz my multisell is called 30001.xml do you think i would let so stupid mistake and ask help for it ? :D 

  • 0
Posted

well which part u didn't read? :D 

 

[bG] Ташак ли си праиш :D :D 

 

with id of my gm shop and nothing again when i remove npc code multisell works for once when i reload not working anymore 
even if i restart server it not working
  • 0
Posted

Hi man i had this problem but i solved it try this for example and try on your server :

<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">
<npcs>
  <npc>10002</npc> <!-- HERE MUST BE NPC ID his SPAWN ID -->
</npcs>
  <item >
    <ingredient id="57" count="1000"/>
    <production id="13435" count="1"/>
  </item>
</list>

and this paste in multisell/custom and in config enable customMultisell

 

PS: i use newest l2jserver pack :)

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock