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

  1. SumiInk

    Looking for Gym Leader Battle sprites

    You won't be able to get sprites at 128x128 like that unless someone has remade them by hand. But I have some tips for what you can do in gimp. First, go to Serebii: https://www.serebii.net/platinum/gyms.shtml The images there are transparent, but you will have to save it as png instead of just...
  2. SumiInk

    CRITIQUE! Map for Pokemon Honor And Glory

    I like the fifth one. The water routes are a nice touch, just to let the player know they should trying surfing to get to the next area.
  3. SumiInk

    [Error] Argument Error in Event

    Okay... I've tried looking all over for a solution to this but can't find anything. Basically, the issue is that I'm trying to make an event to change Cosplay Pikachu's form. But every time I choose an option that would change the form (not "something else" or "don't change"), the game crashes...
  4. SumiInk

    [Error] scripting error I don't understand

    Nevermind. I just found a backup and started over on some things. Seems to have worked though I'm still not sure what caused the error in the first place.
  5. SumiInk

    Evolve Inkay Using an Upside-Down 3DS

    So! A while ago a guy named OliveCopper had the idea of using a 3DS Key Item to evolve Inkay and I decided to make a working version of it! The way it works is that the player can have a 3DS Key Item, which they can use to flip it upside down. If the player is holding the Upside-Down 3DS and...
  6. SumiInk

    [Error] scripting error I don't understand

    So I playtest the game and I'm trying to test out Aegislash's ability by entering a battle. But when I try to encounter a wild pokemon, I get this error message: --------------------------- Pokemon Essentials --------------------------- [Pokémon Essentials version 17.2] Exception...
  7. SumiInk

    [Error] NameError for something that wasn't edited

    GOT IT! I just had to look back through everything and saw that I missed an end statement and a couple semicolons. Now it's all working AND I learned more about end statements. Thank, guys.
  8. SumiInk

    [Scripting Question] Ultra Necrozma & Greninja-Ash

    Poq's script for PokeBattle_Battler seems to be missing an end statement, causing a syntax error. Here's a fixed version: Basically, just add an end statement under @pokemon.setability(3) and it should work.
  9. SumiInk

    [Error] NameError for something that wasn't edited

    EDIT: Problem resolved! There was just a few missing semicolons and an end statement. When I try to playtest I get this error: Script 'PokeBattle_Clauses' line 60: NameError occurred. undefined method 'pbUseMove' for class 'PokeBattle_Battler' I don't know what went wrong, since I never...
  10. SumiInk

    [Error] PBS evolution error?

    It worked! Thank you! And I'll be sure to check out that PBS tool. Thanks again!
  11. SumiInk

    [Error] PBS evolution error?

    EDIT: Issue has been resolved! There's probably a simple solution to this but I just can't figure it out????? Here's the error message: --------------------------- Pokemon Essentials --------------------------- [Pokémon Essentials version 17.2] Exception: RuntimeError Message: Undefined...
Back
Top