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
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.
What webhosting are you using? You'll need to talk with administrators of the webhosting to open outgoing connections to port 1433, maybe they won't open it for you, instead, you should get a webhosting for mu online since they always have 1433 port open for outgoing connections. Also, make sure you have your 1433 TCP port open for incoming connections, for security, I suggest you exclusively add the cPanel IP Address to connect to your port 1433 in your firewall, so no one else can try to connect to your database.
Let me know if you have any questions, happy to help.
Question
xShady91l
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
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
5 answers to this question
Recommended Posts
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.