integral Posted February 24, 2012 Posted February 24, 2012 (edited) How to copy the existing item sprite? For example, Sprite of Red Herb. And then I created an accessory, and I want to use the sprite of Red Herb as its sprite? Thank you. Edited February 24, 2012 by integral Quote
JayPee Posted February 24, 2012 Posted February 24, 2012 look for your idnum2itemresnametable.txt that can be in your data folder or GRF. then open it using a text edittor program ex: Notepad++ since red herb item id is 507, you just search for it which is like this: 507#»¡°£Çãºê# to duplicate or assign it to another item just copy and change the itemid itemid#»¡°£Çãºê# For example: I want my item that has an item id for 1001 to look like a red herb: 1001#»¡°£Çãºê# for the description of the item just add them in: idnum2itemdisplaynametable.txt idnum2itemdesctable.txt Quote
integral Posted February 24, 2012 Author Posted February 24, 2012 (edited) Thank you, it worked. Though I tried using the #35000~#40000 in item_db2.txt, but it doesn't work, though I think it works with #30000 and below. Anywho, it worked and problem solved. Edited February 24, 2012 by integral Quote
Question
integral
How to copy the existing item sprite?
For example,
Sprite of Red Herb.
And then I created an accessory, and I want to use the sprite of Red Herb as its sprite?
Thank you.
Edited by integral2 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.