Hello,
Im working on a private server, the problem is when I open a character ( inside the account or mu maker ) the private inventory is full of "kris" ( small weapon )..
How do I fix it?
Hello,
Im working on a private server, the problem is when I open a character ( inside the account or mu maker ) the private inventory is full of "kris" ( small weapon )..
How do I fix it?
In case you haven't realized, Kris is item index 0 0.
which means this: either your character has some invalid item in their inv and the server catch those and rewrite them to 0 0 item, or you have custom items went wrong.
I suggest you look at your SQL codes, and server data, mainly item related portions.
So what you suggest after all, nemoma? this code is the code that brings Axe( AS I WANT ) + a lot of krisses... so just give me an example please for how to change it for no kris/1-axe code :) thx.. 0x0000123456780000001000FFFFFFFFFF
I... don't quite know what you're referring to.
If you are tempering with one's starting inv, then you're supposed to fill out all of them, instead of just put a single item.
If you are awarding an item through sql, there may be some problem in your code, but I don't have my reference handy at this moment so I can't tell you what's wrong, I'll pass to someone who is more knowlegdeable on this matter. Mainwhile, check your hex code using MUMaker or something.
Ok , thank you.
That problem happens when you insert items in vault via mumaker and the vault has not been opened even once ingame.
Fix: Open first the vault ingame at least once before it can be used by mumaker.