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
여기서 뭐 수정해야 평타 화살나가나요 ?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
43503 | 02-25 | 300 | ||
43502 | 02-25 | 638 | ||
43501 | 02-25 | 330 | ||
43500 | 02-25 | 653 | ||
43499 | 02-25 | 323 | ||
43498 | 02-25 | 453 | ||
43497 | 02-25 | 315 | ||
43496 | 02-25 | 285 | ||
43495 | 02-25 | 428 | ||
43494 | 02-25 | 344 | ||
43493 | 02-25 | 373 | ||
43492 | 02-25 | 549 | ||
43491 | 02-25 | 346 | ||
43490 | 02-25 | 281 | ||
43489 | 02-25 | 415 | ||
43488 | 02-25 | 305 | ||
43487 | 02-25 | 497 | ||
43486 | 02-25 | 301 | ||
43485 | 02-25 | 1230 | ||
43484 | 02-25 | 642 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;