Hi Cherry,
About duplicate an existing gear.. im doing this, i have the item_db from rathena so i get this line there
19156,Lunar_Rainbow,Lunar Rainbow,4,20,,200,,10,,1,0xFFFFFFFF,63,2,256,,80,1,704,{ bonus bAgi,3; bonus bMdef,10; bonus bMatk,(10*getrefine()); },{},{}
so i use haru converter to convert to this
{
Id: 19156
AegisName: "Lunar_Rainbow"
Name: "Lunar Rainbow"
Type: 4
Buy: 20
Weight: 200
Def: 10
Slots: 1
Upper: 63
Loc: 256
EquipLv: 80
View: 704
Script: <"
bonus bAgi,3;
bonus bMdef,10;
bonus bMatk,(10*getrefine());
">
},
just copy and paste and its easier
about class, this was the errors that i mentioned on my last post