조회 수 366 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

class Game_Actor < Game_Battler
  @@custom_atk_anim_opt =
  [
    [         21,            4,        8,   ],
    [21, 0, 2],
    [],
    [],
    [],
  ]

  def custom_atk_anim_for_weapon(index)
    @@custom_atk_anim_opt.each do |opts|
      next if opts.empty?
      if self.state?(opts[0]) && weapons[index].wtype_id == opts[1]
        return opts[2]
      end
    end
  end
 
  def custom_atk_anim_for_barehand
    @@custom_atk_anim_opt.each do |opts|
      next if opts.empty?
      if self.state?(opts[0]) && opts[1] == 0
        return opts[2]
      end
    end
  end
 
  def not_equipped?
    weapons.size == 0
  end
 
  alias atk_animation_id1_9qxb6_001   atk_animation_id1
  def atk_animation_id1
    if weapons[0] && custom_atk_anim_for_weapon(0).is_a?(Integer)
      return custom_atk_anim_for_weapon(0)
    end
    if not_equipped? && custom_atk_anim_for_barehand.is_a?(Integer)
      return custom_atk_anim_for_barehand
    end
    atk_animation_id1_9qxb6_001
  end
 
  alias atk_animation_id2_9qxb6_002 atk_animation_id2
  def atk_animation_id2
    if weapons[1] && custom_atk_anim_for_weapon(1).is_a?(Integer)
      return custom_atk_anim_for_weapon(1)
    end
    atk_animation_id2_9qxb6_002
  end
end

 

어느 분이 써주신 ace용 스크립트인데 이걸 mv용으로 바꾸고 싶습니다. 바꿀 수 있는 방법 좀 가르켜 주세요.

?

  1. 쯔꾸르 mv 게임을 apk 파일로 변환했는데...

  2. 쯔꾸르 젖소이야기 결혼 방법좀 알려주세요...

  3. No Image 29Nov
    by game메이커xp
    2021/11/29 by game메이커xp
    Views 1255 

    apk포팅 승인 어케 하나요?

  4. No Image 15Jul
    by Neuromancer
    2021/07/15 by Neuromancer
    Views 1539 

    Yanfly님의 Action Sequence Pack 질문드립니다

  5. 싸게 MV 를 먼저? 아니면 돈을 더 들어서라도 MZ?

  6. RMMV - 스탯창과 대화창 변견 관련 질문입니다. (초보입니다 도움좀 주세요 ㅜㅜ)

  7. 아오오니를 하는 사람인데요 질문 두가지가 있어요

  8. No Image 07Dec
    by land_tnt
    2020/12/07 by land_tnt
    Views 1455 

    재밌는게임

  9. No Image 10Nov
    by 세종기항19
    2020/11/10 by 세종기항19
    Views 1682 

    c언어 질문

  10. 코딩 질문

  11. No Image 07Nov
    by 드래곤규
    2020/11/07 by 드래곤규
    Views 1400 

    혹시나 물어보는데

  12. No Image 09Sep
    by 이부닝
    2020/09/09 by 이부닝
    Views 1224 

    오픈보 게임 더블드래곤 리로디드 얼티네이트에 대해 궁금

  13. No Image 02Sep
    by 스트레이보우
    2020/09/02 by 스트레이보우
    Views 1006 

    상태이상 확률 결정

  14. No Image 23May
    by WOONAALAA
    2020/05/23 by WOONAALAA
    Views 963 

    다음 인디사이드 제작대회는 언제쯤 열릴까요?

  15. xp로 제작된 어플 실행자체가 안된다는 분이 있습니다.(제생각엔 apk로 변환하는 과정에서 버전자체가 낮은 것 같습니다)

  16. apk 포팅하는데 게임 이름이 필요합니다 뜨는데

  17. No Image 22Mar
    by 랖랖
    2020/03/22 by 랖랖
    Views 1779 

    쯔꾸르VX Ace렉먹음 도와주세요...

  18. 안녕하세요

  19. 포팅 중 '게임 이름이 필요합니다' 오류

  20. RPGMV 거리 추적

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 442 Next
/ 442


[개인정보취급방침] | [이용약관] | [제휴문의] | [후원창구] | [인디사이드연혁]

Copyright © 1999 - 2016 INdiSide.com/(주)씨엘쓰리디 All Rights Reserved.
인디사이드 운영자 : 천무(이지선) | kernys(김원배) | 사신지(김병국)