Combo de Itens Detalhes

Combo de Itens #7545

Tamanho do Combo: 2
Itens do Combo
Daybreak Stargazer [1]
Daybreak_Stargazer
Power Signet of Star [1]
Signet_Of_Pow_Star
Efeito do 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; }";
Referências do Script
bAllStats Bônus de Item
bAllStats
Assinatura:
bonus bAllStats,n;
Descrição:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddClass Bônus de Item
bAddClass
Assinatura:
bonus2 bAddClass,c,x;
Descrição:
+x% physical damage against class c
bMatkRate Bônus de Item
bMatkRate
Assinatura:
bonus bMatkRate,n;
Descrição:
Magical attack power + n%
specialeffect2 Comando
specialeffect2
Assinatura:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Descrição:
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.