Jump to content
  • 0

Invisible Hats~


iFoxkun

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  189
  • Reputation:   16
  • Joined:  11/20/11
  • Last Seen:  

Hmm, I want to make an invisible hat but I'm not so sure how. Like. What would the view ID be, do i need to add .spr and .act files? o-o

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  106
  • Reputation:   28
  • Joined:  11/08/11
  • Last Seen:  

Use view ID 0.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  189
  • Reputation:   16
  • Joined:  11/20/11
  • Last Seen:  

Do i have to put in .spr or .acts?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  33
  • Reputation:   6
  • Joined:  11/12/11
  • Last Seen:  

Check Gemmed Sallet and copy/paste? /oh

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  399
  • Reputation:   198
  • Joined:  11/09/11
  • Last Seen:  

In the code for the headgear itself, set the view ID to 0. This will make it display nothing when worn in-game. You do not need to add any new .spr or .act files for this, however, in the idnum tables, you will need to write entries for any items you wish to make just as you would any other headgear. The sprite displayed by headgears is not determined client-side, but is rather a view ID # assigned in the item's data in the server's database (item_db 'view' column).

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  10
  • Reputation:   1
  • Joined:  11/24/11
  • Last Seen:  

It also depends whether you want it to have an item drop sprite or not. Also, its image requirement (.bmp) on "item" and "collection" folders on the texture folder (data folder).

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  186
  • Reputation:   51
  • Joined:  11/14/11
  • Last Seen:  

Just a simple pseudo form..

If you want the item not to be shown, you just need the item info, drop img and drop sprite.

If you want the item to be shown, you need the same + the sprite for wearing the item.

As you can see, you will always need the item info image (viewable on rightclick), the drop image and drop sprite.

Only the viewable sprite is optional.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  189
  • Reputation:   16
  • Joined:  11/20/11
  • Last Seen:  

Ahh thanks guys ;D

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