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

  1. S

    Field moves usable by compatibility [v17.2 - v19.1]

    incredible work! i was wondering if you would have any idea how to get these moves to show up on the ready menu? thanks in advance
  2. S

    Script: Pokemon Outbreaks

    after testing out your script in a clean version of essentials, it worked just fine, so i went back and finally figured it out. turns out if you change what switch activates the outbreaks, you also need to change the (100) in line "if rand(100)<OUTBREAKCHANCE" to whatever switch you set, i did...
  3. S

    Script: Pokemon Outbreaks

    ok, so i just want to make sure im doing this right, do i need to use the pbGenerateOutbreak command in an event somewhere to generate a new outbreak? or is this script supposed to just automatically generate a new outbreak every so many hours? because if i use the pbGenerateOutbreak command it...
  4. S

    Evo During Battle

    love this script! everything works great but it seems my back ground music in the over world stops playing after a pokemon evolves during battle. it starts up after entering a new map, but immediately after the battle its silent. any ideas? using 17.2, thanks in advance!
  5. S

    Script: Pokemon Outbreaks

    heres what i have set up : OUTBREAKTIME = 4 OUTBREAKCHANCE = 40 OUTBREAKSWITCH = 129 OUTBREAKSPECIES = [ [20,:BULBASAUR,2,5,[EncounterTypes::Land]], [21,:CHARMANDER,3,8,[EncounterTypes::Land]], [22,:CHARMANDER,7,12,[EncounterTypes::Land]]...
  6. S

    Script: Pokemon Outbreaks

    i figured out the outbreak info, thanks! but it appears its not automatically generating a new outbreak. I changed the outbreak time to 4 hours but its been the same outbreak for days. any suggestions?
  7. S

    Script: Pokemon Outbreaks

    could you help me understand how to use the pbOutbreakInformation method? when i create an event using essentials 17.2 with this in a script it returns an error "exception:argument error, wrong number of arguments (0 of 2)" other then that everything works great!
  8. S

    [Custom Feature Question] help with healing all pokemon in pc

    where would i find that at? i searched through the scripts but not exactly sure what im looking for
  9. S

    [Custom Feature Question] help with healing all pokemon in pc

    the problem with the pokecenter script is it uses the event command "recover all..." and from there you can only choose entire party or player, and both just heal the party. i also found this script that again just heals the whole party: for i in $Trainer.party i.heal end i thought this might...
  10. S

    [Custom Feature Question] help with healing all pokemon in pc

    i want to create a storage system similar to the lets go games where you can access your storage from anywhere in the game. i have successfully added the option of accessing storage from the pause menu, as well as disabled pokemon being healed when deposited. what im looking for is a way to heal...
  11. S

    [Scripting Question] Access Pokemon Storage Boxes from the pause menu (Let's Go Style)

    If you have played either of the Let's Go games for Switch, you know what I'm talking about. If you haven't, Let's Go made a big change to how you can access the Pokemon you have caught. Instead of using PCs in PokeCenters to access your storage boxes, you can now access your storage from...
  12. S

    [Scripting Question] help with adding pokemon storage to pause menu

    like the title says, i am wanting to add the option to access the pokemon storage directly from the pause menu, just like the "access pokemon storage" option in the debug menu. i was able to add accessing the entire pc from the pause menu, but want to go directly into the storage boxes without...
  13. S

    Adding Team Preview between pokémon switches with Elite Battle System

    Im currently using essentials 16.2 and have implemented the scripts to add team preview pokemon switches by FL from the tutorials on the essentials wiki. It was working just fine until i installed Elite Battle System using the universal plugin installer and now my game freezes when the pokemon...
  14. S

    Script: Advanced Pokédex

    yes i am using essentials 17.2
  15. S

    Pokémon Selection (similar to Stadium/Battle Tower)

    Great script! I have a couple questions / issues. I am using essentials 17.2 and I have installed all scripts as instructed and everything seems to be working except one thing. Even with it set to not be able cancel the selection I am still able to do so in game. Any idea what the issue might...
Back
Top