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
클레릭 텔코드 변경하고 /위치하면 제자리텔만하는데 이유좀 ㅠㅠ
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 29488 | 02-05 | 611 | ||
| 29487 | 02-05 | 401 | ||
| 29486 | 02-05 | 487 | ||
| 29485 | 02-05 | 425 | ||
| 29484 | 02-05 | 622 | ||
| 29483 | 02-05 | 380 | ||
| 29482 | 해킹범 웃기네+7 | 02-05 | 724 | |
| 29481 | 02-05 | 829 | ||
| 29480 | 02-05 | 350 | ||
| 29479 | 02-05 | 1108 | ||
| 29478 | 02-05 | 899 | ||
| 29477 | 02-05 | 1074 | ||
| 29476 | 02-05 | 784 | ||
| 29475 | 02-05 | 397 | ||
| 29474 | 02-05 | 514 | ||
| 29473 | 02-05 | 728 | ||
| 29472 | 02-05 | 678 | ||
| 29471 | 02-05 | 415 | ||
| 29470 | 02-05 | 485 | ||
| 29469 | 02-05 | 367 |
댓글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 = 님 스킬레벨에 맞게 변경
스킬레벨은 힐레벨이죠? 코드똑같이해도 제자리에요 형님 ㅠ