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

  1. Pinkietron

    [Scripting Question] Where to add "confused?" method?

    EDIT: I've solved this issue on my own, I think. I'm trying to make a custom move that works like venoshock, but instead of poison it doubles power if confused. [Pokémon Essentials version 20.1] Exception: NoMethodError Message: undefined method `confused?' for #<Battle::Battler>...
  2. Pinkietron

    [Scripting Question] How To Create Abilities? [Essentials v19]

    I'm curious on how to make an ability in v19, I all the tutorials I can find are outdated, and the wiki has the one for v20, which I am currently not willing to put in the effort to upgrade to lol. I defined my ability in the pbs, abilities.txt 268,RUBYCORE,Ruby Core,"Attack and Speed are...
  3. Pinkietron

    [Other Question] Obstruct always fails in battle

    Wow, that WAS the issue. I just copied king's shield script and edited it to call obstruct now it works perfectly.
  4. Pinkietron

    [Other Question] Obstruct always fails in battle

    i think the issue here is that there is no move effect listed at value "180", it ends at 175 in 19.1. Though i may very well be wrong.
  5. Pinkietron

    [Other Question] Obstruct always fails in battle

    Sorry for not being clear, Its saying "but it failed". Obstruct works just like King's Shield, but instead dropping defense by 2 stages, no?
  6. Pinkietron

    [Other Question] Obstruct always fails in battle

    I don't know what is wrong with the move, but I didn't change anything about it. When I was play-testing i noticed that obstruct would always fail, im not sure why. This is what it looks like in moves.txt 68,OBSTRUCT,Obstruct,180,0,DARK,Status,100,10,0,NearOther,4,,"Protects the user from all...
  7. Pinkietron

    [Error] MKXP-Z Error on Linux

    EDIT: I don't really know what it did but using mkxp-z 2.3.1 over 2.4.0 solved the issue When trying to use mkxp-z to run my game on Linux I had got an error: Script 'PluginManager' line 698: NameError occured. uninitialized constant PluginManager::Zlib Lines 697 & 698 of the...
  8. Pinkietron

    [Error] Error when throwing pokeball

    Somehow even though i did not tamper with the pokeball data, it gives an error when i try to throw it, other pokeballs work fine, and this error only happens while playtesting in rpgxp [Pokémon Essentials version 19.1] Exception: Encoding::CompatibilityError Message: incompatible character...
  9. Pinkietron

    [Scripting Question] How to make player borrow a Pokémon from NPC?

    I'm trying to set up the first area of my game and the player needs to traverse a forest to get to the area where they receive their starter. How would I set up an NPC to give the player a Pokémon then give it back after the player receives their starter?
  10. Pinkietron

    [Scripting Question] [EBDX](?) Error when hitting cancel button on keyboard but not when "No" option is selected

    I'm trying to set up my game corner and i can get everything else to work except when the player hits the "x" or "Esc" keys. Doing so causes the game to crash and an error to appear. It mentions EBDX though im not too sure what it has to do with this. Error: --------------------------- Pokemon...
  11. Pinkietron

    [Scripting Question] [EBDX] Pokemon battles crash game

    Thank you for the help, as you can tell im not the most experienced haha
  12. Pinkietron

    [Scripting Question] [EBDX] Pokemon battles crash game

    The way EBDX works confuses me and I have a very hard time understanding it. After deleting EBDX from my game's files for not working the way I wanted it to, after fixing what I needed to, I re-copied the files into my folders and re-added the scripts. Now, whenever i start any form of battle i...
  13. Pinkietron

    [Scripting Question] [EBDX] How to assign pokemon to a trainer?

    I was looking at the official documents for EBDX and it tells me how to configure a trainer but not how to assign Pokémon, the PBS file that I used before installing EBDX still works but i can't make any changes that show up in game (Changes can be made but nothing will be different in game)...
  14. Pinkietron

    [Error] Keep getting error when playtesting and starting the game

    YOU ARE A LIFE SAVER THANK YOU SO MUCH
  15. Pinkietron

    [Error] Keep getting error when playtesting and starting the game

    I keep getting this error when i try to playtest, i have no idea what caused this, because i backtracked to the last time it loaded right and even then it still gave the error please help
Back
Top