@V3ct0r
some times it happens even if im on outzone , also you need to know when im near monsters i no die .. but if iam on zone that (safezone) this kills happend ,, also motha told me it`s client src probl and i don`t know where i should start search which file
@Pr10ritet
skilleff
24 Berserk -1 0 State_Kb_Add State_Kb_Rem 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 -1 0 0 0 118 1 0 0 0 s0084 0 0 0 s0084
skill info
0084 Berserk 1 1,10;8,10;9,10 1,-1 1,1;1,2 1,-1 -1 2 1 1 -1 81,4 1 1 1 0 1 1 0 0 0 0 0 SkillSp_Kb 0 0 0 0 Skill_Kb_End 0 0 0 0 0 0 0 0 0 0 0 0 0 0 SkillCooldown_Kb 1 1 12 0 46 2 117 0 -1 0,0 0,0 -1 -1 -1 0 0 -1 -1 0 -2 236 0 s0084.png 0 0 Put character into Berserk mode to increase attack speed Increases attack speed of character tremendously over short duration. Effect increases with skill level Fixed consumption of 15 SP 0
skillefflua
function Skill_Kb_End ( ATKER , DEFER , sklv )
local statelv = sklv
local statetime = 20
AddState( ATKER , DEFER , STATE_KB, statelv , statetime )
--LG( "Kb", "Berserk Skill Level=" , sklv , "Skill Damage= " , dmg , '\n" )
end