Combo de Itens Detalhes

Combo de Itens #6455

Tamanho do Combo: 2
Itens do Combo
Cenourinha
PoringTownCarrot
Efeito do Combo
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus bMatk,10*(.@r/2);
bonus bDelayrate,-.@r/2;
bonus bVariableCastrate,-2*(.@r/2);
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;
bMaxHP Bônus de Item
bMaxHP
Assinatura:
bonus bMaxHP,n;
Descrição:
MaxHP + n
bMaxSP Bônus de Item
bMaxSP
Assinatura:
bonus bMaxSP,n;
Descrição:
MaxSP + n
bMatk Bônus de Item
bMatk
Assinatura:
bonus bMatk,n;
Descrição:
Magical attack power + n
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)