if UserHP <= 100 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
end저기 100이라고써져있는걸 300으로바꾸면 핵이먹통이되는데 왜그럴까요 ㅠㅠ
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 33587 | 02-09 | 445 | ||
| 33586 | 02-09 | 501 | ||
| 33585 | 02-09 | 557 | ||
| 33584 | 02-09 | 363 | ||
| 33583 | 02-09 | 801 | ||
| 33582 | 02-09 | 434 | ||
| 33581 | 02-09 | 574 | ||
| 33580 | 02-09 | 848 | ||
| 33579 | 02-09 | 507 | ||
| 33578 | 02-09 | 346 | ||
| 33577 | 02-09 | 452 | ||
| 33576 | 02-09 | 403 | ||
| 33575 | 02-09 | 637 | ||
| 33574 | 02-09 | 1733 | ||
| 33573 | 02-09 | 339 | ||
| 33572 | 02-09 | 359 | ||
| 33571 | 02-09 | 472 | ||
| 33570 | 02-09 | 523 | ||
| 33569 | 02-09 | 676 | ||
| 33568 | 02-09 | 460 |
댓글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퍼센은 아니고?
나 피 앰피 안써봐서 잘 모름
하얀포션은 뭐야