Jump to content
  • 0
Sign in to follow this  
Super Arki

Help Please!

Question

6 answers to this question

Recommended Posts

  • 0

For item_db

 
REPLACE INTO `item_db_re` VALUES (21232,'Sakurazuka','Sakurazuka',4,0,NULL,200,NULL,0,NULL,0,0xFFFFFFFE,63,2,512,NULL,'75',0,1480,'bonus bStr,250; bonus bAgi,250; bonus bVit,250; bonus bInt,250;',NULL,NULL);
 
For iteminfo.lua
 
[21232] = {
   unidentifiedDisplayName = "Sakurazuka",
   unidentifiedResourceName = "Sakurazuka",
   unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]." },
   identifiedDisplayName = "Sakurazuka",
   identifiedResourceName = "Sakurazuka",
   identifiedDescriptionName = { 
                                 "Allstats +250 except Luk",
                                 "Class :^777777 Middle Headgear^000000",
                                 "Defense :^777777 0^000000",
                                 "Weight :^777777 1^000000",
                                 "Weapon Level :^777777 4^000000",
                                 "Required Level :^777777 1^000000",
                                 "Applicable Job :^777777 All^000000"
                               },
   slotCount = 4,
   ClassNum = 1480
 
For accessoryid.lua
 
ACCESSORY_SAKURAZUKA = 1480,
 
For accname.lua
[ACCESSORY_IDs.ACCESSORY_SAKURAZUKA] = "_sakurazuka",
Edited by Super Arki

Share this post


Link to post
Share on other sites
  • 0

I'm personally assisting him, so I'm going to mark this as solved. :P

Doesn't work because ResourceNames are wrong. I believe it's case sensitive and he's missing the underscore.

Corrected version:

[21232] = {   unidentifiedDisplayName = "Sakurazuka",   unidentifiedResourceName = "_sakurazuka",   unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]." },   identifiedDisplayName = "Sakurazuka",   identifiedResourceName = "_sakurazuka",   identifiedDescriptionName = {                                  "Allstats +250 except Luk",                                 "Class :^777777 Middle Headgear^000000",                                 "Defense :^777777 0^000000",                                 "Weight :^777777 1^000000",                                 "Weapon Level :^777777 4^000000",                                 "Required Level :^777777 1^000000",                                 "Applicable Job :^777777 All^000000"                               },   slotCount = 4,   ClassNum = 1480

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.