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
여기서 뭐 수정해야 평타 화살나가나요 ?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
42841 | 02-24 | 382 | ||
42840 | 02-24 | 812 | ||
42839 | 02-24 | 599 | ||
42838 | 02-24 | 704 | ||
42837 | 02-24 | 575 | ||
42836 | 02-24 | 317 | ||
42835 | 02-24 | 446 | ||
42834 | 02-24 | 276 | ||
42833 | 02-24 | 1440 | ||
42832 | 02-24 | 353 | ||
42831 | 02-24 | 362 | ||
42830 | 02-24 | 300 | ||
42829 | 02-24 | 319 | ||
42828 | 02-24 | 276 | ||
42827 | 02-24 | 302 | ||
42826 | 02-24 | 294 | ||
42825 | 02-24 | 355 | ||
42824 | 02-24 | 444 | ||
42823 | 02-24 | 323 | ||
42822 | 02-24 | 277 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;