if UserHP <= 100 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end저기 100이라고써져있는걸 300으로바꾸면 핵이먹통이되는데 왜그럴까요 ㅠㅠ
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 33605 | 02-09 | 349 | ||
| 33604 | 02-09 | 667 | ||
| 33603 | 02-09 | 930 | ||
| 33602 | 02-09 | 942 | ||
| 33601 | 02-09 | 746 | ||
| 33600 | 02-09 | 907 | ||
| 33599 | 02-09 | 416 | ||
| 33598 | 02-09 | 491 | ||
| 33597 | 02-09 | 1132 | ||
| 33596 | 02-09 | 380 | ||
| 33595 | 02-09 | 612 | ||
| 33594 | 02-09 | 386 | ||
| 33593 | 02-09 | 707 | ||
| 33592 | 02-09 | 521 | ||
| 33591 | 02-09 | 721 | ||
| 33590 | 02-09 | 328 | ||
| 33589 | 02-09 | 466 | ||
| 33588 | 02-09 | 692 | ||
| 33587 | 02-09 | 445 | ||
| 33586 | 02-09 | 500 |
댓글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퍼센은 아니고?
나 피 앰피 안써봐서 잘 모름
하얀포션은 뭐야