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
여기서 뭐 수정해야 평타 화살나가나요 ?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
42397 | 02-24 | 387 | ||
42396 | 02-24 | 1016 | ||
42395 | 02-24 | 344 | ||
42394 | 02-24 | 560 | ||
42393 | 02-24 | 427 | ||
42392 | 02-24 | 1009 | ||
42391 | ㅁㄹ 랜계 구함+1 | 02-24 | 614 | |
42390 | 02-24 | 351 | ||
42389 | 02-24 | 579 | ||
42388 | 02-24 | 827 | ||
42387 | Hack 뿌림+6 | 02-24 | 1132 | |
42386 | 02-24 | 342 | ||
42385 | 02-24 | 439 | ||
42384 | 02-24 | 400 | ||
42383 | 02-24 | 578 | ||
42382 | 로나 문의주세요+2 | 02-24 | 391 | |
42381 | 02-24 | 571 | ||
42380 | 02-24 | 418 | ||
42379 | 02-24 | 477 | ||
42378 | 로나 문의주세요+1 | 02-24 | 353 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;