Item-Kombination #2896
Kombinationsgröße: 2
Kombinationsgegenstände
Diabolus_Wing
Diabolus_Robe
Kombinationseffekt
bonus bMdef,25; bonus bMaxSP,350; bonus bDelayrate,-10; bonus bMatk,15*getequiprefinerycnt(EQI_ARMOR); bonus bHealPower,2*getequiprefinerycnt(EQI_ARMOR); /*bonus2 bAddRace2,RC2_TEMPLE_DEMON,20; bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,20; bonus2 bSubRace2,RC2_TEMPLE_DEMON,5;*/
Skriptreferenzen
bMdef
Gegenstandsbonus
bMdef
Signatur:
bonus bMdef,n;
Beschreibung:
Equipment MDEF + n
bMaxSP
Gegenstandsbonus
bMaxSP
Signatur:
bonus bMaxSP,n;
Beschreibung:
MaxSP + n
bDelayrate
Gegenstandsbonus
bDelayrate
Signatur:
bonus bDelayrate,n;
Beschreibung:
Increases skill delay by n%
bMatk
Gegenstandsbonus
bMatk
Signatur:
bonus bMatk,n;
Beschreibung:
Magical attack power + n
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;
bHealPower
Gegenstandsbonus
bHealPower
Signatur:
bonus bHealPower,n;
Beschreibung:
Increases heal amount of all heal skills by n%
bAddRace2
Gegenstandsbonus
bAddRace2
Signatur:
bonus2 bAddRace2,mr,x;
Beschreibung:
+x% damage against monster race mr
bMagicAddRace2
Gegenstandsbonus
bMagicAddRace2
Signatur:
bonus2 bMagicAddRace2,mr,x;
Beschreibung:
+x% magic damage against monster race mr
bSubRace2
Gegenstandsbonus
bSubRace2
Signatur:
bonus2 bSubRace2,mr,x;
Beschreibung:
+x% damage reduction against monster race mr