Item Combo Details

Item Combo #3572

Combo Size: 2
Combo Items
Ktullanux Card
Ktullanux_Card
Combo Effect
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus2 bResEff,Eff_Freeze,10000;
autobonus2 "{ bonus2 bResEff,Eff_Crystalize,10000; bonus2 bResEff,Eff_Freezing,10000; bonus2 bSubEle,Ele_Water,100; }",100,3000,BF_WEAPON|BF_MAGIC;
bonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,-20,BF_WEAPON|BF_MAGIC,0;
bonus2 bAddEle,Ele_Fire,5*.@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;
bResEff Item Bonus
bResEff
Signature:
bonus2 bResEff,eff,n;
Description:
Adds a n/100% tolerance to status eff
bSubEle Item Bonus
bSubEle
Signature:
bonus3 bSubEle,e,x,bf;
Description:
+x% damage reduction against attack element e with trigger criteria bf
bonus5 Command
bonus5
Signature:
bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>;
Description:
These commands are meant to be used in item scripts. They will probably work outside item scripts, but the bonus will not persist for long. They, as expected, refer only to an invoking character. kind in ''.
bAutoSpellWhenHit Item Bonus
bAutoSpellWhenHit
Signature:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Description:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf
bAddEle Item Bonus
bAddEle
Signature:
bonus3 bAddEle,e,x,bf;
Description:
+x% physical damage against element e with trigger criteria bf