• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by KleinStudio

  1. K

    Secret Bases

    I tried to do the same in a clean copy of Essentials, I copied the script, the tileset and the map with the items (modifying the ITEMSMAP variable too after this), then I modified the terrain tags and it's working for me. Anyways, send me the script if you want me to test it.
  2. K

    Secret Bases

    Do you have those issues in the demo too? You only can place posters in walls and non-dolls/pushion items in floor (unless you enable DOLLSEVERYWHERE). About the spin map etc I ask you the same question: do you have that issue in the demo? And sure, you should be able to modify the terrain tags...
  3. K

    Simple Bird Fly Animation

    Yeah, it's easy to add something like that: 1. Replace the first pbFlyAnimation in the script with pbFlyAnimation(false,pokemon.species) 2. Replace the second pbFlyAnimation in the script with pbFlyAnimation(true,pokemon.species) 3. Replace def pbFlyAnimation(landing=false) with def...
  4. K

    HG/SS-style Evolution Scene

    The script is based in the original one from Essentials V15.1, I just modified the animation.
  5. K

    HG/SS-style Evolution Scene

    I've updated the script adding the support for V14, so if anyone was getting the same error just redownload the script.
  6. K

    Simple Bird Fly Animation

    Can't be that be done modifying the player charset in the berry event? I didn't touch a thing about berry system so I don't know how it exactly works.
  7. K

    In-field animations fix

    For what I see your problem is with in field animations system and this script rewrites it. Did you get any problem after being using the script for a while?
  8. K

    HG/SS-style Evolution Scene

    I've seem people with this problem too but I'm totally unable to recreate it. Are you using the lastest Pokémon Essentials version? Also, can you give me some info about the Pokémon? Did it learn any move when evolve at that level or something?
  9. K

    Simple Bird Fly Animation

    Download: http://pokemonfangames.com/script.php?id=15 How to install 1. Put the "flybird.png" image in Graphics/Pictures folder. 2. Put the "flybird.wav" sound in Audio/SE folder. 3. Copy and paste the script above main.
  10. K

    Water Bubbles

    I've updated the script fixing a bug with event graphic changes, if you're using the script, please, update to lastest version.
  11. K

    Overworld Shadows

    No, events with no graphic will not have shadow.
  12. K

    Overworld Shadows

    Are you using another script to make shadow overworlds? If you was using another script before install this one, remove the old script. If you don't want/don't know how to delete it, you can add this at the bottom of the script: class ShadowSprite def visible; end def visible=(value); end end
  13. K

    Recreating Dewford Gym's Gimmick

    The circle changes when you defeat a trainer. If you want the circle change only modifying the variable add this code and call it from an event with modifyCircle(new radius) def modifyCircle(newRadius) darkness=$PokemonTemp.darknessSprite actualRadius=darkness.radius if...
  14. K

    Overworld Shadows

    I've tested making a route for the player with an event and I did not see anything wrong, can you post a screenshot? :)
  15. K

    HG/SS-style Evolution Scene

    What do you mean? To make the script work you just need to copy and paste it into a new script, it will autoreplace the old evo screen
Back
Top