if mymp >= 1500 thenSendKeyInput(KeyboardKey.LeftShift)
여기서 wait 함수 넣고 싶은데 큰 의미가 있을런지요..
버프기능을 추가하고싶은데...
func 키랑 키입력이랑 해서 하시라는데
애매하네..
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 37055 | 02-16 | 862 | ||
| 37054 | 02-16 | 703 | ||
| 37053 | 02-16 | 826 | ||
| 37052 | 02-16 | 783 | ||
| 37051 | 02-16 | 387 | ||
| 37050 | 02-16 | 719 | ||
| 37049 | 02-16 | 643 | ||
| 37048 | 02-16 | 467 | ||
| 37047 | 메소삽니당+3 | 02-16 | 350 | |
| 37046 | 02-16 | 802 | ||
| 37045 | 02-16 | 694 | ||
| 37044 | 스티지 벤맞네+5 | 02-16 | 805 | |
| 37043 | 02-16 | 1229 | ||
| 37042 | 02-16 | 491 | ||
| 37041 | 02-16 | 589 | ||
| 37040 | 02-16 | 438 | ||
| 37039 | 02-16 | 424 | ||
| 37038 | 02-16 | 394 | ||
| 37037 | 자동버프+9 | 02-16 | 784 | |
| 37036 | 02-16 | 951 |
댓글9
완전히 잘못 짚었음
혹시 이 기능과 관련있나요? -- [zz_y7_const.BUFF] = function(self, user, argc, args)
-- zz_y7.buffCode = 1
-- if args[2] ~= nil then
-- zz_y7.buffCode = tonumber(args[2])
-- end
-- print_toggle_message(zz_y7_const.BUFF, zz_y7.buffCode )
-- end,
-- [zz_y7_const.BUFFSTART] = function(self, user, argc, args)
-- if zz_y7.flag_buff then
-- zz_y7.flag_buff = false
-- else
-- zz_y7.flag_buff = true
-- end
-- local delay = 2.0
-- if zz_y7.flag_buff then
-- if args[2] ~= nil then
-- delay = tonumber(args[2])
-- end
-- zz_y7.auto_buff = _TimerService:SetTimerRepeat(zz_y7.auto_buff_func, delay)
-- else
-- _TimerService:ClearTimer(zz_y7.auto_buff)
-- end
-- print_toggle_message(zz_y7_const.BUFFSTART, zz_y7.flag_buff )
-- end
사마중달님 게시글 보고 해보셈
그거 글 보고 버프 거는건 풀었는데 이제 자동으로 하고 싶어서..공부중인데 도저히 감을 못잡 겠네요 ..
그거말고 자동버프 알려주시는 글도있음
엥?? 잠시만요 제가 글을 잘못보고왔었나
수없는 도전속에 해결완료
보고왔는데 예전꺼에대한 글이라서 지금 퍼져있는거랑은 조금 달라서 ..ㅋㅋ
[zz_y7_const.BUFF] = function(self)
zz_y7.use_buff = not zz_y7.use_buff
if zz_y7.use_buff then
zz_y7.auto_buff_timer = _TimerService:SetTimerRepeat(zz_y7.buff_func, 60)
else
_TimerService:ClearTimer(zz_y7.auto_buff_timer)
end
print_toggle_message(zz_y7_const.BUFF, zz_y7.use_buff)
end,
를 추가하자. 저기 보이는 60은 60초마다 갱신한다는 뜻이다.
즉 60초마다 버프를 써준다는 뜻인거지. 저 수치는 너가 원하는 대로 바꾸자.
그다음일단 이 toggle 이 없어서 일단ㅇ ㅣㅁ시로 하고있긴한데..
그거 글 보고 넣었따가..로드자체가 멈춤..검은화면에서 아고야 ..