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
여기서 뭐 수정해야 평타 화살나가나요 ?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+157 | 10-20 | 22616 | |
| 61866 | 00:19 | 24 | ||
| 61865 | 02-23 | 27 | ||
| 61864 | 02-23 | 25 | ||
| 61863 | 02-23 | 71 | ||
| 61862 | 02-22 | 268 | ||
| 61861 | 02-22 | 357 | ||
| 61860 | 02-21 | 441 | ||
| 61859 | 02-19 | 782 | ||
| 61858 | 린클 분석하실분+4 | 02-19 | 934 | |
| 61857 | 02-19 | 773 | ||
| 61856 | 02-17 | 1009 | ||
| 61855 | 02-17 | 996 | ||
| 61854 | 02-16 | 1728 | ||
| 61853 | 02-15 | 1620 | ||
| 61852 | 02-14 | 1933 | ||
| 61851 | 02-13 | 1747 | ||
| 61850 | 02-10 | 2134 | ||
| 61849 | 02-09 | 2294 | ||
| 61848 | 02-09 | 2366 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;