Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
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.
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...
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...
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...
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?'...
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...
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...
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.
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...
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.
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.
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...
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.