USE_MUL = "물약";/물약
------------------------------------------------상단
[zz_y7_const.USE_MUL] = function(self)
zz_y7.use_mul = not zz_y7.use_mul
if zz_y7.use_mul then
zz_y7.use_mul_timer = _TimerService:SetTimerRepeat(zz_y7.mul_timer_func, 0.5)
else
_TimerService:ClearTimer(zz_y7.use_mul_timer)
end
print_toggle_message(zz_y7_const.USE_MUL, zz_y7.use_mul)
end,---------------------------------------------------------------------------------------------------중단zz_y7.mul_timer_func = function(self)
local UserHP = _UserService.LocalPlayer.WsUser.Hp
local UserMP = _UserService.LocalPlayer.WsUser.Mp
if UserHP <= 150 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000001) -- 체력 포션
end
if UserMP <= 30 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2000003) -- 마나 포션
end
end
진짜다줫다
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22108 | |
| 61665 | 08:33 | 50 | ||
| 61664 | 03:59 | 58 | ||
| 61663 | 00:09 | 136 | ||
| 61662 | 11-10 | 113 | ||
| 61661 | 11-10 | 124 | ||
| 61660 | 11-10 | 128 | ||
| 61659 | 11-10 | 160 | ||
| 61658 | 11-10 | 237 | ||
| 61657 | 11-10 | 285 | ||
| 61656 | 11-09 | 340 | ||
| 61655 | 11-09 | 307 | ||
| 61654 | 11-09 | 335 | ||
| 61653 | 11-09 | 376 | ||
| 61652 | 11-09 | 341 | ||
| 61651 | 11-09 | 392 | ||
| 61650 | 11-09 | 442 | ||
| 61649 | 11-09 | 377 | ||
| 61648 | 11-08 | 421 | ||
| 61647 | 11-08 | 436 |
댓글8
올 복사붙여넣기하면대여?
그건아니지
어디서부터 복사해요?
그럼 어디서복사말고어디서부터 넣는지만 알려주세여ㅠㅠ
롱롱님 사례비드리고 혹시 스크립트좀 만져주실수있나요?
왜 안돼!!
ㄹㅇ 다줬네 저거 가지고 못하면 포기하셈...
어느정도 다 넣은거같은데 왜 안돼지