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
여기서 뭐 수정해야 평타 화살나가나요 ?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 43990 | 02-26 | 404 | ||
| 43989 | 02-26 | 411 | ||
| 43988 | 02-26 | 554 | ||
| 43987 | 02-26 | 420 | ||
| 43986 | 02-26 | 389 | ||
| 43985 | 02-26 | 439 | ||
| 43984 | 02-26 | 742 | ||
| 43983 | 02-26 | 516 | ||
| 43982 | 02-26 | 387 | ||
| 43981 | 02-26 | 446 | ||
| 43980 | 02-26 | 408 | ||
| 43979 | 02-26 | 395 | ||
| 43978 | 02-26 | 437 | ||
| 43977 | 02-26 | 464 | ||
| 43976 | 공속 수치 정지+3 | 02-26 | 1551 | |
| 43975 | 02-26 | 647 | ||
| 43974 | 02-26 | 629 | ||
| 43973 | 02-26 | 574 | ||
| 43972 | 02-26 | 988 | ||
| 43971 | 02-26 | 409 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;