Jump to content
  • 0

I need help with my Sprite


shirofuji

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  10/05/12
  • Last Seen:  

i did add my sprite to the grf in all respective folders, I also added sprites for each gender, but still my headgear looks like a beard. I added my headgear in the lua files but still no change.

post-8521-0-51204800-1353524120_thumb.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  37
  • Reputation:   15
  • Joined:  04/13/12
  • Last Seen:  

I think that problem is in item_db where you put this sprite. Please check accessoryid in lua there is view id of your sprite and it should be the same in your item db (column View) of your sprite.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  10/05/12
  • Last Seen:  

can you give me an example i didnt get your meaning

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  37
  • Reputation:   15
  • Joined:  04/13/12
  • Last Seen:  

  • In lua datainfo - accessoryid

ACCESSORY_OXYGEN_MASK = 90,

  • in item_db

5004,Oxygen_Mask,Oxygen Mask,5,20,,200,,0,,0,0xFFFFFFFE,7,2,1,,0,0,90,{ bonus2 bResEff,Eff_Poison,2000; },{},{}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

i think that's the drop sprite!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  10/05/12
  • Last Seen:  

Thanks guys!

Hey Anastashia I tried what you said, but it cannot seem to detect the .act file and .spr file

although they are in my grf and they are defined in my accname.lua:

[ACCESSORY_IDs.ACCESSORY_LIGHTHALZEN_AURA] = "_lighthalzen"

error is like this:

Cannot find file: sprite\¾Ç¼¼»ç¸®\¿©\¿©.act

Cannot find file: sprite\¾Ç¼¼»ç¸®\¿©\¿©.spr

Edited by shirofuji
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...