Combo d'Objets #7545
Taille du Combo: 2
Objets du Combo
Daybreak_Stargazer
Signet_Of_Pow_Star
Effet du Combo
bonus bAllStats,30;
bonus2 bAddClass,Class_All,30;
bonus bMatkRate,30;
autobonus "{}",30,20000,BF_WEAPON|BF_MAGIC,"{ sc_start SC_REFRESH,20000,1; specialeffect2 EF_ENHANCE; }";
Références du Script
bAllStats
Bonus d’Objet
bAllStats
Signature:
bonus bAllStats,n;
Description:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddClass
Bonus d’Objet
bAddClass
Signature:
bonus2 bAddClass,c,x;
Description:
+x% physical damage against class c
bMatkRate
Bonus d’Objet
bMatkRate
Signature:
bonus bMatkRate,n;
Description:
Magical attack power + n%
specialeffect2
Commande
specialeffect2
Signature:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Description:
This command behaves identically to 'specialeffect', but the effect will be
centered on the invoking character's sprite.
<Player name> parameter will display <effect number> on another Player than the
one currently attached to the script. Like with specialeffect, when specifying
a player, <send_target> must be supplied, specifying AREA will retain the default
behavior of the command.