Item-Kombination #5538
Kombinationsgröße: 3
Kombinationsgegenstände
2018_RTC_Cape4_TW
2017RTCSymbole
2019RTC_CeleAura_TW
Kombinationseffekt
.@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;
Skriptreferenzen
getequiprefinerycnt
Befehl
getequiprefinerycnt
Signatur:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Beschreibung:
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:
Beispiel:
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
Gegenstandsbonus
bMaxHPrate
Signatur:
bonus bMaxHPrate,n;
Beschreibung:
MaxHP + n%
bDelayrate
Gegenstandsbonus
bDelayrate
Signatur:
bonus bDelayrate,n;
Beschreibung:
Increases skill delay by n%
bSubRace
Gegenstandsbonus
bSubRace
Signatur:
bonus3 bSubRace,r,x,bf;
Beschreibung:
+x% damage reduction against race r with trigger criteria bf