Jump to content
  • 0
evespiridion

Creating a custom etc item with the same sprite of an original item

Question

As the title says, I want to create a custom item with the same sprite of a pre-existing item in-game. For example jellopy. Can I just use the jellopy sprite in the data.grf for this? Or do I have to copy and paste jellopy's sprites and rename it into the new item I wanted? Thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Yes. When you're adding the item to your num2 files, just direct it to the original item's sprite.

Link to comment
Share on other sites

db/item_avail.txt ?

It will copy the item server-side and tell to the client that your custom item is another item (so no need to add something client-side).

Link to comment
Share on other sites

Yep. Just look up the idnum2resnametable of Jellopy's item id and you should be good in terms of copying the sprite look.

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.