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

  1. I

    [Scripting Question] Animated Cursor

    Hi, does anyone know how i could animate the @selarrow in certain scripts? I tried using a gif file but it only updates the animation when i press down or up. How can i make the cursor update the animation every frame?
  2. I

    [Scripting Question] How to always scroll down in a list of commands

    Hello there, could anyone maybe help me with a scripting question. I am trying to make a list of commands similar to for example the bag or the pokedex but i want to always scroll the list as soon as you press down. To be more specific: when you scroll down a list you first have to reach a...
  3. I

    [Scripting Question] Parenting Bond but only with super effective attacks

    Thank you so much, man. It worked like a charm. I clearly don't know enough about scripting, haha. I actually created a new effect because i don't want to weaken the second hit with Once More. For obvious balancing reasons, only Baby-Pokemon should be able to use this ability. Thanks again!
  4. I

    [Scripting Question] Parenting Bond but only with super effective attacks

    Hey guys, as the title suggests i am trying to implement a custom ability that attacks twice if the attack is super effective. However i have a problem with the necessary condition for the script. def pbNumHits(user,targets) if user.hasActiveAbility?(:ONCEMORE) && pbDamagingMove? &&...
  5. I

    [Scripting Question] Animated Sprites in Pokedex (EBDX)

    Hi, does anyone know how i get the Pokemon Sprites in the Pokedex to animate in Essentials v19 with EBDX installed. I tried loading them through pbLoadPokemonBitmap but its giving me an undefined species error. I dont really know scripts work and just copy or mimic sections from other scripts...
  6. I

    [Question] Is EB:DX actually cancelled?

    I can definitely see your point, you’re right. I haven’t actually upgraded to v18 yet so I didn’t know that the difference was so drastic that upgrading was necessary. So I think in conclusion we could say that it is better to wait for EBDX and work on something else in the meantime.
  7. I

    [Question] Is EB:DX actually cancelled?

    Yeah well OP posted that he doesnt even have a game right now and is just tinkering around with Essentials. So for the time being he could start with EBS and upgrade later. I meant that he should think about whats more important at the moment. If he wants to make a quick demo game then you would...
  8. I

    [Question] Is EB:DX actually cancelled?

    In my opinion EBS is very worth the downgrade from v18. The Animated Battle Sprites are the best representation of Pokemon in the entire series imo. But in the end it all comes down to personal preference. You should think about what you find important in a game and compare the two options to...
  9. I

    [Scripting Question] Animating a picture

    Has anyone got an idea? Really struggling with that part...
  10. I

    [Custom Feature Question] different kind of negotiation

    Nobody is gonna write the script for you. I would advise you to learn a bit of eventing, read through the Pokemon Essentials Wiki and learn something about variables and how the game stores stuff inside variables. The rest should be easy Conditional Branches. You should also look at the Pokemart...
  11. I

    [Scripting Question] Animating a picture

    Hi Guys, i have a little problem with animating a Pokeball for my Starter Selection Screen. I am working with a spritesheet with 4 frames and woud like the Pokeball to animate when it is selected. I am working with the Advanced Starter Selection Script by shiney. I also looked into the...
  12. I

    [Scripting Question] Changing the Screen Size messes up my animation

    Do you mean the fix or the menu itself? Luka's post was pretty much the fix. Just had to replace the 0.5px with 1px. The menu itself is a modified version of the bw2 menu. I have no experience whatsoever in coding so most of the process was just trying to understand the code and modifying pixel...
  13. I

    [Scripting Question] Changing the Screen Size messes up my animation

    Holy shit it worked!! Thank you so much Luka. Will definitely keep this in mind next time.
  14. I

    [Scripting Question] Changing the Screen Size messes up my animation

    Hi, I have a little problem with my menu animation. The icons do a little animation when they are selected, however when i change the screen size in the options, they start to drift to the upper corner of the screen. I have no idea why this happens and tried some things myself but i cant seem to...
  15. I

    [Scripting Question] Why does the map scroll last even if i call the script first

    Hi, so i am currently working on redesigning my pause menu. And for it to work stylistically i need to scroll the screen, so that the player is in the top left corner on the screen and the menu would fill out the rest of the screen. For my script i modify the Modular Pause Menu by Luka S.J...
Back
Top