• 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 Mutant Yoshi

  1. M

    Report bugs and errors in unmodified Essentials version 21

    New one I found. Whenever changing the music via the "Change Battle BGM" option when creating an event, the trainers and wild Pokemon lose their victory theme. This did not happen in older versions and I'm not sure why it happens here.
  2. M

    [Error] Bridges "Don't Exist"

    Nevermind. I found the issue. It's because I copied over an old version of tileset.rxdata. Tag 13 worked differently back then. I had to set the bridge to 42.
  3. M

    [Error] Bridges "Don't Exist"

    While moving my game from an older version of Essentials to v18, I've run into a few problems with my map. Namely, bridges (tag 13). Apparently, they're treated as though they don't exist. I try to cross them, but the game acts as though the bridge isn't there. I can surf on them and...
  4. M

    Report bugs and errors in unmodified Essentials version 21

    The command "\n" isn't working in trainers.txt within the PBS. The trainer's Lose Text isn't correctly loading as a result. Putting in a single slash sometimes causes the slash to be deleted, and putting in a double slash causes only one slash to be loaded.
  5. M

    Script: [v17+] Roaming Icon on Map

    I just tried this out in my game, and unfortunately, it didn't work. I don't think these are compatible with Marin's Better Region Map.
  6. M

    Party screen's Ball graphic matches the Pok? Ball the Pokemon was caught in

    I tried out Venom12's little shortcut. It seems to work for the most part, but I'm having two issues. First of which is that the first and last Pokemon are using the old pictures for whatever reason, even though they logically shouldn't. I'm not sure why this is. Second issue is that when...
  7. M

    [Scripting Question] Random Weather Move

    I just now tried that. It's not seeing the message at all. class PokeBattle_Move_178 < PokeBattle_Move def pbEffect(attacker,opponent,hitnum=0,alltargets=nil,showanimation=true) case @battle.weather when PBWeather::HEAVYRAIN @battle.pbDisplay(_INTL("There is no relief from this...
  8. M

    [Scripting Question] Random Weather Move

    That didn't help anything, unfortunately. The move is still skipped when it's used.
  9. M

    [Scripting Question] Random Weather Move

    I'm trying to create a move that causes a random weather effect whenever it's used. However, when I try to use it in battle, it just skips the move completely. class PokeBattle_Move_178 < PokeBattle_Move def pbEffect(attacker,opponent,hitnum=0,alltargets=nil,showanimation=true) case...
  10. M

    [Scripting Question] Different maps with different forms

    Gave it a shot. When encountering a Grimer on the map, it just gave me this error and crashed: Exception: TypeError Message: cannot convert Range into Integer PSystem_Utilities:1512:in `sprintf' PSystem_Utilities:1512:in `pbCryFile' PSystem_Utilities:1495:in `pbPlayCry' PokeBattle_Scene:2508:in...
  11. M

    [Scripting Question] Different maps with different forms

    I'm trying to get certain forms of Pokemon to appear on certain maps, much like Shellos. It seemed easy enough, but I have more than two forms of a Pokemon. I tried to get it to work with the code below, but instead, the regular form of Grimer always shows up on the map...
  12. M

    Report bugs and errors in unmodified Essentials version 21

    This was something I hadn't encountered before, but just recently found. Whenever Encore gets used on Metronome, the move "Metronome" gets stuck in a loop and is used infinitely, softlocking the game.
  13. M

    All Alolan Pokémon (including Marshadow)

    Problem. The speed needs to be moved over two spaces to the left. Special Attack and Special Defense come after speed in the code.
  14. M

    Gen VII Scripts (Z-Moves, Abilities and Moves,)

    Just tested Wimp Out on Version 16. It works, but not as intended. When battling a wild Ekans, the Pokemon with Wimp Out ended up switching out rather than running away from the battle. Unless that only happens with wild Pokemon who have Wimp Out. Edit: Beak Blast and Shell Trap don't...
Back
Top