Combo d'Objets #5538
Taille du Combo: 3
Objets du Combo
2018_RTC_Cape4_TW
2017RTCSymbole
2019RTC_CeleAura_TW
Effet du Combo
.@r = (getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT))/3; bonus bMaxHPrate,10; bonus bDelayrate,-5; bonus2 bSubRace,RC_Player_Human,.@r; bonus2 bSubRace,RC_Player_Doram,.@r;
Références du Script
getequiprefinerycnt
Commande
getequiprefinerycnt
Signature:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Description:
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:
Exemple:
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;
bMaxHPrate
Bonus d’Objet
bMaxHPrate
Signature:
bonus bMaxHPrate,n;
Description:
MaxHP + n%
bDelayrate
Bonus d’Objet
bDelayrate
Signature:
bonus bDelayrate,n;
Description:
Increases skill delay by n%
bSubRace
Bonus d’Objet
bSubRace
Signature:
bonus3 bSubRace,r,x,bf;
Description:
+x% damage reduction against race r with trigger criteria bf