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
여기서 뭐 수정해야 평타 화살나가나요 ?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 43422 | 02-25 | 655 | ||
| 43421 | 02-25 | 495 | ||
| 43420 | 02-25 | 335 | ||
| 43419 | 02-25 | 359 | ||
| 43418 | 02-25 | 500 | ||
| 43417 | 02-25 | 430 | ||
| 43416 | 02-25 | 586 | ||
| 43415 | 02-25 | 790 | ||
| 43414 | 02-25 | 1162 | ||
| 43413 | 02-25 | 951 | ||
| 43412 | 패치 로직 수정+2 | 02-25 | 609 | |
| 43411 | 02-25 | 965 | ||
| 43410 | 02-25 | 406 | ||
| 43409 | 02-25 | 460 | ||
| 43408 | 02-25 | 575 | ||
| 43407 | 02-25 | 1006 | ||
| 43406 | 벤웹이엇음?+4 | 02-25 | 563 | |
| 43405 | 02-25 | 401 | ||
| 43404 | 밴웨이브당한애들+4 | 02-25 | 615 | |
| 43403 | 02-25 | 668 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;