Combo de Itens #3572
Tamanho do Combo: 2
Itens do Combo
Triad_God_Mail_J_
Ktullanux_Card
Efeito do 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;
Referências do Script
getequiprefinerycnt
Comando
getequiprefinerycnt
Assinatura:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Descrição:
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:
Exemplo:
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
Bônus de Item
bResEff
Assinatura:
bonus2 bResEff,eff,n;
Descrição:
Adds a n/100% tolerance to status eff
bSubEle
Bônus de Item
bSubEle
Assinatura:
bonus3 bSubEle,e,x,bf;
Descrição:
+x% damage reduction against attack element e with trigger criteria bf
bonus5
Comando
bonus5
Assinatura:
bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>;
Descrição:
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
Bônus de Item
bAutoSpellWhenHit
Assinatura:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Descrição:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf
bAddEle
Bônus de Item
bAddEle
Assinatura:
bonus3 bAddEle,e,x,bf;
Descrição:
+x% physical damage against element e with trigger criteria bf