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

  1. A

    [Scripting Question] Removing text shadows in Essentials 17.2

    Hi everyone :) So far I've been able to remove all the shadows from most sections of text in the summary screens. However, when I first edited some essentials scripts to remove shadows for sections like the ability descriptions and move descriptions, it ended up displaying like how it is in the...
  2. A

    [Scripting Question] Changing how Multitype works

    Nevermind, I got what I wanted it to do the long way by individually writing a new line for each Z-Crystal.
  3. A

    [Scripting Question] Changing how Multitype works

    Hello everyone, just a quick problem I was hoping someone would be able to please help me fix. I'm trying to change Multitype to work that it changes Arceus's type also when it is holding a Z-Crystal like in the Generation VII games. Currently I've got the code for Multitype set up in...
  4. A

    [Scripting Question] Problem making custom move

    Thanks for all the help. I did what you suggested and it actually worked. Pretty obvious what I needed to change once it was pointed out what was wrong. I got it to work by changing: if pkmn.pbCanParalyze?(moldbreaker) to: if pkmn.pbCanParalyze?(moldbreaker,nil) I probably could've made it...
  5. A

    [Scripting Question] Problem making custom move

    All good man, thanks! Two letters are pretty easy thing to miss :) I'm getting a slightly different error now, and it's only the one error now. [Pokémon Essentials version 17.1] Exception: ArgumentError Message: wrong number of arguments(1 for 2) PokeBattle_Battle:2157:in `pbCanParalyze?'...
  6. A

    [Scripting Question] Problem making custom move

    So I figured out that I needed to change: if attacker.pbOpposingSide.effects[PBEffects::ChargedSpikes]>=1 to if attacker.pbOpposingSide.effects[PBEffects::ChargedSpikes] for the move effects part, but I'm not sure what else I need to do to get it to work properly. [Pokémon Essentials...
  7. A

    [Scripting Question] Problem making custom move

    Hi everyone, I'm trying to make a move variant of spike which, when a pokemon enters the battlefield, instead of taking damage or being poisoned, becomes paralyzed instead. I'm using Essentials 17.1 The code for the move is here...
  8. A

    [PBS] Gen 7 PBS, Scripts, Graphics and more

    Weird, because the pack I got from the download link at the top was labeled as 2.0, not 1.2. This is all good though, I can wait.
  9. A

    [PBS] Gen 7 PBS, Scripts, Graphics and more

    Hey Marin, would you please be able to tell what the changes are between SM Pack 1.2, and 2.0? The description doesn't seem to have been updated to that extent.
  10. A

    Plug-and-play Delta Pokemon/Alolan Forms script

    Heya, I tried installing the script (completely unmodified) but then was told there was a syntax error on line 301. I've tried both the printable and non-printable versions but the same error comes up. Since my knowledge with Ruby isn't the greatest, I'm not sure what the syntax error is...
  11. A

    Report bugs and errors in unmodified Essentials version 21

    I just redownloaded it and yeah, you're right. Go figure. I must've touched something without realising. Edit: I found out what it was, I'd accidentally changed the encoding of the Abilities PBS file. Didn't even realise that could even affect it.
  12. A

    Report bugs and errors in unmodified Essentials version 21

    In Essentials 17.1, if you use an accented e (é) for move or ability descriptions, it doesn't appear and ends up making words like Caf and Pokmon. Possibly affects more areas but seems to work alright in the main menu.
  13. A

    Gen 6 Pokemon + Mega Evolution for Essentials v17

    That is certainly true yes. I corrected it for myself pretty soon after I downloaded it. :)
  14. A

    Gen 6 Pokemon + Mega Evolution for Essentials v17

    Just a quick FYI, if you don't use any of the Gen 6 Project PBS files before using these, you'll get an error while compiling as the internal name of the move Smelling Salts is labeled as SMELLINGSALT (not SMELLINGSALTS as it is by default), in all instances where a Pokemon would learn the move...
  15. A

    Report bugs and errors in unmodified Essentials version 21

    The pokegear no longer cycles upward though the main menu part of it. When scrolling up past the first option, the bar disappears and if you press enter it takes you out of the pokegear.
Back
Top