integral Posted February 24, 2012 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 167 Reputation: 4 Joined: 02/01/12 Last Seen: August 20, 2017 Share 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 Link to comment Share on other sites More sharing options...
JayPee Posted February 24, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share 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 Link to comment Share on other sites More sharing options...
integral Posted February 24, 2012 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 167 Reputation: 4 Joined: 02/01/12 Last Seen: August 20, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
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 integralLink to comment
Share on other sites
2 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.