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
여기서 뭐 수정해야 평타 화살나가나요 ?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
41713 | 02-22 | 363 | ||
41712 | 02-22 | 405 | ||
41711 | 02-22 | 288 | ||
41710 | 02-22 | 381 | ||
41709 | 02-22 | 450 | ||
41708 | 02-22 | 532 | ||
41707 | 02-22 | 259 | ||
41706 | 02-22 | 254 | ||
41705 | 02-22 | 688 | ||
41704 | 02-22 | 432 | ||
41703 | 02-22 | 429 | ||
41702 | 02-22 | 427 | ||
41701 | 02-22 | 247 | ||
41700 | 02-22 | 274 | ||
41699 | 02-22 | 271 | ||
41698 | 02-22 | 357 | ||
41697 | 02-22 | 686 | ||
41696 | 02-22 | 266 | ||
41695 | 02-22 | 241 | ||
41694 | 02-22 | 263 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;