Combo de Itens Detalhes

Combo de Itens #438

Tamanho do Combo: 2
Itens do Combo
Manteau de Morrigane
Morrigane's_Manteau
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 bLuk,3+.@r;
bonus bCritical,10+.@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
bLuk Bônus de Item
bLuk
Assinatura:
bonus bLuk,n;
Descrição:
LUK + n
bCritical Bônus de Item
bCritical
Assinatura:
bonus bCritical,n;
Descrição:
Critical + n