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

  1. V

    [Error] I tried to give a Pokémon to the player as a starter option and got this, I'll provide more event info if needed

    Don't put the : in pbAddPokemonSilent(:pkmn). it should just be pbAddPokemonSilent(pkmn)
  2. V

    Script: [v20] Bank of Mom

    The script I said in the message you quoted is how you send an item to the PC.
  3. V

    [Scripting Question] How can I write an ability that ignores immunity and resists when using moves with certain flags?

    Sounds like you want to look into how Scrappy works. Your edit belongs in def pbCalcTypeModSingle. Since this method is in a Battle::Move class, you can check with self.soundMove? or similar for other flags, or define a new method for a new flag if so you need.
  4. V

    Script: [v20] Bank of Mom

    Not entirely sure why you're asking me, but $PokemonGlobal.pcItemStorage.add(item,qty). If you don't include a quantity, it defaults to 1, same as $bag.add
  5. V

    [Eventing Question] How to set the start page on a map using Bootleg Firered

    you need both of those method calls i mentioned to keep the game from crashing.
  6. V

    [Eventing Question] How to set the start page on a map using Bootleg Firered

    Can you post the bottom part of the intro event? The part where you set up the player? You need to set up the player with pbChangePlayer(0) and pbTrainerName before you move them around.
  7. V

    [Error] Running into issue with undefined method 'party_count'

    List of plugins that were posted on relic castle https://docs.google.com/spreadsheets/d/1_n2Tp1TIljLL1E-uBTzV6TTfDQzIxc58-8ZcvLI2LKM/edit?usp=sharing
  8. V

    [Eventing Question] How to set the start page on a map using Bootleg Firered

    Fixnum is an integer, so like 5 or 48 or 7467. Numbers without a part after the decimal point (those are Floats). You'd get better help if you showed the event and the full error message though.
  9. V

    [Eventing Question] How to set the start page on a map using Bootleg Firered

    Bootleg Firered is made in a much older version of essentials, v16. This means much of the advice and help you'd find now for essentials don't apply to it. The intro is Scene_Intro, but all that script section does is plays the title screen and the splashes before it. The save file is in the...
  10. V

    [Other Question] A strange thing

    Change it in mkxp.json too.
  11. V

    [Error] Please Help - No game scripts specified (missing Game.ini?)

    Just to be sure, have you verified your players actually unzipped the game?
  12. V

    [Question] Linking RC resources

    Well some of those resources may have been cross posted to PC. Not all of them, but there certainly was a big wave of games and resources submitted in the aftermath. And this isn't the first time the original link to a resource has died, the scramble to find back ups for VQQ/bo4p5687's plugins...
  13. V

    [Other Question] Importing old pokemon essentials projects.

    You can yes, though I figure a number of methods have been changed for that as well. Worth a shot, at the very least you'll likely find a lot of the stuff you need to fix
  14. V

    Your suggestions for Essentials

    It's not lost, it was just remapped. Try S and D.
  15. V

    Script: [v16/v17/v18/v19/v20/v21] Cable Club (Online Trades/Battles)

    you need to run it in debug mode and try again.
Back
Top