Jump to content
  • 0

Large Baphomet Horn view/sprite id


gleynn

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   2
  • Joined:  08/10/12
  • Last Seen:  

Anyone knows how can i change the sprite/view of the blue one to match the red?

image.png.9a1c039bafdd59da1874c9dc2a67eb5e.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  12/12/11
  • Last Seen:  

You need to change the sprite setting for the item (if you wants to make the blue match the red)

In "Your Ragnarok Online/System" Folder, open ItemInfo.lub or ItemInfo_sak.lub (depend on your servertype in clientinfo)

I assume, you are using Large Baphomet Horns with ID 5518
or if you have different item, search the item you want to change in the ItemInfo

		identifiedDisplayName = "Gigantic Majestic Goat",
		identifiedResourceName = "대형마제스틱고우트",
		ClassNum = 180

Since the "red" one sprite derived from Majestic goat (ID 2256), you need search and change your "Large Baphomet Horns" sprite
copy the
identifiedResourceName (Sprite's File Name)
ClassNum (This is similar to View ID)

So, your data will be like this

		identifiedDisplayName = "Gigantic Majestic Goat",
		identifiedResourceName = "마제스틱고우트",
		ClassNum = 41

You can change different headgear with this way, if you want to change different sprite (not headgear) you don't need to fill the ClassNum

Also this way only work with 2015+ Clients

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