Item-Kombination Details

Item-Kombination #2162

Kombinationsgröße: 2
Kombinationsgegenstände
Brooch of Hero [1]
Brooch_Of_Hero
Hero Plate [1]
Hero_Plate
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus5 bAutoSpell,"AL_HEAL",10,-(50+.@r),BF_SHORT,0;
bonus5 bAutoSpell,"WZ_STORMGUST",10,-(50+.@r),BF_SHORT,1;
bonus2 bSkillAtk,"RK_STORMBLAST",5*.@r;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",5*.@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;
bonus5 Befehl
bonus5
Signatur:
bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>;
Beschreibung:
These commands are meant to be used in item scripts. They will probably work outside item scripts, but the bonus will not persist for long. They, as expected, refer only to an invoking character. kind in ''.
bAutoSpell Gegenstandsbonus
bAutoSpell
Signatur:
bonus5 bAutoSpell,sk,y,n,bf,i;
Beschreibung:
Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf
bSkillAtk Gegenstandsbonus
bSkillAtk
Signatur:
bonus2 bSkillAtk,sk,n;
Beschreibung:
Increases damage of skill sk by n%