• 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 DL Kurosh

  1. D

    Set default rival name if blanked?

    Something like this should work: if $game_variables[12]=="" $game_variables[12]="Blue" end Just put it right after: pbSet(12,pbEnterText("Rival's name?",1,7,"Blue")) I haven't scripted in ages, but it should work.
  2. D

    Cada día me pareces una persona más inmadura xD

    Cada día me pareces una persona más inmadura xD
  3. D

    What? Puedes explicarme qué motivos? Qué clase de beneficio sacarías con eso? Por curiosidad eh...

    What? Puedes explicarme qué motivos? Qué clase de beneficio sacarías con eso? Por curiosidad eh, más que otra cosa =)
  4. D

    RuntimeError when playing a game

    You are missing your Pokémon icon sprites. Redownload it.
  5. D

    Pokemon Names Aren't Showing

    Yeah, that is what I was thinking. It's probably an error with the compiler. Have you replaced your compiler script for an unmodified one? Because that's probably the problem.
  6. D

    Pokemon Names Aren't Showing

    I don't know what's the problem, but if it happened right after changing the 10 maximum characters for a Pokémon, maybe you messed up something in the compiler script section. Try copying it from a unmodified Essentials version.
  7. D

    jelou güielcom tu poucomiunity

    jelou güielcom tu poucomiunity
  8. D

    Where is the Mega Evolution animation?

    In fact, it's really easy. Just go to the Editor and create an animation called "Common:MegaEvolution". Then just edit it and do whatever you want there, the game will automatically load it.
  9. D

    Wonder Trade (offline) v1.2

    Which error do you get? We can't help you without more information =P
  10. D

    Error with making a Surf item

    Welp, we don't have your code, so we can't help you, but it looks like you are calling a method that desn't exist.
  11. D

    Ability effects when switching out?

    I think there isn't a "none" weather in-battle, so you may need to create it (I have never created new weathers, so I don't exactly know how they work, but it should be something like this): Go to the script section PBWeather and create a new one like this: NONE = X Where X is the next...
  12. D

    Ability effects when switching out?

    Take a look at regenerator's code: if @hp>0 && @pokemon && isConst?(self.ability,PBAbilities,:REGENERATOR) self.pbRecoverHP((totalhp/3).floor,true) end You just need to put your code inside the def pbInitialize in PokeBattle_Battler. Then just set the weather to 0 and it should work.
  13. D

    They call me Ciro or Mexican Mudkip in other forums

    They call me Ciro or Mexican Mudkip in other forums
  14. D

    Hey =D

    Hey =D
  15. D

    [ROM hacking] (Noob) How do i take out gender selection?

    This is the Pokémon Essentials forum. You need to go to the Rom Hacking forum to ask this. ---------------------------------- You can use this to remove the gender selection. It's in spanish, but it only has 2 buttons, so you won't miss it =P. It's "Load ROM" and "Patch".
Back
Top