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

  1. Z

    [Discussion] Best cheap pc for essentials?

    Hello, I'm planning on getting a cheap new pc. I want it to be able to run rpg maker xp with Pokémon essentials, some type of program that I can use to edit sprites, and a program like garage band for audio editing. My price range is anything below $400 but if it's slightly above this that's...
  2. Z

    [Scripting Question] Kidnapping event

    Since I got no answer I will ask a simpler question. I've figured out how to delete all the pokemon from the party. All I need to know is how do I store that pokemon's data and retrieve it and add it back to the party later. Is there a way to deposit it into a pc using a script or to store the...
  3. Z

    Where are move categories defined

    I found what I was looking for on the last PScreen_EggHatching It was the very last section and I had to change egg.eggsteps-=1 to egg.eggsteps-=3 Now they hatch 3x as fast. Events.onStepTaken+=proc {|sender,e| next if !$Trainer for egg in $Trainer.party if egg.eggsteps>0...
  4. Z

    Where are move categories defined

    By trainer pokemon I meant NPC trainers, not the player. There's a way to set the IVs for their pokemon but not their EVs
  5. Z

    Where are move categories defined

    Where are move categories like punch moves, biting moves, etc. defined? I want to make some moves have these categories and I don't know where to start. Edit: I also want to increase the maximum IV from 31 to 50, make eggs hatch twice as fast, and give trainer pokemon EVs. Can I do this and if...
  6. Z

    [Scripting Question] How to force a trainer to use a certain move

    Apparently max AI isn't enough to make a trainer use 210 base power retaliate over 60 base power bite on a fighting type. I have a gym leader and he has 3 pokemon. The middle and last ones both know retaliate. I want them to always use retaliate as their first move unless it is on a ghost type...
  7. Z

    [Scripting Question] How to randomize battle music

    I can't decide on which BGM to use for wild pokemon battles and I want to make it random. How would I do this? There are 4 different BGMs that I want to be randomized only for wild battles.
  8. Z

    Event appears every night rather than one night a week

    I have an event pokemon that is supposed to only be there on wednesday night. It appears every night for some reason. My first event page for conditions I have 2 switches: pbIsWeekday(-1,3) and s:PBDayNight.isNight? I have a conditional branch that checks if u defeated, caught, or tied with the...
  9. Z

    Report bugs and errors in unmodified Essentials version 21

    The only one I remember off the top of my head is the "bump" sound effect. I will edit this if I remember/encounter any more.
  10. Z

    Report bugs and errors in unmodified Essentials version 21

    intimidate on a pokemon with contrary doesn't work. sound effects repeating for a long time for no apparent reason.
  11. Z

    [Scripting Question] How to increase xp gain from a certain pokemon in a trainer's party

    The rival in my game in the second battle has a luxio which gives around 500 xp and his main pokemon, trapinch, only gives around 200. Is there a way to increase the xp that this particular trapinch gives without affecting the xp from other trapinches?
  12. Z

    a map of mine lets me walk through everything

    Im very experienced with RPG maker and tried everything I knew. And nothing worked. I just remade the map and it worked fine.
  13. Z

    How to export game?

    How do you compile it?
  14. Z

    Map looks like it's day although it night time

    Sorry I figured this out a while ago. The problem was the map wasn't classified as outside in metadata.
Back
Top