Jump to content
  • 0

Custom Item Not Show


chelsea45

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/18/16
  • Last Seen:  

Help please T-T (sorry if my english it's bad)

 

post-39284-0-84270100-1464216219_thumb.png

Edited by chelsea45
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   120
  • Joined:  05/23/12
  • Last Seen:  

Please give us more informations otherwise we cant help you.

 

Which exe date you are using? -- In my opinion it is 2015-10-29

Does you have "headgear view id up to 32000 or 5000" enabled?

Which software you are using to diff your exe? -Nemo(recommented) or weediffgen

Does you have "read lub before lua" enabled? And do you insert the items at the correct file?

Do you have inserted the files into the .grf or otherwise do you correct inserted the files in data folder("read data folder first" diff is needed)?

 

Rynbef~

Edited by Rynbef
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  09/08/15
  • Last Seen:  

check your folder System>RagInfo>ItemInfo.lub

what is right or wrong

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/18/16
  • Last Seen:  

ItemInfo.lub 

[29539] = {
unidentifiedDisplayName = "Luffy_Hat",
unidentifiedResourceName = "Luffy_Hat",
unidentifiedDescriptionName = {
"?Implant?par logiciel Mehat ?",
"Class: ^777777Costume^000000",
"Defense: ^7777770^000000",
"Weight: ^777777100^000000",
"Required Level: ^7777771^000000",
"Jobs: ^777777All^000000",
},identifiedDisplayName = "Luffy_Hat",
identifiedResourceName = "Luffy_Hat",
identifiedDescriptionName = {
"?Implant?par logiciel Mehat ?",
"Class: ^777777Costume^000000",
"Location: ^777777Haut^000000",
"Defense: ^7777772^000000",
"Weight: ^7777771^000000",
"Required Level: ^7777771^000000",
"Jobs: ^777777All^000000",
},
slotCount = 2,
ClassNum = 0,
},

for more information i use aRagexe 2015-11-04

 

for the moment i doesn't use a grf

Edited by chelsea45
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   120
  • Joined:  05/23/12
  • Last Seen:  

Hey,

 

you will need to add your item into the accessoryid.lua and the accname.lua at the "datainfo" folder. And you'll need to change the "ClassNum" to the same ID you've inserted at the accessoryid.lua.

 

https://rathena.org/wiki/Custom_Items

 

Rynbef~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/18/16
  • Last Seen:  

when i change the ClassNum in iteminfo my aragexe crash (run in administrator)

 

post-39284-0-29224700-1464307506_thumb.png

 

accessoryid.lua

ACCESSORY_Luffy_Hat_1 = 2514,

accname.lua

[ACCESSORY_IDs.ACCESSORY_Luffy_Hat_1] = "_Luffy_Hat",

iteminfo.lub

[29539] = {
unidentifiedDisplayName = "Luffy_Hat",
unidentifiedResourceName = "Luffy_Hat",
unidentifiedDescriptionName = {
"?Implant?par logiciel Mehat ?",
"Class: ^777777Costume^000000",
"Defense: ^7777770^000000",
"Weight: ^777777100^000000",
"Required Level: ^7777771^000000",
"Jobs: ^777777All^000000",
},identifiedDisplayName = "Luffy_Hat",
identifiedResourceName = "Luffy_Hat",
identifiedDescriptionName = {
"?Implant?par logiciel Mehat ?",
"Class: ^777777Costume^000000",
"Location: ^777777Haut^000000",
"Defense: ^7777772^000000",
"Weight: ^7777771^000000",
"Required Level: ^7777771^000000",
"Jobs: ^777777All^000000",
},
slotCount = 2,
ClassNum = 2514,
},
Edited by chelsea45
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

 

when i change the ClassNum in iteminfo my aragexe crash (run in administrator)

 

attachicon.gifSans titre.png

 

accessoryid.lua

ACCESSORY_Luffy_Hat_1 = 2514,

accname.lua

[ACCESSORY_IDs.ACCESSORY_Luffy_Hat_1] = "_Luffy_Hat",

iteminfo.lub

[29539] = {
unidentifiedDisplayName = "Luffy_Hat",
unidentifiedResourceName = "Luffy_Hat",
unidentifiedDescriptionName = {
"?Implant?par logiciel Mehat ?",
"Class: ^777777Costume^000000",
"Defense: ^7777770^000000",
"Weight: ^777777100^000000",
"Required Level: ^7777771^000000",
"Jobs: ^777777All^000000",
},identifiedDisplayName = "Luffy_Hat",
identifiedResourceName = "Luffy_Hat",
identifiedDescriptionName = {
"?Implant?par logiciel Mehat ?",
"Class: ^777777Costume^000000",
"Location: ^777777Haut^000000",
"Defense: ^7777772^000000",
"Weight: ^7777771^000000",
"Required Level: ^7777771^000000",
"Jobs: ^777777All^000000",
},
slotCount = 2,
ClassNum = 2514,
},

 

did you diff to "read lua before lub"?...

 

and also check this....are you sure this is correct?

accessoryid.lua

ACCESSORY_Luffy_Hat_1 = 2514,

accname.lua

[ACCESSORY_IDs.ACCESSORY_Luffy_Hat_1] = "_Luffy_Hat",

"Luffy_Hat_1"?

Edited by Mushimaru
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/18/16
  • Last Seen:  

yes, i read lua before lub 

 

for the Luffy_Hat_1 the _1 it's present for all my hat (I tried to remove and i solved the crash but not the Luffy hat) 

 

i edited the lub but any difference :(

 

and i can see my ragexe it's too stange beacause sometimes he crash and other times he doesn't crash but for this i think it's my Super Saiyan Hat beacause i don't have the act and spr in the ¾ÆÀÌÅÛ

Edited by chelsea45
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/18/16
  • Last Seen:  

any one ?

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