Combo Item Detail

Combo Item #572

Ukuran Combo: 3
Efek Combo
autobonus "{ bonus bAspdRate,2; }",50,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";
bonus bMaxHP,BaseLevel*15;
bonus bMaxSP,(BaseLevel*12)/10;
bonus bAtkRate,3;
Referensi Skrip
bAspdRate Bonus Item
bAspdRate
Tanda Tangan:
bonus bAspdRate,n;
Deskripsi:
Attack speed + n%
specialeffect2 Perintah
specialeffect2
Tanda Tangan:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Deskripsi:
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.
bMaxHP Bonus Item
bMaxHP
Tanda Tangan:
bonus bMaxHP,n;
Deskripsi:
MaxHP + n
bMaxSP Bonus Item
bMaxSP
Tanda Tangan:
bonus bMaxSP,n;
Deskripsi:
MaxSP + n
bAtkRate Bonus Item
bAtkRate
Tanda Tangan:
bonus bAtkRate,n;
Deskripsi:
ATK + n% that won't interfere with Damage modifier and SC_EDP (renewal mode only)