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
여기서 뭐 수정해야 평타 화살나가나요 ?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 43661 | 02-25 | 420 | ||
| 43660 | 02-25 | 1061 | ||
| 43659 | 02-25 | 601 | ||
| 43658 | 02-25 | 1094 | ||
| 43657 | 02-25 | 442 | ||
| 43656 | 02-25 | 788 | ||
| 43655 | 02-25 | 356 | ||
| 43654 | 02-25 | 353 | ||
| 43653 | 02-25 | 780 | ||
| 43652 | 02-25 | 319 | ||
| 43651 | 02-25 | 1721 | ||
| 43650 | 02-25 | 323 | ||
| 43649 | 점언 질문있어요+5 | 02-25 | 659 | |
| 43648 | 02-25 | 294 | ||
| 43647 | 02-25 | 467 | ||
| 43646 | 02-25 | 374 | ||
| 43645 | 02-25 | 517 | ||
| 43644 | 02-25 | 329 | ||
| 43643 | 02-25 | 997 | ||
| 43642 | 02-25 | 831 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;