Jump to content
  • 0

Graphic Help new to rAthena


shirofuji

Question


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

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

Link to comment
Share on other sites

3 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:  

As far as I know you should write [ACCESSORY_IDs.ACCESSORY_LIGHTHALZEN_AURA] = "_lighthalzen_aura", if you want to change it name in game you can change it in item_db and in idnum2itemdisplaynametable.txt In Lua you must write original name of sprite.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

The formats to follow :

inside accessoryid.lua =>

[ACCESSORY_IDs.ACCESSORY_<dbname i.e. the SECOND FIELD in item_db line>] = "_<Name of sprite without the male/female prefix and extensions>",

inside accname.lua

ACCESSORY_<dbname i.e. the SECOND FIELD in item_db line> = <view id i.e 19th field of the item_db line just before the scripts are specified> ,

Don't forget the commas either. You can make the dbname mentioned above ALL CAPS also if you want a more uniform look.

when you use @iteminfo Both the dbname as well as the <display name> of the item shows up. The <display name> is what you set in *num2itemdisplaynametable.txt files and also what you see as the item name in all the windows.

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