[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, 20)
else
_TimerService:ClearTimer(zz_y7.auto_buff_timer)
end
print_toggle_message(zz_y7_const.BUFF, zz_y7.use_buff)
end,
[zz_y7_const.BUFF2] = function(self)
zz_y7.use_buff2 = not zz_y7.use_buff2
if zz_y7.use_buff2 then
zz_y7.auto_buff2_timer = _TimerService:SetTimerRepeat(zz_y7.buff2_func, 25)
else
_TimerService:ClearTimer(zz_y7.auto_buff2_timer)
end
print_toggle_message(zz_y7_const.BUFF2, zz_y7.use_buff2)
end,/버프 메디테이션
/버프2 매직가드
--------- custom functions ---------
zz_y7.is_hpmp = function()
local user = _UserService.LocalPlayer.WsUser
return user.Hp,user.Mp
end
zz_y7.buff_func = function(self)
if zz_y7.use_buff then
_PlayerActiveSkillLogic:DoActiveSkill(2101001, false)
end
end
zz_y7.buff2_func = function(self)
if zz_y7.use_buff2 then
_PlayerActiveSkillLogic:DoActiveSkill(2001002, false)
end
end
왜 먹통되는지 모르겠음 알려줘!
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22357 | |
| 61779 | 21:26 | 22 | ||
| 61778 | 12-18 | 204 | ||
| 61777 | 12-18 | 447 | ||
| 61776 | 12-16 | 654 | ||
| 61775 | 12-14 | 847 | ||
| 61774 | 12-14 | 1103 | ||
| 61773 | 12-14 | 1047 | ||
| 61772 | 12-13 | 958 | ||
| 61771 | ㅁㄹH막힘?+1 | 12-13 | 1278 | |
| 61770 | 12-12 | 1264 | ||
| 61769 | 12-11 | 1864 | ||
| 61768 | 12-10 | 1882 | ||
| 61767 | 12-10 | 1706 | ||
| 61766 | 12-09 | 1616 | ||
| 61765 | 12-09 | 1758 | ||
| 61764 | 12-09 | 1915 | ||
| 61763 | 12-09 | 1716 | ||
| 61762 | 12-08 | 1737 | ||
| 61761 | 12-08 | 1715 |
댓글1
[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, 20)
else
_TimerService:ClearTimer(zz_y7.auto_buff_timer)
end
print_toggle_message(zz_y7_const.BUFF, zz_y7.use_buff)
end,
[zz_y7_const.BUFF2] = function(self)
zz_y7.use_buff2 = not zz_y7.use_buff2
if zz_y7.use_buff2 then
zz_y7.auto_buff2_timer = _TimerService:SetTimerRepeat(zz_y7.buff2_func, 25)
else
_TimerService:ClearTimer(zz_y7.auto_buff2_timer)
end
print_toggle_message(zz_y7_const.BUFF2, zz_y7.use_buff2)
end,
/버프 메디테이션
/버프2 매직가드
--------- custom functions ---------
zz_y7.is_hpmp = function()
local user = _UserService.LocalPlayer.WsUser
return user.Hp,user.Mp
end
zz_y7.buff_func = function(self)
if zz_y7.use_buff then
_PlayerActiveSkillLogic:DoActiveSkill(2101001, false)
end
end
zz_y7.buff2_func = function(self)
if zz_y7.use_buff2 then
_PlayerActiveSkillLogic:DoActiveSkill(2001002, false)
end
end