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(2301001 , false)
else
_PlayerAttackLogic_Magic:TryDoingMagicAttack(_UserService.LocalPlayer, 2301002, _UserService.LocalPlayer.WsCharacterData:GetSkillLevel(2301002), 29)
end
end
end
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(2301001 , false)
end
end
클레릭 텔코드 변경하고 /위치하면 제자리텔만하는데 이유좀 ㅠㅠ
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 29507 | 02-05 | 418 | ||
| 29506 | 02-05 | 478 | ||
| 29505 | 02-05 | 408 | ||
| 29504 | 02-05 | 566 | ||
| 29503 | 02-05 | 341 | ||
| 29502 | 02-05 | 332 | ||
| 29501 | 02-05 | 731 | ||
| 29500 | 02-05 | 522 | ||
| 29499 | 02-05 | 317 | ||
| 29498 | 02-05 | 2364 | ||
| 29497 | 02-05 | 571 | ||
| 29496 | 02-05 | 432 | ||
| 29495 | 02-05 | 1026 | ||
| 29494 | 02-05 | 829 | ||
| 29493 | 02-05 | 347 | ||
| 29492 | 02-05 | 464 | ||
| 29491 | 02-05 | 698 | ||
| 29490 | 02-05 | 746 | ||
| 29489 | 02-05 | 517 | ||
| 29488 | 02-05 | 609 |
댓글6
하나 틀렸네 일대일 줘 알려줄께
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(2301001 , false)
else
_PlayerAttackLogic_Magic:TryDoingMagicAttack(_UserService.LocalPlayer, 2301002, _UserService.LocalPlayer.WsCharacterData:GetSkillLevel(2301002), 24)
end
end
end
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
레벨 바꿔서 수정해라
2301002 2301001로 바꾸고 스킬레벨 바꾸라는거죠?
그냥 이거 그대로 스킬 레벨만 바꿔서 쓰셈
24 = 님 스킬레벨에 맞게 변경
스킬레벨은 힐레벨이죠? 코드똑같이해도 제자리에요 형님 ㅠ