Combo de Objetos #3574
Tamaño del Combo: 2
Objetos del Combo
Triad_God_Mail_J_
Sealed_Ktullanux_Card
Efecto del 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,3*.@r;
Referencias del Script
getequiprefinerycnt
Comando
getequiprefinerycnt
Firma:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Descripción:
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:
Ejemplo:
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
Bono de Ítem
bResEff
Firma:
bonus2 bResEff,eff,n;
Descripción:
Adds a n/100% tolerance to status eff
bSubEle
Bono de Ítem
bSubEle
Firma:
bonus3 bSubEle,e,x,bf;
Descripción:
+x% damage reduction against attack element e with trigger criteria bf
bonus5
Comando
bonus5
Firma:
bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>;
Descripción:
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
Bono de Ítem
bAutoSpellWhenHit
Firma:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Descripción:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf
bAddEle
Bono de Ítem
bAddEle
Firma:
bonus3 bAddEle,e,x,bf;
Descripción:
+x% physical damage against element e with trigger criteria bf