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
여기서 뭐 수정해야 평타 화살나가나요 ?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22195 | |
| 61713 | 11-24 | 205 | ||
| 61712 | 11-24 | 131 | ||
| 61711 | 11-23 | 231 | ||
| 61710 | 11-23 | 223 | ||
| 61709 | 11-23 | 339 | ||
| 61708 | 11-23 | 313 | ||
| 61707 | 11-23 | 349 | ||
| 61706 | 11-23 | 386 | ||
| 61705 | 11-22 | 378 | ||
| 61704 | 11-22 | 401 | ||
| 61703 | 11-22 | 440 | ||
| 61702 | 11-22 | 554 | ||
| 61701 | 11-22 | 473 | ||
| 61700 | 11-22 | 492 | ||
| 61699 | 11-21 | 567 | ||
| 61698 | 11-21 | 628 | ||
| 61697 | 11-21 | 547 | ||
| 61696 | 11-21 | 557 | ||
| 61695 | 11-21 | 672 |
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;