Item Combo Details

Item Combo #4171

Combo Size: 2
Combo Items
Combo Effect
.@r = getequiprefinerycnt(EQI_GARMENT);
.@a = getequiprefinerycnt(EQI_HAND_R);
bonus bMatkRate,10+(3*.@a);
bonus bMaxHP,1000*.@r;
bonus2 bSubEle,Ele_Fire,40;
bonus2 bSubEle,Ele_Earth,40;
bonus2 bSubEle,Ele_Water,40;
bonus2 bSubEle,Ele_Wind,40;
Script References
getequiprefinerycnt Command
getequiprefinerycnt
Signature:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Description:
slot. For a list of equipment slots see 'getequipid'. Can be used to check if you have reached a maximum refine value, default for this is +10:
Example:
if (getequiprefinerycnt(EQI_HEAD_TOP) < 10)
mes "I will now upgrade your " + getequipname(EQI_HEAD_TOP);
else
mes "Sorry, it's not possible to refine hats better than +10";
close;
bMatkRate Item Bonus
bMatkRate
Signature:
bonus bMatkRate,n;
Description:
Magical attack power + n%
bMaxHP Item Bonus
bMaxHP
Signature:
bonus bMaxHP,n;
Description:
MaxHP + n
bSubEle Item Bonus
bSubEle
Signature:
bonus3 bSubEle,e,x,bf;
Description:
+x% damage reduction against attack element e with trigger criteria bf