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

  1. S

    [Scripting Question] Items Page Trouble

    That's not quite it, at least not from what I've tried. I'm still getting similar results. So there seems to be a viewing box where the text is written and every time I try and edit the position of the text, it moves successfully but the viewing box itself doesn't move.
  2. S

    [Scripting Question] Items Page Trouble

    Recently I took on a screen resizing project for my game and so far its been going pretty well. I have ran into a bit of a snag and I was hoping for some direction. I'm trying to slide the items and the quantity over to one side but so far everything I've tried has resulted in the text being...
  3. S

    [Scripting Question] Would like help creating an ability to apply damage and stuff later

    Yeah I realized after StCooler's first post that I didn't have the energy nor desire to implement it the way I originally intended. So I'll probably look into taking the easier route eventually. Thanks for the feedback. I greatly appreciate it!!!
  4. S

    [Scripting Question] Would like help creating an ability to apply damage and stuff later

    Hello everybody. I'd like to find out how I'd go about coding an ability that stores whats supposed to happen to a Pokemon (damage, stat changes, status effects) and applies it later (at the end of the turn or if possible at the end of the next turn).
  5. S

    [Scripting Question] Ability that burns yourself

    Sorry about that I totally forgot fire types can't be burned 😢
  6. S

    [Scripting Question] Ability that burns yourself

    Give this a shot battler.pbBurn(nil,_INTL("Typhlosion was burned by it's own power!")) if battler.pbCanBurn?(battler,false,self)
  7. S

    [Scripting Question] Recover HP & Increase a Stat Move Function

    I have a similar move that I made a while back and this what it looks like:
  8. S

    ZUD Plugin [Essentials v19.1]

    Thank you so much for looking into it. You're the best!!!!
  9. S

    [Custom Feature Question] Removing Plugins

    Its pretty easy. First you want to remove the Plugins from the Plugin folder. Then remove anything associated with said plugins from other folders if there are any. Then go into your Data Folder and delete the file called "PluginScripts".
  10. S

    ZUD Plugin [Essentials v19.1]

    Thanks, that fixed it. I played through a couple of raids and its just like the Sword and Shield. I can't believe your coding ability, its unreal. However, I am sad to report that I am also experiencing the shrinking text issue. I tried to trouble shoot it myself but I have had no luck.
  11. S

    ZUD Plugin [Essentials v19.1]

    I've been unable to successfully open the Raid Database each time I try I get an error Similarly, every time I try and do a raid I get a error that also alerts me about Regional Forms. Any help would be apreciated
  12. S

    [Essentials v17.2] Gen 8 stuffs (Abilities, Items & Move)

    I've managed to create EXP candies. In PItem_ItemEffects underneath this: Add these puppies: Then hop down to PokeBattle_Pokemon and find and add whats in red: And add these to your Items PBS(Don't forget to change XXX to something that'll work for you): And that's it. Surprisingly...
  13. S

    [Scripting Question] Trouble getting my item to be consumed

    To be 100% honest I'm not sure, I just saw that it was on the Air Balloon item right above it and just copied it over since my original code didn't actually have it. So far neither way has worked.
  14. S

    [Scripting Question] Trouble getting my item to be consumed

    Hello, I'm back with another question. I have created and item called Blast Shield. It's a held item that greatly reduces damage from Explosion/Self Destruct. So far I've got it to work wonderfully except it's not consumed after the Explosion/Self Destruct. While its incredible useful as is I...
  15. S

    [Scripting Question] Help to create a new status effect (Bleeding)

    Glad you guys fixed it! Sorry I posted poopy code. I'll be sure to test more thoroughly next time. It should be noted that you two are super excellent!
Back
Top