[Question] regarding Enhanced Variant Shoes

Shourei

New member
Messages
34
Points
0
Github
tsan79
Just want to point out a weird bug of mine and a question about Enhanced Variant Shoes
Code:
{
    Id: 22014
    AegisName: "Enhanced_Variant_Shoes"
    Name: "Enhanced Variant Shoes"
    Type: 5
    Buy: 20
    Weight: 500
    Def: 13
    Slots: 1
    Job: 0x7CCFDF80
    Loc: 64
    EquipLv: 85
    Script: <"
        bonus bMaxHPrate,12;
        bonus bMaxSPrate,12;
        bonus bDef,getrefine();
        bonus bMdef,getrefine();
    ">
},
 
Despite having the above item_db.conf, I can't refine the item.
But if I duplicate the item, I can refine it just fine.
 
Could anybody please tell me what might be the cause?
 
Last edited by a moderator:
Note to other beginners  "If your items not working as it intended, it probably overlapped with your item_db2 or something else." 

 
Back
Top