• 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 Luka S.J.

  1. Luka S.J.

    [Question] EBDX envaironment help!!

    A battle scene consists of an environment and terrrains. You're fighting a wild species in tall grass in a city/town, hence why you get a combination as seen. This is working as intended. The script that controls the battle scene configuration can be found in Scripts/Battle PBS/ENVIRONMENTS.rb...
  2. Luka S.J.

    [Eventing Question] Adding in EBDX nuzlocke

    You can find the docs here.
  3. Luka S.J.

    [Question] Audio Issue

    It's not a random track. `title_origin.ogg` is what you configured to play using the Modular Title Screen plugin that you have in your game.
  4. Luka S.J.

    Where is the list of pokemon in Pokemon Essentials

    It's literally in the PBS files and it's all 8 gens.
  5. Luka S.J.

    [Discussion] Looking for a Pokemon Kit

    You can use v18.1 of Essentials in that case.
  6. Luka S.J.

    [Scripting Question] This Display Type code works, but it can't tell the first type apart from the second. How do I fix this?

    imagePos.push(["Graphics/Pictures/Types/#{battler.type1}", @spriteBaseX + 110, 12]) imagePos.push(["Graphics/Pictures/Types/#{battler.type2}", @spriteBaseX + 110, 26]) if battler.type1 != battler.type2 Work smart, not hard ;)
  7. Luka S.J.

    [Error] What's causing this "Trick Room When Sent Out" Ability code to crash?

    Notice the difference between the battle that you have in the proc definition and @battle you're trying to use. You don't have access to an instance variable @battle in that code context. Use the battle variable that comes from the proc arguments.
  8. Luka S.J.

    [PBS Question] EBDX battlebacks and transitions

    Documentation and documentation.
  9. Luka S.J.

    [PBS Question] EBDX won't work

    https://www.youtube.com/watch?v=Jbq9whM6w9E
  10. Luka S.J.

    [PBS Question] EBDX won't work

    Nope, because you haven't given us any useful information on what it is you did. Go back to the EBDX download page, read the instructions, follow the instructions and try again.
  11. Luka S.J.

    [PBS Question] EBDX won't work

    You didn't install the system properly. You're missing components for the system to function.
  12. Luka S.J.

    [Error] I got an error relating to pokemonforms.txt during my implementation of Luka's Elite Battle DX [v19.1]

    That's not really EBDX related. You have deleted the entry for VENUSAUR from your main pokemon.txt PBS. My guess is that you didn't follow the install instructions of EBDX and replaced the default pokemon.txt PBS (and others) with the EBDX specific PBS that ship with the system (in their own...
  13. Luka S.J.

    [Other Question] I can't find Wild Pokémon

    Maybe you didn't have any Pokemon in your party when running through tall grass ...
  14. Luka S.J.

    [Error] Pokemon Essentials Hates Me

    By giving a function a proper argument, lmao. No one will be able to assist you from that alone. Post the full error next time.
Back
Top