부탁드려요 11
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 36797 | 02-15 | 787 | ||
| 36796 | 02-15 | 878 | ||
| 36795 | 02-15 | 372 | ||
| 36794 | 02-15 | 1443 | ||
| 36793 | 02-15 | 388 | ||
| 36792 | 02-15 | 375 | ||
| 36791 | 02-15 | 458 | ||
| 36790 | 02-15 | 553 | ||
| 36789 | 02-15 | 417 | ||
| 36788 | 02-15 | 938 | ||
| 36787 | 02-15 | 426 | ||
| 36786 | 02-15 | 444 | ||
| 36785 | 02-15 | 362 | ||
| 36784 | 02-15 | 378 | ||
| 36783 | 02-15 | 572 | ||
| 36782 | 02-15 | 862 | ||
| 36781 | 02-15 | 898 | ||
| 36780 | 02-15 | 395 | ||
| 36779 | H메소+2 | 02-15 | 466 | |
| 36778 | 02-15 | 572 |
댓글1
HPMP = "";
[zz_y7_const.HPMP] = function(self)
zz_y7.use_hpmp = not zz_y7.use_hpmp
if zz_y7.use_hpmp then
zz_y7.auto_hpmp_timer = _TimerService:SetTimerRepeat(zz_y7.hpmp_func, 0.1)
else
_TimerService:ClearTimer(zz_y7.auto_hpmp_timer)end
print_toggle_message(zz_y7_const.HPMP, zz_y7.use_hpmp)
end,
zz_y7.hpmp_func = function(self)
if zz_y7.use_hpmp then -- use_hpmp
local UserHP = _UserService.LocalPlayer.WsUser.Hp
local UserMP = _UserService.LocalPlayer.WsUser.Mp
if UserHP <= 100 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end
if UserMP <= 50 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000003)
end
end
end