부탁드려요 11
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 36803 | 02-15 | 916 | ||
| 36802 | 02-15 | 788 | ||
| 36801 | 02-15 | 908 | ||
| 36800 | 02-15 | 978 | ||
| 36799 | 02-15 | 389 | ||
| 36798 | 02-15 | 853 | ||
| 36797 | 02-15 | 808 | ||
| 36796 | 02-15 | 910 | ||
| 36795 | 02-15 | 393 | ||
| 36794 | 02-15 | 1485 | ||
| 36793 | 02-15 | 406 | ||
| 36792 | 02-15 | 395 | ||
| 36791 | 02-15 | 476 | ||
| 36790 | 02-15 | 571 | ||
| 36789 | 02-15 | 435 | ||
| 36788 | 02-15 | 953 | ||
| 36787 | 02-15 | 443 | ||
| 36786 | 02-15 | 464 | ||
| 36785 | 02-15 | 378 | ||
| 36784 | 02-15 | 394 |
댓글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