elseif (self:IsShootAttackSkill(skillId)) then
if (not _CharacterActionLogic:CanMeleeShootAttack(state)) then
return
end
local shootAttack = _PlayerAttackLogic:CheckAvailableShootAttack(user, skillId, slv)
if (shootAttack) then
local output = {}
-- TODO mortalBlow 주먹치기 무시 발동
if (_PlayerAttackLogic_Melee:TryDoingMeleeAttack(user, 0, 0, output, 0, 0) == 0) then
if (_PlayerAttackLogic_Shoot:TryDoingShootAttack(user, skillId, slv, output.ShootRange, 0)) then
playSound()
playEffect()
self:OnSuccessSkill(state)
end
end
else
if (_PlayerAttackLogic_Melee:TryDoingShootAttack(user, 0, 0, nil, 0, 0)) then
self:OnSuccessSkill(state)
end
end
여기서 뭐 수정해야 평타 화살나가나요 ?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 43824 | 02-25 | 344 | ||
| 43823 | 파이터 사냥터+3 | 02-25 | 547 | |
| 43822 | 02-25 | 374 | ||
| 43821 | 02-25 | 538 | ||
| 43820 | 02-25 | 520 | ||
| 43819 | 02-25 | 426 | ||
| 43818 | 02-25 | 364 | ||
| 43817 | 02-25 | 373 | ||
| 43816 | 02-25 | 384 | ||
| 43815 | 02-25 | 427 | ||
| 43814 | 02-25 | 542 | ||
| 43813 | 02-25 | 649 | ||
| 43812 | 02-25 | 359 | ||
| 43811 | 02-25 | 437 | ||
| 43810 | 02-25 | 350 | ||
| 43809 | 02-25 | 783 | ||
| 43808 | 02-25 | 664 | ||
| 43807 | 02-25 | 360 | ||
| 43806 | 02-25 | 645 | ||
| 43805 | 02-25 | 350 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;