Jump to content
  • 0

help My Custom Headgear Doesn't Appear! But No Error Message, No


Chiaki

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

I have some custom headgears with view ID 1000+, and I've patched my ragexe for up to 5000 view ID, I got no error, and everything is fine, I can see them in inventory, I can right click them, I can drop them, and I can wear them, but my character's appearance still like naked.

 

I've checked all the sprites, textures, accessoryid.lua, accname.lua and everything is fine. I use ragexe 2013-08-07.

Please help me... /sob /sob /sob

Edited by Chiaki
Link to comment
Share on other sites

13 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

check your view id in ur item_db2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

already, but I dont write them in item_db2, but in item_db in "re" folder

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

just write it in trunk\db\item_db2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

check view_id it lua files and in item_db

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

just write it in trunk\db\item_db2

still can't appear /sob

 

check view_id it lua files and in item_db

I've checked the view id in accessoryid.lua, accname.lua, then I compare them with item_db, but still nothing happen, more suggestion?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

check lua_commas? check sprite path/name? must be imported correctly to each folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

have you chech the spr and act have a file size ?

 

try to reload the sprite .

 

post your accessoryid lua accname lua idresnametable and iddisplaynametable item_db2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

check lua_commas? check sprite path/name? must be imported correctly to each folder.

 

I've give coma for every item in lua, but dont give a coma for the last one, is it right?

 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

at re/item_db and item_db2

3296,Fallen_Gladiator_Crown,Fallen Gladiator Crown,5,1000,,210,,7,,2,0xFFFFFFFF,63,2,256,,99,1,1056,{ bonus bAllStats,1; },{},{}

3297,Fallen_Gladiator_Wings,Fallen Gladiator Wings,5,1000,,210,,7,,1,0xFFFFFFFF,63,2,512,,99,1,1057,{ bonus bAllStats,1; },{},{}

3298,Fallen_Gladiator_Aura,Fallen Gladiator Aura,5,1000,,210,,7,,1,0xFFFFFFFF,63,2,1,,99,1,1058,{ bonus bAllStats,1; },{},{}

 

at idnum2itemdisplaynametable

3296#Fallen_Gladiator_Crown#

3297#Fallen_Gladiator_Wings#

3298#Fallen_Gladiator_Aura#

 

at idnum2itemresnametable

3296#fallen_gladiator_crown#

3297#fallen_gladiator_wings#

3298#fallen_gladiator_aura#

 

at accessoryid

    ACCESSORY_fallen_gladiator_crown = 1056,

    ACCESSORY_fallen_gladiator_wings = 1057,

    ACCESSORY_fallen_gladiator_aura = 1058,

 

at accname

    [ACCESSORY_IDs.ACCESSORY_fallen_gladiator_crown] = "_fallen_gladiator_crown",

    [ACCESSORY_IDs.ACCESSORY_fallen_gladiator_wings] = "_fallen_gladiator_wings",

    [ACCESSORY_IDs.ACCESSORY_fallen_gladiator_aura] = "_fallen_gladiator_aura",

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

at accname


    [ACCESSORY_IDs.ACCESSORY_FALLEN_GLADIATOR_CROWN] = "_fallen_gladiator_crown",


 


at accessoryid


    ACCESSORY_FALLEN_GLADIATOR_CROWN = 1056,


 


USE CAPITAL LETTER TRY IT AND DONT PUT A COMA IN THE LAST ITEM .


Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

still nothing /sob , but thanks for your sugestion. /no1

Or maybe its because my hexed ragexe? I use 2013-08-07. I wanna test it with another ragexe, but my server always reject

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

still nothing /sob , but thanks for your sugestion. /no1

Or maybe its because my hexed ragexe? I use 2013-08-07. I wanna test it with another ragexe, but my server always reject

Are your sprites are in the proper location/path in your grf? Also are they properly named?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   0
  • Joined:  09/12/13
  • Last Seen:  

 use data folder that is compatible to you . i have the same problem but i just download new data folder here

http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/

Edited by keima25
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

 use data folder that is compatible to you . i have the same problem but i just download new data folder here

http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/

 

thanks keima, I'll try it!

 

Well, I have a problem, my old sprite folder name, is in Korean, and the sprites too, but that data folder with ASCII folder name, how can I move my sprite?

still nothing /sob , but thanks for your sugestion. /no1

Or maybe its because my hexed ragexe? I use 2013-08-07. I wanna test it with another ragexe, but my server always reject

Are your sprites are in the proper location/path in your grf? Also are they properly named?

I think so, coz I got no error message

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