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
클레릭 텔코드 변경하고 /위치하면 제자리텔만하는데 이유좀 ㅠㅠ
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 29491 | 02-05 | 714 | ||
| 29490 | 02-05 | 777 | ||
| 29489 | 02-05 | 531 | ||
| 29488 | 02-05 | 630 | ||
| 29487 | 02-05 | 413 | ||
| 29486 | 02-05 | 505 | ||
| 29485 | 02-05 | 441 | ||
| 29484 | 02-05 | 635 | ||
| 29483 | 02-05 | 388 | ||
| 29482 | 해킹범 웃기네+7 | 02-05 | 732 | |
| 29481 | 02-05 | 844 | ||
| 29480 | 02-05 | 359 | ||
| 29479 | 02-05 | 1140 | ||
| 29478 | 02-05 | 910 | ||
| 29477 | 02-05 | 1082 | ||
| 29476 | 02-05 | 800 | ||
| 29475 | 02-05 | 407 | ||
| 29474 | 02-05 | 527 | ||
| 29473 | 02-05 | 740 | ||
| 29472 | 02-05 | 687 |
댓글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 = 님 스킬레벨에 맞게 변경
스킬레벨은 힐레벨이죠? 코드똑같이해도 제자리에요 형님 ㅠ