Jump to content
  • 0

Duplicate Existing Item Sprites


integral

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   4
  • Joined:  02/01/12
  • Last Seen:  

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 integral
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   4
  • Joined:  02/01/12
  • Last Seen:  

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 by integral
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...