zz_y7.skill_hit_timer_func = function(self)
if not zz_y7.is_others and not zz_y7.no_mob then
if zz_y7.teleport_toggle then
_PlayerActiveSkillLogic:DoActiveSkill(2001003, false) -- 버프스킬코드
wait(180)
else
_PlayerAttackLogic_Magic:TryDoingMagicAttack(_UserService.LocalPlayer, 2201005, _UserService.LocalPlayer.WsCharacterData:GetSkillLevel(2201005), 0)
_UserService.LocalPlayer.WsUserController:ActionPickUp()
end
endend
zz_y7.tele_toggle_func = function ()
zz_y7.teleport_toggle = true
_TimerService:SetTimerOnce(function ()
zz_y7.teleport_toggle = false
end, 0.5)
end
zz_y7.tele_func = function()
if not zz_y7.is_others then
_PlayerActiveSkillLogic:DoActiveSkill(2201002 , false)
end
end
zz_y7.drive_func = function ()
if zz_y7.is_others then
if zz_y7.need_reset then
zz_y7.reset_mob_func()
zz_y7.need_reset = false
end
return
end
위에서 wiat 180 으로 바꿧는데 왜 더 자주사용하는거임?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 33038 | 02-08 | 3425 | ||
| 33037 | 02-08 | 522 | ||
| 33036 | 02-08 | 352 | ||
| 33035 | 02-08 | 490 | ||
| 33034 | 02-08 | 330 | ||
| 33033 | 02-08 | 2205 | ||
| 33032 | 펫+3 | 02-08 | 413 | |
| 33031 | 02-08 | 588 | ||
| 33030 | 02-08 | 819 | ||
| 33029 | 02-08 | 461 | ||
| 33028 | 듀프 볼사람 ?+4 | 02-08 | 538 | |
| 33027 | 02-08 | 537 | ||
| 33026 | 02-08 | 726 | ||
| 33025 | 02-08 | 551 | ||
| 33024 | 02-08 | 475 | ||
| 33023 | 핵 막혔나요?+7 | 02-08 | 631 | |
| 33022 | 02-08 | 877 | ||
| 33021 | 02-08 | 934 | ||
| 33020 | 02-08 | 843 | ||
| 33019 | 02-08 | 646 |
댓글2
저게 /자사 쓰면 버프스킬까지 같이 써주는 통합 명령어라서
방법은 자사에 버프를 빼서 명령어를 분리시키던지
아니면 자사명령어에 들어있는 텔포시간을 바꾸면 됨
형님 자사에 마법공격스피드도 바꿀수잇나요?