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
여기서 뭐 수정해야 평타 화살나가나요 ?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
41728 | 02-22 | 272 | ||
41727 | 02-22 | 462 | ||
41726 | 02-22 | 397 | ||
41725 | 02-22 | 380 | ||
41724 | 02-22 | 297 | ||
41723 | 로나 ㅎ 팝니다+8 | 02-22 | 414 | |
41722 | 02-22 | 607 | ||
41721 | 02-22 | 303 | ||
41720 | 02-22 | 309 | ||
41719 | 02-22 | 286 | ||
41718 | 02-22 | 375 | ||
41717 | 02-22 | 530 | ||
41716 | 02-22 | 523 | ||
41715 | 02-22 | 650 | ||
41714 | 02-22 | 747 | ||
41713 | 02-22 | 387 | ||
41712 | 02-22 | 427 | ||
41711 | 02-22 | 312 | ||
41710 | 02-22 | 402 | ||
41709 | 02-22 | 475 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;