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
이거 맞누...
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 36397 | 02-15 | 442 | ||
| 36396 | 02-15 | 438 | ||
| 36395 | MP관련질문좀+2 | 02-15 | 501 | |
| 36394 | 02-15 | 599 | ||
| 36393 | 홀짝 사봅니다.+4 | 02-15 | 462 | |
| 36392 | 02-15 | 403 | ||
| 36391 | 02-15 | 371 | ||
| 36390 | 02-15 | 384 | ||
| 36389 | 02-15 | 699 | ||
| 36388 | 02-15 | 730 | ||
| 36387 | 02-15 | 902 | ||
| 36386 | 02-15 | 810 | ||
| 36385 | 02-15 | 431 | ||
| 36384 | 02-15 | 549 | ||
| 36383 | 02-15 | 474 | ||
| 36382 | 02-15 | 436 | ||
| 36381 | 02-15 | 1529 | ||
| 36380 | 02-15 | 718 | ||
| 36379 | 다클 원클릭+2 | 02-15 | 693 | |
| 36378 | 02-15 | 665 |
댓글2
형님 잘되나요
ㄴㄴㄴㄴ 이거 말고 딴걸로해야할듯 잘못설ㅈ정함