Item Combo Details

Item Combo #2902

Combo Size: 3
Combo Items
Yin Yang Talisman [1]
YinYang_Talisman
Sealed Evil Sword [2]
Sealed_Evil_Sword
Ultralight Magic Shield [1]
Ultra_Light_MShield
Combo Effect
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bHit,5*.@r;
bonus bAspdRate,4*.@r;
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;
bHit Item Bonus
bHit
Signature:
bonus bHit,n;
Description:
Hit + n
bAspdRate Item Bonus
bAspdRate
Signature:
bonus bAspdRate,n;
Description:
Attack speed + n%