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

  1. B

    [Discussion] Strange Error on my Game

    The error is in line 62 of section 101. The rest is there because the method that was defined in that line was called in said lines. Anyways, could I have some info on what you changed? Thanks in advance.
  2. B

    [Scripting Question] Idea for move (I need some help scripting it)

    Change :INSOMNIA to :SOUNDPROOF or wtv your ability name is?
  3. B

    [Question] (Scripting) How to add a new metadata property to maps

    def pbSleepingBagCheck if !map_metadata || !map_metadata.can_sleep pbMessage(_INTL("Can't use that here.")) return false end return true end add this in Item_utilities
  4. B

    [Question] (Scripting) How to add a new metadata property to maps

    ["SleepingBag", BooleanProperty, _INTL("If true, the sleeping bag can be used in this map.")], why is a comma therre?
  5. B

    [Question] (Scripting) How to add a new metadata property to maps

    Okay, from what I'm seeing, you defined sleeping bag metadata but I don't see how it actually uses the sleeping bag item.
  6. B

    [Discussion] Error for Lorelei in TrainerTypes PBS files

    67,ELITEFOUR_Lorelei,ELITE FOUR,100,frlg_gymbattle.ogg,frlg_trainervictory.ogg,frlg_tensebeforebattle.ogg,Female,,, try this.
  7. B

    [Scripting Question] How to change the Evolution dialogue for a specific pokemon?

    I assume you are on V20 1. Go to the script section and press CTRL + SHIFT + F 2. type "Congratulations!" 3. Search for the one mentioned in UI_Evolution 4. Copy paste this and delete the line here If that doesn't work try putting : before froakie/your species
  8. B

    ZUD Plugin [Essentials v19.1]

    Metronome doesn't work. When the move is used, it shows an error in 03_changed moves and repeats the move.
  9. B

    ZUD Plugin [Essentials v19.1]

    When I catch a pokemon in a safari zone area, a no method error for pbSetBattled shows up. I'm also using the gen 8 project FYI.
  10. B

    ZUD Plugin [Essentials v19.1]

    In raid dens, if you press Esc when it asks you whether you want to catch the pkmn or not, the game shows a no method error and asks you the same question again. After that, the catch/don't catch window will stay on the screen.
  11. B

    Generation 8 Project for Essentials v19.1

    I'm using 1.1.0. The bug happened when a pokemon with no items attempts to use fling. It doesn't crash the game but just makes the pokemon that used fling skip its move
Back
Top