is there anyting wrong in my itemdb2?

HisokaMachi

New member
Messages
75
Points
0
Location
Quezon City
Emulator
is there anything wrong in my itemdb2? the custom item is heart ring im using lub files. when i @item 26000 item failed always
default_sad.png
cant add custom items im using 2013 rag exe

MY ITEM DB

http://upaste.me/b617103158de6cc87

the one i add at System/inteminfo

http://upaste.me/12f0103123921e1b4

MY ACCESSORYID.LUB

 ACCESSORY_Heart_Ring = 1004

MY ACCNAME.LUB

  [ACCESSORY_IDs.ACCESSORY_Heart_Ring] = "_Heart_Ring"

MY ACCNAME_ENG.LUB

  [ACCESSORY_IDs.ACCESSORY_Heart_Ring] = "_Heart_Ring"

what is wrong can someone tell me pls

 
Last edited by a moderator:
Remove /* that is in line 555 and add } in last line in itemdb2.conf

 
Last edited by a moderator:
Remove /* that is in line 555 and add } in last line in itemdb2.conf
/* the one like these only? not the */

cause it's like this 

},
*/
/*
{
Id: 7170
AegisName: "Tuxedo"
Name: "Tuxedo"
Type: 5
Buy: 43000
Weight: 10
Job: 0xFFFFFFFE
Gender: 1
Loc: 16
OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">
OnUnequipScript: <" sc_end SC_WEDDING; ">
},
*/
/*
{
Id: 26000
AegisName: "HEART_RING"
Name: "Heart Ring"
Type: 5
Buy: 10
Weight: 1
Def: 0
Upper: 63
Loc: 4096
View: 1004
},
*/
{
 
Back
Top