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

  1. I

    [Scripting Question] End battle message box style to match EBDX

    I just realised that this doesn't seem to update the font style... (Link)
  2. I

    [Scripting Question] End battle message box style to match EBDX

    Thanks for your answer MewTheMega! I changed this: bmp2 = Bitmap.smartWindow(Rect.new(8, 8, 8, 8), Rect.new(0, 0, @viewport.width - 28, 82), "Graphics/EBDX/Pictures/UI/skin2") to this: bmp2 = bmp1
  3. I

    Generation 8 Project for Essentials v19.1

    Tried updating my 1.1.0 version to 1.1.1, by following the instructions again with the new version. I figured this should overwrite all relevant files. But the debug window still says I'm using version 1.1.0. Not sure if I'm dumb or the version number isn't updated. Can someone else get 1.1.1 in...
  4. I

    Generation 8 Project for Essentials v19.1

    Thanks DustFox!
  5. I

    [Scripting Question] End battle message box style to match EBDX

    Hi there, At the end of each trainer battle the opposing trainer will say something. Sadly, this doesn't look pretty with the message box style from EBDX which is partially see through. (Link) Does anyone know a way to match the Message Box from EBDX? Also, the game gets kinda laggy when it's...
  6. I

    Generation 8 Project for Essentials v19.1

    Is there a way to check with version of The Gen 8 project I have downloaded? I downloaded it on July 31. Or is it possible to add dates to the changelog?
  7. I

    [Other Question] Trainer intro animations not working

    Hi, I'm trying to get trainer into animations to work using the Elite Battle: DX resource from Luka S.J. I can't seem to get the animations to start. I'm probably missing something, but I can't seem to find out what exactly. In my Graphics/Transitions folder I have an image named...
  8. I

    [Scripting Question] Problemen updating a Pokemon Ability

    No worries Golisopod User! Good debugging/problem solving exercise for me 😉 I made a custom function to update a Pokemon's Ability. If anyone's interested, let me know!
  9. I

    [Scripting Question] Problemen updating a Pokemon Ability

    Thanks for moving the post Vendily!
  10. I

    [Scripting Question] Problemen updating a Pokemon Ability

    I fixed the problem by also updating the Pokemon's Ability with the new Ability's internal name (e.g. INTIMIDATE): pkmn.ability = newAbility[0] Not sure if I understood the Wiki incorrectly, or if this is a problem with implementing Golisopod User's Generation 8 Project, or if this is an...
  11. I

    [Scripting Question] Problemen updating a Pokemon Ability

    The wiki also show pkmn.ability = :INTIMIDATE as a possibilty. Gonna try that now. Also just realised I'm just talking to myself here 😬 UPDATE: problem still occurs.
  12. I

    [Scripting Question] Problemen updating a Pokemon Ability

    Now that I think about it, I'm not sure if the Ability Capsule item is Pokemon Essentials 19.1 or Golisopod User's Generation 8 Project. Probaly the latter 😅 If so, I'd just like to know the propper way to update a Pokemon's Ability.
  13. I

    [Scripting Question] Problemen updating a Pokemon Ability

    Hi there, I was trying to change the logic of the Ability Capsule item, but I ran into an issue I couldn't seem to fix. To exclude things I restored to logic back to the original and the problem still occurred. The problem: when updating a Pokemon Ability using: pkmn.ability_index = newabil...
  14. I

    Report bugs and errors in unmodified Essentials version 21

    Hello PokéCommunity, I hope someone can help me with this weird glitch I have. It started happening yesterday when I was busy with Pokémon Essentials in RPG Maker XP. imgur . com / Rpdny2U (damn can't post links yet :s) After a lot of testing I figured out that tiles that have a priority of 1...
Back
Top