Combo de Objetos #7545
Tamaño del Combo: 2
Objetos del Combo
Daybreak_Stargazer
Signet_Of_Pow_Star
Efecto del 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; }";
Referencias del Script
bAllStats
Bono de Ítem
bAllStats
Firma:
bonus bAllStats,n;
Descripción:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddClass
Bono de Ítem
bAddClass
Firma:
bonus2 bAddClass,c,x;
Descripción:
+x% physical damage against class c
bMatkRate
Bono de Ítem
bMatkRate
Firma:
bonus bMatkRate,n;
Descripción:
Magical attack power + n%
specialeffect2
Comando
specialeffect2
Firma:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Descripción:
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.