Jump to content
  • 0
Super Arki

Custom Items Spr Act Not Working.

Question

As you can see, the item is not seen on my character.

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",

 

post-11516-0-41026200-1446488304_thumb.png

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Have you diffed with Increase Headgear View Id patch?

Since kro limits it to very low...

 

EDIT:

Also please use item_db.conf , since SQL for loading db are deprecated..

Share this post


Link to post
Share on other sites
  • 0

try using .lub instead of .lua



if no luck contact me maybe we can use teamviewer sometimes :no1:

Edited by Naori

Share this post


Link to post
Share on other sites
  • 0

@ Hi. I think I have a similar problem. The only difference is that, when I try to wear the item I get error. Everything seems to be okay, when i drop the item, when right click the item, no error. only when I wear it. the file name that of the item is _akatsuki, but the error looks like this:

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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