• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
(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:
Expand Collapse Copy
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
1,343
Views
5,729
First release
Last update

Ratings

4.86 star(s) 7 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