Custom Items Spr Act Not Working.

Super Arki

New member
Messages
19
Points
0
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",


121.png

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

 
I increased it to 5000 since im using xdiff patcher. Not nemo.

I will try using item_db.conf or maybe other version im using 2013-08-07a

 
try using .lub instead of .lua

if no luck contact me maybe we can use teamviewer sometimes
default_no1.gif


 
Last edited by a moderator:
@ 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:

 
http://tinypic.com/r/282mh5i/9
 
Back
Top