Item-Kombination Details

Item-Kombination #2164

Kombinationsgröße: 2
Kombinationsgegenstände
Brooch of Hero [1]
Brooch_Of_Hero
Hero Trade Mail [1]
Hero_Trade_Mail
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bAllStats,2*.@r;
bonus3 bAddEff,Eff_Stun,.@r*50,ATF_SHORT;
bonus3 bAddEff,Eff_Curse,.@r*50,ATF_SHORT;
bonus3 bAddEff,Eff_Poison,.@r*50,ATF_SHORT;
bonus3 bAddEff,Eff_Silence,.@r*50,ATF_SHORT; /* Unknow rates */
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;
bAllStats Gegenstandsbonus
bAllStats
Signatur:
bonus bAllStats,n;
Beschreibung:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddEff Gegenstandsbonus
bAddEff
Signatur:
bonus4 bAddEff,eff,n,atf,t;
Beschreibung:
Adds a n/100% chance to cause status eff for t milliseconds on the target when attacking