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
여기서 뭐 수정해야 평타 화살나가나요 ?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
42734 | 다클막혔냐?+3 | 02-24 | 490 | |
42733 | 02-24 | 316 | ||
42732 | 02-24 | 617 | ||
42731 | 인벤 질문+1 | 02-24 | 373 | |
42730 | 02-24 | 284 | ||
42729 | 02-24 | 319 | ||
42728 | 02-24 | 283 | ||
42727 | 02-24 | 299 | ||
42726 | 점언 현재+4 | 02-24 | 566 | |
42725 | 벤웹피하는법+2 | 02-24 | 512 | |
42724 | 02-24 | 618 | ||
42723 | 02-24 | 646 | ||
42722 | 02-24 | 316 | ||
42721 | 02-24 | 365 | ||
42720 | 02-24 | 328 | ||
42719 | 02-24 | 291 | ||
42718 | 02-24 | 411 | ||
42717 | 02-24 | 361 | ||
42716 | 02-24 | 487 | ||
42715 | 02-24 | 529 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;