• 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 Dave.

  1. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    The logic seems spot-on to me, and should work. However, for some reason, it doesn't, and I'm not quite sure why... Maybe I'm missing something blindingly simple, which is generally the case for me with things like this. Yeah I tried that too.. I'm starting to worry that the only way of doing...
  2. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I'm not getting any exceptions thrown or anything, but the system seems unable to fill the party with what had been stored in $game_variables[637]. I've tried deleting the entire party first to see if that worked, rather than just replacing straight out, but even after then attempting to refill...
  3. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Hi all, May sound like kinda a noobish question, but in the little project I'm currently involved with, I wish for the player to cycle between four different characters, each with different stats and Pokémon, etc. I'm having a little trouble with how to change from, say, PlayerA to PlayerB...
  4. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    In the PBS folder, there is a file called 'types.txt' Here you can add or change types, including names, weaknesses, strengths etc. Then using the 'moves.txt' file, you can add new moves of that type. Just use the same syntax original entries are in, and if you get confused, the Notes for...
  5. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Could anybody tell me whereabouts I would place (and what name I would give to) a surfing sprite? As in when the player surfs on water.
  6. D

    Resource requests

    Can anyone help me find male fishing sprites, female fishing and cycling sprites, and Lapras surfing sprites? Thank you very much in advance.
  7. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Yeah I saw the "pbSEPlay("bump")" for each direction, and assumed that was the noise. I thought about removing them, but it was the slight time delay I really wanted. Thanks for telling me how to do that!
  8. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I'm sure I'm not the only one, but the 'bump' noise as the character walks into the wall is really starting to annoy me, since it plays on loop FAR too quickly. Is there any way to reduce the frequency of it being played? I think it's something to do with the Game_Player_ script, but I'm not...
  9. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I had this problem too, but have just managed to fix it. In the PokemonEncounters script, you need to replace the lines defining encounters (from line 83) with this: def pbEncounterType if $PokemonGlobal && $PokemonGlobal.surfing return EncounterTypes::Water elsif self.isCave...
  10. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Fantastic, thanks for that Maruno.
  11. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Anybody have a solution for this?
  12. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Quick question - TMs and HMs appear to be shown in the pocket in the order they are added. It's not vital, but would be much more aesthetically pleasing if they could be in numerical order (TMs then HMs). Is there a way to do this?
  13. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I'd already done that. I could tell the game knew which routes were where on the map because I didn't get the 'AREA UNKNOWN' message. Thanks anyway though. Ah that's it, fantastic. Thanks very much.
  14. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Either way, its worth a try. If it comes to it, I can chop and change between the new and older script. Thank you very much, I appreciate the help.
  15. D

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I'm having exactly the same problem.. but I don't have access to older versions. Is there anywhere I can obtain the older versions of the Pokédex script, or can anyone help here? Much appreciated, thanks.
Back
Top