zz_y7.buff_func = function(self)
if zz_y7.use_buff then
-- 버프를 사용하기 1초 전에 공격을 중지
zz_y7.hit_timer_funck = false
-- 1초 대기
wait(1)
-- 버프 사용
_PlayerActiveSkillLogic:DoActiveSkill(1101004, false)
-- 버프 사용 후 공격 재개
zz_y7.hit_timer_func = true
endend
zz_y7.hit_timer_func = function(self)
if not zz_y7.can_attack then
return
end
myhp, mymp = zz_y7.is_hpmp()
if zz_y7.teleported_to_mob then
if mymp >= 20 then
SendKeyInput(KeyboardKey.LeftShift)
else
_PlayerAttackLogic_Melee:TryDoingMeleeAttack(_UserService.LocalPlayer, 0, 0, nil, 0)
end
endend
이거 맞누...
댓글2
형님 잘되나요
ㄴㄴㄴㄴ 이거 말고 딴걸로해야할듯 잘못설ㅈ정함