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

  1. W

    [Scripting Question] What's $RPGVX for?

    I'm learning how to make my own scripts and I keep seeing $RPGVX over and over. What is its purpose? Sorry for my english, thank you in advance.
  2. W

    Randomly chosen trainer teams?

    At this point it doesn't really matter to Op, but for everyone who wants to implement this script there you go.
  3. W

    Script: Visible Overworld Wild Encounter

    Hello friend! Thanks for your solution, I "fixed" this long time ago by deleting two chunks of code at the end of the script. The ones with the comment about "reducing lag" or something like that. I don't know what was wrong about the sprite disposal but this brute solution worked for my...
  4. W

    [17.2] Efficient Puddle Step Animations

    What if I want the reflection and the splash effect appear at the same time? Is that possible?
  5. W

    Script: Visible Overworld Wild Encounter

    I'll try it! Thanks for your time!
  6. W

    Script: Visible Overworld Wild Encounter

    I'm sorry it seems like i have 16.2 version 😅. So i'm still having the same error... When the defeated wild pokemon disappear, this error pops up. https://ibb.co/30QZ8vX Mensaje: disposed sprite Spriteset_Map:29:in `src_rect' Spriteset_Map:29:in `update' Spriteset_Map:381:in...
  7. W

    Script: Visible Overworld Wild Encounter

    Hi, thanks for your patience and sorry for causing so much trouble. Lines from the 334th to the 340th encounter = $PokemonEncounters.pbGenerateEncounter(encounterType) encounter = EncounterModifier.trigger(encounter) if !$PokemonEncounters.pbCanEncounter?(encounter,repel)...
  8. W

    Script: Visible Overworld Wild Encounter

    Hello again 😅. With the last version i'm getting this error. Excepción: ArgumentError Mensaje: wrong number of arguments(2 for 1) Overworld_Random_Encounters:337:in `pbCanEncounter?' Overworld_Random_Encounters:337:in `pbChooseEncounter' Overworld_Random_Encounters:280:in `pbOnStepTaken'...
  9. W

    Simple Quest System + UI

    Nvm, ignore my last reply it works perfect. Thank you very much! 👌
  10. W

    Simple Quest System + UI

    Yes it does, thank you very much. I'm still getting an error for an invalid map id for stage 0. 😅
  11. W

    Simple Quest System + UI

    Hi, I'm not sure why i keep getting this error. Any idea of how to fix it? I'm using Pokemon essentias v17.2 . h ttps://ibb.co/cLdm8Dy
  12. W

    Script: Visible Overworld Wild Encounter

    Hi, I'm using the 17.2 version of pokemon essentials and the 16.2 version of your script because the 17.2 version didn't work correctly for me. the error does not happen when I combat a wild pokemon without your script. About the missing terrain tags i added those in PBTerrain. I had some of...
  13. W

    Script: Visible Overworld Wild Encounter

    Hi! Your script looks great but i keep getting this error. After adding missing terrain tags i get this error after finishing a combat. Sorry for my poor english, and thanks in advance. I'm begging for help! Exception: RGSSError Mensaje: disposed sprite Spriteset_Map:29:in `src_rect'...
Back
Top