if UserHP <= 100 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end
저기 100이라고써져있는걸 300으로바꾸면 핵이먹통이되는데 왜그럴까요 ㅠㅠ
댓글13
뭐가 먹통이댄다는거임 물약을 안쓴다는거임 ?스크립을 못읽는사는거임
2024.02.09 16:57
아예 핵이 발동을 안해요 ㅠㅠ /? 눌러도 아무반응이없음 ㅠㅠ
2024.02.09 16:58
뛰어쓰기나 뭔가 님이 잘못한듯 꼬인듯함
2024.02.09 16:59
그냥 숫자 1로되있는거 3으로만바꿧는데도 먹통이에요 띄어쓰기같은거 안하고 그냥 저장눌렀는데 ..
2024.02.09 17:02
저거 한줄말고 두줄 다줘보셈
2024.02.09 17:04
--------- custom functions ---------
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
이렇게하면 정상작동되고
--------- custom functions ---------
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 <= 300 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end
if UserMP <= 50 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000003)
end
end
댓글13
뭐가 먹통이댄다는거임 물약을 안쓴다는거임 ?스크립을 못읽는사는거임
아예 핵이 발동을 안해요 ㅠㅠ /? 눌러도 아무반응이없음 ㅠㅠ
뛰어쓰기나 뭔가 님이 잘못한듯 꼬인듯함
그냥 숫자 1로되있는거 3으로만바꿧는데도 먹통이에요 띄어쓰기같은거 안하고 그냥 저장눌렀는데 ..
저거 한줄말고 두줄 다줘보셈
--------- custom functions ---------
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
이렇게하면 정상작동되고
--------- custom functions ---------
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 <= 300 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end
if UserMP <= 50 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000003)
end
end
이렇게하면 핵이먹통됌 ㅠㅠ
빨포를 300때로 쓰는 의미가있어?
주포!!
아 주포구나
스크립 수정하면 핵이먹통이되는데 왜그럴까 뭐잘못한것도없는데 숫자1을 3으로바꿧을뿐인데 먹통이돼 ㅠㅠㅠ
저거 피 100이 맞아? 100퍼센은 아니고?
나 피 앰피 안써봐서 잘 모름
하얀포션은 뭐야