[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
왜 먹통되는지 모르겠음 알려줘!
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 40609 | 02-21 | 501 | ||
| 40608 | 02-21 | 682 | ||
| 40607 | 새벽벤웹뭐야;+1  | 02-21 | 1031 | |
| 40606 | 02-21 | 440 | ||
| 40605 | 메랜 랜계 판매 !!+11  | 02-21 | 456 | |
| 40604 | 02-21 | 1004 | ||
| 40603 | 02-21 | 295 | ||
| 40602 | 02-21 | 1079 | ||
| 40601 | 원클릭 다클+1  | 02-21 | 460 | |
| 40600 | 02-21 | 636 | ||
| 40599 | 02-21 | 765 | ||
| 40598 | 아직 못쓰시는뉴비분+12  | 02-21 | 604 | |
| 40597 | 02-21 | 884 | ||
| 40596 | 02-21 | 321 | ||
| 40595 | 02-21 | 517 | ||
| 40594 | 02-21 | 720 | ||
| 40593 | 랜계 사면...+8  | 02-21 | 676 | |
| 40592 | 02-21 | 509 | ||
| 40591 | 02-21 | 406 | ||
| 40590 | 02-21 | 487 | 
댓글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