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
여기서 뭐 수정해야 평타 화살나가나요 ?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
43100 | ㄺ ㅍㅍ+1 | 02-25 | 320 | |
43099 | 02-25 | 433 | ||
43098 | 02-25 | 485 | ||
43097 | 02-25 | 340 | ||
43096 | 02-25 | 423 | ||
43095 | ㄹ ㄱ ㅍ+1 | 02-25 | 331 | |
43094 | 02-25 | 312 | ||
43093 | 나도 점언줘+1 | 02-25 | 476 | |
43092 | 02-25 | 341 | ||
43091 | 02-25 | 331 | ||
43090 | 02-25 | 326 | ||
43089 | 02-25 | 349 | ||
43088 | 02-25 | 811 | ||
43087 | 기타템 온오프+4 | 02-25 | 770 | |
43086 | 02-25 | 305 | ||
43085 | 02-25 | 349 | ||
43084 | 02-25 | 310 | ||
43083 | 02-25 | 439 | ||
43082 | 02-25 | 714 | ||
43081 | 02-25 | 498 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;