Item Combo Details

Item Combo #7545

Combo Size: 2
Combo Items
Daybreak Stargazer [1]
Daybreak_Stargazer
Power Signet of Star [1]
Signet_Of_Pow_Star
Combo Effect
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; }";
Script References
bAllStats Item Bonus
bAllStats
Signature:
bonus bAllStats,n;
Description:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddClass Item Bonus
bAddClass
Signature:
bonus2 bAddClass,c,x;
Description:
+x% physical damage against class c
bMatkRate Item Bonus
bMatkRate
Signature:
bonus bMatkRate,n;
Description:
Magical attack power + n%
specialeffect2 Command
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.