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

  1. thepsynergist

    [Released] Vinemon: Sauce Edition

    Try extracting it using winRAR, 7Zip doesn't always extract everything properly. That error indicates such.
  2. thepsynergist

    [Released] Vinemon: Sauce Edition

    This typically occurs if you didn't extract the game first. The provided file in the download is compressed. Once you extract the contents and run the game, it should work fine. Do this with a program like WinRAR, and let me know if this resolves your issue.
  3. thepsynergist

    [Released] Vinemon: Sauce Edition

    Glad to have been a major part of this project! Can't wait for everyone to play it!
  4. thepsynergist

    [v16/v17/v18] Cable Club (Online Trades/Battles) [Abandonware]

    Just wanted to say, thanks for posting this! This is really cool! I was wondering if anyone knows what determines which pokemon is allowed to use in the cable club? It seems to think my party is invalid when I try to battle, so i wasn't sure if that was related to a client not having the...
  5. thepsynergist

    [Scripting Question] [v18]About the mystery gift and pastebin.

    Any hosting site that allows for plaintext on a non-secure server would work, but most force HTTPS.
  6. thepsynergist

    [Question] Merciless Script (Pokemon Essentials v17.2)

    Under Line 681, under Damage Calculation & Modifiers, inside the script `PokeBattle_Move`, Place this line of code above where it checks for the presence of Super Luck: if attacker.hasWorkingAbility(:MERCILESS) && opponent.status==PBStatuses::POISON return true end Be sure to...
  7. thepsynergist

    BGM Memory (Resume After Battle) [v17.2-v18]

    I was trying to get this working with the 'LowHP BGM' of EBS, but I wasn't having much luck. Would you happen to know how they might be able to integrate? It works perfectly, otherwise!
  8. thepsynergist

    [Error] MysteryGift does not work

    Mystery Gift can only communicate on HTTP calls. If your server is handled via HTTPS with an SSL certificate, you'll have no success in getting it to work.
  9. thepsynergist

    It's in with the rest of PField scripts. This might be exclusive to 17.2, I'm not sure.

    It's in with the rest of PField scripts. This might be exclusive to 17.2, I'm not sure.
  10. thepsynergist

    [Question] Regi Puzzles

    Make it so the invisible rocksmash event is under you, but have it only do the event if you're facing down.
  11. thepsynergist

    [Scripting Question] Changing Sprites During Battles

    I'd recommend messing with forms for this, and have the forms change when you want them to.
  12. thepsynergist

    [Other Question] Feature of the Animation Editor?

    You have to right click on the screen with the mouse to edit those.
  13. thepsynergist

    [Other Question] How do you change the hp bar speed?

    For EBS, look for def update in EliteBattle_3, and edit the integers in that block field. I have mine set to 40.0. You only have to edit the contents of @animatingHP.
Back
Top