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
여기서 뭐 수정해야 평타 화살나가나요 ?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 43749 | 02-25 | 478 | ||
| 43748 | h 지원 서비스+5 | 02-25 | 382 | |
| 43747 | 02-25 | 818 | ||
| 43746 | 02-25 | 345 | ||
| 43745 | 02-25 | 586 | ||
| 43744 | 02-25 | 667 | ||
| 43743 | 02-25 | 391 | ||
| 43742 | 02-25 | 416 | ||
| 43741 | 02-25 | 504 | ||
| 43740 | 02-25 | 351 | ||
| 43739 | 02-25 | 635 | ||
| 43738 | 02-25 | 692 | ||
| 43737 | 02-25 | 543 | ||
| 43736 | 02-25 | 360 | ||
| 43735 | 02-25 | 332 | ||
| 43734 | 02-25 | 956 | ||
| 43733 | 02-25 | 336 | ||
| 43732 | 02-25 | 1014 | ||
| 43731 | 02-25 | 655 | ||
| 43730 | 02-25 | 374 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;