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 | 22034 | |
| 61606 | 02:29 | 26 | ||
| 61605 | 01:54 | 40 | ||
| 61604 | 10-31 | 38 | ||
| 61603 | 10-31 | 172 | ||
| 61602 | 10-31 | 221 | ||
| 61601 | 10-30 | 248 | ||
| 61600 | 10-30 | 350 | ||
| 61599 | 10-30 | 268 | ||
| 61598 | 10-30 | 290 | ||
| 61597 | 10-30 | 358 | ||
| 61596 | 10-29 | 355 | ||
| 61595 | 10-29 | 505 | ||
| 61594 | 10-29 | 660 | ||
| 61593 | 10-29 | 563 | ||
| 61592 | 10-28 | 579 | ||
| 61591 | ㅁㄹ h 삽니다+1 | 10-28 | 533 | |
| 61590 | 크랙방 문의+3 | 10-28 | 718 | |
| 61589 | 10-28 | 709 | ||
| 61588 | 10-28 | 605 | 
댓글3
아무리건드려도 화살은안나가고 떠있기만함 ;
11주세요
지금 충전이 안되서요 ;