Combo d'Objets #3573
Taille du Combo: 2
Objets du Combo
Triad_God_Mail_J__
Sealed_Ktullanux_Card
Effet du Combo
.@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;
Références du Script
getequiprefinerycnt
Commande
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:
Exemple:
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
Bonus d’Objet
bResEff
Signature:
bonus2 bResEff,eff,n;
Description:
Adds a n/100% tolerance to status eff
bSubEle
Bonus d’Objet
bSubEle
Signature:
bonus3 bSubEle,e,x,bf;
Description:
+x% damage reduction against attack element e with trigger criteria bf
bonus5
Commande
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
Bonus d’Objet
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
Bonus d’Objet
bAddEle
Signature:
bonus3 bAddEle,e,x,bf;
Description:
+x% physical damage against element e with trigger criteria bf