Hello rathena , i need your help. Everytime i put my accname.lub and accessoryid.lub that contains my custom inside the grf. And open my client 2012-04-10, then popup shows this
And i cant see my item when equip even those normal items..
item info was written to my System\ iteminfo.lub
accessoryid
--myCustoms
ACCESSORY_gothic = 900,
ACCESSORY_flame_aura = 901,
ACCESSORY_swan = 902,
ACCESSORY_ice_dragon = 903,
accname
--myCustoms
[ACCESSORY_IDs.ACCESSORY_gothic] = "_gothic",
[ACCESSORY_IDs.ACCESSORY_flame_aura] = "_flame_aura",
[ACCESSORY_IDs.ACCESSORY_swan] = "_swan",
[ACCESSORY_IDs.ACCESSORY_ice_dragon] = "_ice_dragon",
item_db2
30000,gothic,gothic,5,,,10,,110,,4,0xFFFFFFFF,7,2,1,4,,1,900,{ bonus bInt,20; bonus bDex,10; bonus bMaxSP,100; },{},{}
29999,flame_aura,flame aura,5,20,,100,,0,,4,0xFFFFFFFF,7,2,1,,0,0,901,{ bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30; },{},{}
29998,swan,swan,5,,,10,,110,,4,0xFFFFFFFF,7,2,1,4,,1,902,{},{},{}
29997,ice_dragon,ice dragon,5,,,10,,110,,4,0xFFFFFFFF,7,2,1,4,,1,903,{ bonus bAgi,10; bonus bFlee,10; bonus3 bAutoSpell,"MG_COLDBOLT",5,60; if(getrefine()>8) autobonus "{ bonus bAspdRate,80; }",80,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
And custom sprite is on the right folder inside of my grf. i search but still cant solve it
My data.ini
0=rodata.grf
1=data.grf
2=rdata.grf
i disable lua before lub and read data folder first.
i hope you guys can help me thanks