- Joined
- Aug 1, 2008
- Messages
- 94
- Reaction score
- 2
[Tut]Changing items stats with NotePad
Hey guys.. I will tell you how to edit the items stats without any program! [EXCEPT FOR NOTEPAD]
First of all, go to your repack when you open it go to your wz folder
Then, Once your in there. Go to your character.wz folder.
Next, Now your there, go to like any folder inside there, for ex. the folder Cap. now look for the item ID once you found it, look for the ID in your folder.. Like for example for a Wizet hat, 1002140
Okay, Now when you found it in the folder. Right click, then press open with notepad!
Finally, here is the part when you get to edit, When you opened it with notepad. You will see like stuff that says like for ex: There is a part that says
<int name="reqJob" value="0"/>
<int name="reqLevel" value="0"/>
<int name="reqSTR" value="0"/>
<int name="reqDEX" value="0"/>
<int name="reqINT" value="0"/>
<int name="reqLUK" value="0"/>
Now when you opened it, you can change the stats by changing req to inc. then change the 0 to any stats you want.. Remember please do not edit the stats higher than 32767..
Once you done, ill be telling you more stuff, okay, req means requirment, btw you cannot change the requirements of the items
ill tell you what to edit, incPAD means Attack incSTR means strength incDEX means Dexterty incINT Means intelligence incLUK means Luk, okay now that your done, if you have any questions just post =)
NOTE: Case sensitive, I REPEAT CASE SENSITIVE!!!! do not change the cash.. it will not work, but ill tell you how to change the cash of the item, open MySQL and put this in notepad and save as something.sql then once you did it put this in your sql file
update shopitems where itemid = [id] set price = [amount]
then once you did it open MySQL and open file then open script then pick your sql file you wanna excute, once you opened press excute!
If this is for don8r only, i have a good idea, ill tell you how to make it not drop from every monster!
make an sql file again put this in it,
DELETE FROM monsterdrops WHERE itemid = [id]
Thats good for items that are edited =)
Post any questions ! =)
Hey guys.. I will tell you how to edit the items stats without any program! [EXCEPT FOR NOTEPAD]
First of all, go to your repack when you open it go to your wz folder
Then, Once your in there. Go to your character.wz folder.
Next, Now your there, go to like any folder inside there, for ex. the folder Cap. now look for the item ID once you found it, look for the ID in your folder.. Like for example for a Wizet hat, 1002140
Okay, Now when you found it in the folder. Right click, then press open with notepad!
Finally, here is the part when you get to edit, When you opened it with notepad. You will see like stuff that says like for ex: There is a part that says
<int name="reqJob" value="0"/>
<int name="reqLevel" value="0"/>
<int name="reqSTR" value="0"/>
<int name="reqDEX" value="0"/>
<int name="reqINT" value="0"/>
<int name="reqLUK" value="0"/>
Now when you opened it, you can change the stats by changing req to inc. then change the 0 to any stats you want.. Remember please do not edit the stats higher than 32767..
Once you done, ill be telling you more stuff, okay, req means requirment, btw you cannot change the requirements of the items
ill tell you what to edit, incPAD means Attack incSTR means strength incDEX means Dexterty incINT Means intelligence incLUK means Luk, okay now that your done, if you have any questions just post =)
NOTE: Case sensitive, I REPEAT CASE SENSITIVE!!!! do not change the cash.. it will not work, but ill tell you how to change the cash of the item, open MySQL and put this in notepad and save as something.sql then once you did it put this in your sql file
update shopitems where itemid = [id] set price = [amount]
then once you did it open MySQL and open file then open script then pick your sql file you wanna excute, once you opened press excute!
If this is for don8r only, i have a good idea, ill tell you how to make it not drop from every monster!
make an sql file again put this in it,
DELETE FROM monsterdrops WHERE itemid = [id]
Thats good for items that are edited =)
Post any questions ! =)
Last edited: