Item Combo #5293
Combo Size: 3
Combo Items
D_Glacier_Robe
D_Glacier_Shoes
D_Glacier_Muffler
Combo Effect
.@sum = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT); bonus2 bMagicAtkEle,Ele_All,5; bonus bDelayrate,-5; bonus bVariableCastrate,-5; bonus bMatk,2*.@sum;
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;
bMagicAtkEle
Item Bonus
bMagicAtkEle
Signature:
bonus2 bMagicAtkEle,e,x;
Description:
Increases damage of e element magic by x%
bDelayrate
Item Bonus
bDelayrate
Signature:
bonus bDelayrate,n;
Description:
Increases skill delay by n%
bVariableCastrate
Item Bonus
bVariableCastrate
Signature:
bonus2 bVariableCastrate,sk,n;
Description:
Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate)
bMatk
Item Bonus
bMatk
Signature:
bonus bMatk,n;
Description:
Magical attack power + n