• 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 Jazerules

  1. J

    HGSS/DPPT door animation

    You are welcome. I'm planning to add more animation with some available gen4 houses.
  2. J

    HGSS/DPPT door animation

    Since somebody is looking I thought these are worth sharing. They are a bit rough around the edges but manageable. Tileset and pallete is not mine credit to owner.. But i do made these sheets.. Credit is appreciated. @mods pls put required category of this resource. I missed it. Thanks!
  3. J

    [Scripting Question] Delete specific pokemon from party

    ahh sorry I made a shortcut in scriptcall it should be removePkmn(PBSpecies::BULBASAUR) but anyway good that something work on you!
  4. J

    [Scripting Question] Delete specific pokemon from party

    you reply 1yr later lol anyway i'll share you one script in the game i'm making. paste it somewhere above main. to use just write in event script section [S-HIGHLIGHT]removePkmn(:BULBASAUR)[/S-HIGHLIGHT] or whatever pokemon you want and you can use it many times as you want.
  5. J

    [Scripting Question] Bike Parked and Hours on Pause Menu

    You need a separate graphic which will be shown when the player stop moving. And for the time, I think you want a HUD which is showing time in which case you can check out some HUD scripts we have here.
  6. J

    Variable Game Speed [Simple Plug and Play]

    You are welcome :)
  7. J

    Fairy type question

    you have 3 graphics that need to update when adding types. 1. battleFightButtons 2. pokedexTypes 3. types
  8. J

    Fairy type question

    you need to update the pokedextypes graphics too edit: There are 3 graphics for types that you need to update.
  9. J

    Variable Game Speed [Simple Plug and Play]

    hmmmnn.. did you get any error? you could try to select turbo and go in a battle to see if your fps changes.. the thing is if the game is laggy you won't see any difference..
  10. J

    Script: Simple HUD

    $Trainer.money pokedex
  11. J

    How to make a Partner Trainer

    As the people above mention, there's an event already set in there. I tested it with following pokemon script and it is working just fine.
  12. J

    [Scripting Question] Any way to have the Player have an empty party mid-game?

    yes it is possible, a lot of people have done that already, very easy if you know a little coding knowledge in rmxp.
  13. J

    Essentials PBS Editor

    It is working perfectly, my question is when I set icon for items will it automatically naming the file accordingly?
  14. J

    Pokémon Editor for Essentials

    Awesome tool, but can you upgrade it so we can edit the sprites to? like sprite sheet editor so it is one tool in a go. Thank you!! Edit: I forgot to ask, when you set icon to some items will it rename the icon file automagically? This is my biggest issue as I have been lazy now to do it...
  15. J

    Script: [Essentials v17] Following Pokemon v 1.4.1

    Open common event in database and set the max to 50
Back
Top