Combo d'Objets Détails

Combo d'Objets #2164

Taille du Combo: 2
Objets du Combo
Brooch of Hero [1]
Brooch_Of_Hero
Hero Trade Mail [1]
Hero_Trade_Mail
Effet du Combo
.@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 */
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;
bAllStats Bonus d’Objet
bAllStats
Signature:
bonus bAllStats,n;
Description:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddEff Bonus d’Objet
bAddEff
Signature:
bonus4 bAddEff,eff,n,atf,t;
Description:
Adds a n/100% chance to cause status eff for t milliseconds on the target when attacking