Combo de Itens #4252
Tamanho do Combo: 2
Itens do Combo
2020RTC_Imp_TW
2021RTC_Headset_TW
Efeito do Combo
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bSubRace,RC_DemiHuman,1+2*(.@r/3); bonus2 bSubRace,RC_Player_Human,1+2*(.@r/3); bonus2 bSubRace,RC_Player_Doram,1+2*(.@r/3); bonus bDelayrate,-1-.@r/3;
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;
bSubRace
Bônus de Item
bSubRace
Assinatura:
bonus3 bSubRace,r,x,bf;
Descrição:
+x% damage reduction against race r with trigger criteria bf
bDelayrate
Bônus de Item
bDelayrate
Assinatura:
bonus bDelayrate,n;
Descrição:
Increases skill delay by n%