• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
(v19+)Fly animation

v21.1 (v19+)Fly animation 3.0.1

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
Also compatible with
  1. v20.1
  2. v19.1
Fly animation by KleinStudio, Updated for v19+ by me.

Gen 3 style:(With Default Animation time)
Gen_3.gif

Gen 4 Style:(With Default Animation time)
Gen_4.gif


Download

Installtion Notes for v19 only:

Replace [003]HM Handlers.rb with
Ruby:
HiddenMoveHandlers::UseMove.add(:FLY,proc { |move,pokemon|
  if !$PokemonTemp.flydata
    pbMessage(_INTL("Can't use that here."))
    next false
  end
  if !pbHiddenMoveAnimation(pokemon)
    pbMessage(_INTL("{1} used {2}!",pokemon.name,GameData::Move.get(move).name))
  end
  pbFlyAnimation
  pbFadeOutIn {
    $game_temp.player_new_map_id    = $PokemonTemp.flydata[0]
    $game_temp.player_new_x         = $PokemonTemp.flydata[1]
    $game_temp.player_new_y         = $PokemonTemp.flydata[2]
    $game_temp.player_new_direction = 2
    $PokemonTemp.flydata = nil
    $scene.transfer_player
    $game_map.autoplay
    $game_map.refresh
  }
  pbFlyAnimation(false)
  pbEraseEscapePoint
  next true
})
Remove line Essentials = 20.1,21.1 from meta.txt.
Credits
KleinStudio
A.I.R
Author
A.I.R
Downloads
764
Views
4,577
First release
Last update
Rating
4.83 star(s) 6 ratings

More resources from A.I.R

Latest updates

  1. Tidying Up

    Just a change to meta.txt and a small code change.
  2. V19 and removed Useless Handlers.

    This update adds instructions for v19. Yeah, I did the opposite thing+ Useless handlers removed.
  3. Have a Gen 4 Style!

    This update includes a new Settings so that you can Change Animation Birds. Plus, Revamps the...

Latest reviews

Downloaded it but dont know how to put it in game/ where to put it, I put it in plugins and everytime I try to fly I crash
A.I.R
A.I.R
Can you post your a screenshot of the Error and Plugin Folder here? https://reliccastle.com/threads/6354/
The animation is very cool by itself, the fact that you added gen 4 support is very nice! Thanks a lot for this amazing ressource!
A.I.R
A.I.R
Thanks.
Awesome plugin. Quick, simple, easy to use. Definitely prefer this to the default Essentials fly animation. Highly recommended.
Super nice animation, highly recommend for those who want a bit of flair to their game.
Back
Top