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

  1. S

    PokéCommunity Daily: Daily ROM Hack/Fan Game Article Submissions

    Hey Theanimemaster, I have a game I've been working on that is currently trending. 65 downloads so far! It's a boss gauntlet game like the Elite 4 but with a lot more people and you get to make whatever team you want. Based on a group of people that play games for charity but a lot of people...
  2. S

    [Question] How can I fill the storage boxes with every species at the start of the game?

    Hey, no way, I'm also doing a boss rush game that required every single Pokemon available from start. Here is the code I used to get every pokemon to fill in the PC. Use this then call it from the Script event. def pbFillAllBoxes added = 0 box_qty = $PokemonStorage.maxPokemon(0)...
  3. S

    [Question] [ERROR] v19.1 Crashing at Credits

    So I'm getting this error for when I call the Credits. [Pokémon Essentials version 19.1] [Generation 8 Project v1.1.2] [EBDX v1.2.6] Exception: NoMethodError Message: undefined method `spritesetGlobal' for #<Scene_Credits> Backtrace: 067:Sprite_DynamicShadows:206:in `initialize'...
  4. S

    [Question] v19.1 Check if Player has Specific Pokemon

    So I found the answer and I'm posting here if anyone is using v19.1 that neither pbHasSpecies or $player.has_species? works. This is inbetween those two and the answer can be found in the Player's default house. It's $Trainer.has_species?(:POKEMONNAME) Its a little weird how many different...
  5. S

    [Question] v19.1 Check if Player has Specific Pokemon

    So I've tried the one that is "pbHasSpecies" and I've also tried the one that has "$player.has_species?" and neither of them work. I keep getting the errors of invalid name or No method. I'm just trying to check if the player has a Pikachu on them. I'm not sure what do next and I can't find...
  6. S

    [Scripting Question] Help adding Move Relearner to the Party Screen

    So I found this https://www.pokecommunity.com/showthread.php?t=407245 and this person has added the move relearner to their party screen so that it's accessible at all time and I would like to add this to my game but I'm having trouble adding it because the person who made the original post...
  7. S

    [Scripting Question] Adding move relearner to party screen

    Hi there, sorry for necroposting but I would like to know how to implement this. I placed in the scripts but I don't know how to overall get it to work. I managed to get the option to appear but I don't know how to call the script I put the code in.
  8. S

    [Error] Not seeing all the Pokemon in the PBS files

    Okay so I didn't realize there was a new version of Essentials and I went ahead and downloaded that to use a plugin for my problem. I don't need this answered anymore but I don't know how to delete a forum post.
  9. S

    [Error] Not seeing all the Pokemon in the PBS files

    Hey there, So I'm trying to make a pokemon game that has all the generations of pokemon to SW/SH and I have all the PBS files set to go all the way up to Zarude. Although whenever I try to give the player a pokemon from SW/SH, the game throws an error (picture below). I have all the PBS...
  10. S

    [Eventing Question] Using Debug commands in game when talking to an NPC

    I made a new script, edited a little because I was getting some compiling errors from all the 'end' at the end of the function and the debug message that appears at the end of that code, and tested it on an npc. WORKS LIKE A CHARM! ~chef's kiss~ Thank you so much StCooler for not only a great...
  11. S

    [Eventing Question] Using Debug commands in game when talking to an NPC

    Hey StCooler! Thanks so much for the reply! For the code you suggested, where do I put the new function? Do I have to create a new script for it? If I have to put it in an existing script, please tell me where explicitly. I really don't want to mess something up and have to restart my...
  12. S

    [Eventing Question] Using Debug commands in game when talking to an NPC

    Hi, I'm super new to Pokemon Essentials and I was wondering if there was a way to call the debug function to fill the player's PC with one of every type of pokemon through talking to an in-game NPC. My game is going to be an Elite 4 Boss Gauntlet (more than 5 trainers) and I want the player to...
Back
Top