zz_y7.is_hpmp = function()
local user = _UserService.LocalPlayer.WsUser
return user.Hp,user.Mp
end
zz_y7.auto_pot_func = function(self)
local hp,mp = zz_y7.is_hpmp()
if hp < 100 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end
if mp < 500 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000003)
end
end 이거 되게하는방법좀!
댓글4
자물 가능?
zz_y7.is_hpmp = function()
local user = _UserService.LocalPlayer.WsUser
return user.Hp,user.Mp
end
zz_y7.auto_pot_func = function(self)
local hp,mp = zz_y7.is_hpmp()
if hp < 100 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end
if mp < 500 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000003)
end
end 이거 되게하는방법좀!
ap 없어서그런데 1대1 주시면안될까요 커피값이라도드림
저도 ap 다 써서 충전하려했는데 지금 충전이 막혀있네요 ㅎㄹ