Combo de Itens Detalhes

Combo de Itens #441

Tamanho do Combo: 2
Itens do Combo
Vestimenta Exuberante [1]
Robe_Of_Vituperation
Efeito do Combo
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,15;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,15;
bonus2 bIgnoreDefRaceRate,RC_Demon,15;
bonus2 bIgnoreDefRaceRate,RC_Undead,15;
bonus bMaxHPrate,10+.@r;
bonus bAtkRate,2+.@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;
bIgnoreDefRaceRate Bônus de Item
bIgnoreDefRaceRate
Assinatura:
bonus2 bIgnoreDefRaceRate,r,n;
Descrição:
Disregard n% of the target's DEF if the target belongs to race r
bMaxHPrate Bônus de Item
bMaxHPrate
Assinatura:
bonus bMaxHPrate,n;
Descrição:
MaxHP + n%
bAtkRate Bônus de Item
bAtkRate
Assinatura:
bonus bAtkRate,n;
Descrição:
ATK + n% that won't interfere with Damage modifier and SC_EDP (renewal mode only)