-
Enthusiast
WZ Item changes not Showing/Working
FINAL EDIT: I yolo'd it and went ahead and re-dumped my items via the dump-batch. Worked like a charm, this does not change the monster drops, that is done with a SQL query. Thanks!
Excuse my ignorance, it has been a few years since I've done this.
I am attempting to edit stats of items.
I go into character.wz, go to Red Sauna Robe (01051017).
I changed the required level to 5. (This is showing in game, although it is not working, still have to be level 30)
I made it add 3 STR, LUK, INT and DEX by adding the nodes. (incDEX, 3) (incSTR, 3) (incLUK 3) (incINT, 3)
The increased stats are not working either. So the level change is showing in the game, but not working, the stat changes aren't showing either.
After editing the item, I save it as Character.wz and place in my v117 maplestory folder. I also dump the new Character.wz as XML and replace the Character.wz folder in my wz folder on server.
What am I doing wrong?
EDIT: I should be clear that I have the Red Sauna Robe as an added drop to Green Snail and the Green Snail is in FM 1 now. The item does drop, just with no increased stats, the level is shown as 5 but still requires level 30.
EDIT 2: The Sauna robe is actually rolling grey even though it has above average stats because it is not rolling the newly added stats.
EDIT 3: Was just thinking, do I need to re-dump my items with the dump_items batch? Don't want to do it unless I know it won't re-write my drop tables.
Thanks!
Last edited by Pepasone; 30-12-16 at 10:23 PM.
-
-
Re: WZ Item changes not Showing/Working
I believe you need to change it in the String.wz as well. You might not though. I haven't wz edited in awhile tbh.
-
Enthusiast
Re: WZ Item changes not Showing/Working
Thanks for input, I just needed to re-dump items via the item_dump.bat.
Thanks!