Combo de Itens Detalhes

Combo de Itens #5293

Tamanho do Combo: 3
Itens do Combo
Dim Glacier Robe [1]
D_Glacier_Robe
Dim Glacier Shoes [1]
D_Glacier_Shoes
Dim Glacier Muffler [1]
D_Glacier_Muffler
Efeito do Combo
.@sum = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT);
bonus2 bMagicAtkEle,Ele_All,5;
bonus bDelayrate,-5;
bonus bVariableCastrate,-5;
bonus bMatk,2*.@sum;
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;
bMagicAtkEle Bônus de Item
bMagicAtkEle
Assinatura:
bonus2 bMagicAtkEle,e,x;
Descrição:
Increases damage of e element magic by x%
bDelayrate Bônus de Item
bDelayrate
Assinatura:
bonus bDelayrate,n;
Descrição:
Increases skill delay by n%
bVariableCastrate Bônus de Item
bVariableCastrate
Assinatura:
bonus2 bVariableCastrate,sk,n;
Descrição:
Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate)
bMatk Bônus de Item
bMatk
Assinatura:
bonus bMatk,n;
Descrição:
Magical attack power + n