zz_y7.buff_func = function(self)
if zz_y7.use_buff then
_PlayerActiveSkillLogic:DoActiveSkill(1101006, false)
_PlayerActiveSkillLogic:DoActiveSkill(11101001, false)
end
end
분노는 되는데 부스터가 안돼서 여쭤봅니다ㅠㅠ
2개 추가할려면 위에처럼 한줄만 추가해서 스킬코드 넣으면 되나요?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 28151 | 02-04 | 584 | ||
| 28150 | 02-04 | 850 | ||
| 28149 | 02-04 | 365 | ||
| 28148 | 핵메소 900팜+3 | 02-04 | 494 | |
| 28147 | 02-04 | 300 | ||
| 28146 | 02-04 | 408 | ||
| 28145 | 02-04 | 471 | ||
| 28144 | 02-04 | 2082 | ||
| 28143 | 02-04 | 573 | ||
| 28142 | 능력자분들와주세요+22 | 02-04 | 646 | |
| 28141 | 02-04 | 435 | ||
| 28140 | 02-04 | 925 | ||
| 28139 | 02-04 | 695 | ||
| 28138 | 02-04 | 1060 | ||
| 28137 | 02-04 | 417 | ||
| 28136 | 02-04 | 939 | ||
| 28135 | 02-03 | 774 | ||
| 28134 | 02-03 | 381 | ||
| 28133 | 02-03 | 336 | ||
| 28132 | 02-03 | 473 |
댓글10
어디다가 추가하면되나요 알려주세요 저도..
CommandLogic_Client.OnBeginPlay 메모장 들어가서
명령어 local zz_y7_const = 안에 BUFF = "버프"; 추가
------------------- Toggle Cheats ------------------- 밑에
[zz_y7_const.BUFF] = function(self)
zz_y7.use_buff = not zz_y7.use_buff
if zz_y7.use_buff then
zz_y7.auto_buff_timer = _TimerService:SetTimerRepeat(zz_y7.buff_func, 10)
else
_TimerService:ClearTimer(zz_y7.auto_buff_timer)
end
print_toggle_message(zz_y7_const.BUFF, zz_y7.use_buff)
end, 넣고
--------- custom functions --------- 밑에
zz_y7.buff_func = function(self)
if zz_y7.use_buff then
_PlayerActiveSkillLogic:DoActiveSkill(2001002, false)
end
end
넣으면 끝 2001002는 스킬코드라 알아서 바꾸면 됨
zz_y7.auto_buff_timer = _TimerService:SetTimerRepeat(zz_y7.buff_func, 10) 10은 초단위라
시간 알아서 넣으면 끝
나 성공함. 버프2개 넣는거
BUFF1, BUFF2로 구분해서 함수를 2개 넣어야 되는데
const.BUFF1
use_buff1
auto_buff_timer1
zz_y7.buff_func1
이렇게 변수를 넣고 2는 2대로 넣고 custom function에서는 2번째 버프 스킬코드 바꿔주면됨 ㅎㅎ
도움 받아서 나도 남겨줌
하라는대로 했는데 버프 한개도 안써여 그래서 두개쓰는거 시도를 못해여 ㅋㅋ
1:1좀 부탁...하라는대로했는데 진짜 암것도 안되여
오 감사합니다 이따가 한번 해볼게요!!
선생님 정말 죄송하지만...말씀하신대로 그대로했는데도 안됩니다;;;
무슨문제일까요 ㅠㅠㅠㅠ......
[zz_y7_const.BUFF1] = function(self)
zz_y7.use_buff1 = not zz_y7.use_buff1
if zz_y7.use_buff1 then
zz_y7.auto_buff_timer1 = _TimerService:SetTimerRepeat(zz_y7.buff_func1, 10)
else
_TimerService:ClearTimer(zz_y7.auto_buff_timer1)
end
print_toggle_message(zz_y7_const.BUFF1, zz_y7.use_buff1)
end,
[zz_y7_const.BUFF2] = function(self)
zz_y7.use_buff2 = not zz_y7.use_buff2
if zz_y7.use_buff2 then
zz_y7.auto_buff_timer2 = _TimerService:SetTimerRepeat(zz_y7.buff_func2, 10)
else
_TimerService:ClearTimer(zz_y7.auto_buff_timer2)
end
print_toggle_message(zz_y7_const.BUFF2, zz_y7.use_buff2)
end,
이렇게작성했습니다 ㅠㅠ
알려주신대로 해봤는데 buff1 buff2 두개로 설정했는데 버프 1개도 안 쓰네요
혹시 코드 다 적어주실 수 있나요?
혹시 물약은 어떻게 추가해야되는지 아시나요?
스피어 부스터는 코드가 뭔지 아시나요