• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 AngelsAdvent77

  1. AngelsAdvent77

    [Scripting Question] KYUREM Evolution Scene

    Is it possible to make the KYUREM Fusion process initiate the Evolution Scene ? If so, how would one do that ? The use of the DNA Splicers on KYUREM is quite bland :(
  2. AngelsAdvent77

    [Scripting Question] Obedience Check and Experience Gain Questions

    Thanks everyone for the replies ! I believe I have been able to make the changes I wanted. I ended up using a combination of what every poster replied with. I hope this thread helps someone else in the future {:3}
  3. AngelsAdvent77

    [Scripting Question] Obedience Check and Experience Gain Questions

    Hello, thanks again for the replies. 1) Ideally, I want the “Default” state of my game to enforce the Obedience Check. So I’m just confused why I should change “return false” to “return true”. . . . For example, Mega Evolution is by “Default” allowed in Essentials. The same for Z-Moves when you...
  4. AngelsAdvent77

    [Scripting Question] Obedience Check and Experience Gain Questions

    Thanks for the reply ! I have some follow-up questions. . . . 1) I plan on creating a Global Switch for the Obedience Check feature. The Global Switch I want to design should function to “LIFT” the Obedience Check feature. If I did this, would it be like: return false if...
  5. AngelsAdvent77

    [Scripting Question] Obedience Check and Experience Gain Questions

    Hello, I have the following questions about Pokémon Essentials: 1) For the Obedience Check script (within “PokeBattle_Battler”), does the number of badges part (ex: if @battle.pbPlayer.numbadges>=5) consider the order of badges ? Or is it just simply how many badges you have (order doesn’t...
  6. AngelsAdvent77

    Evo During Battle

    def pbEndScreen follow_pbEndScreen if $scene.spriteset && @pokemon==$Trainer.party[0] $PokemonTemp.dependentEvents.refresh_sprite(false) end end Sorry, but where exactly do I add that code? I tried adding it to various scripts being Battler, PokeBattle, Follower, and...
  7. AngelsAdvent77

    Evo During Battle

    Hi, thank you for your response! I'm not sure if this script is the "cause" of the error, but seeing how every evolution that happens in battle leads to it, there must be something conflicting with this script (I have a good amount of other custom scripts). What happens after the error message...
  8. AngelsAdvent77

    Evo During Battle

    I am getting this error for this script: How can I solve this? Thanks!
  9. AngelsAdvent77

    Resource requests

    Does anyone have/know where to find overworld sprites for Mega Houndoom ? Thanks
  10. AngelsAdvent77

    Colored Characters on Black & White Screen

    If the screen is set to appear in black & white color, is there a way to have it so that some Character Events still appear in color ? The only work-around I can think of would be to NOT change screen tone to black & white but to change the tileset color of the map to black and white. Then go...
  11. AngelsAdvent77

    [Scripting Question] Mega Evolution with Zen Mode Ability

    The script for Zen Mode within script section "PokeBattle_Battler" is: The "@hp<=((@totalhp/2).floor)" probably checks for 1/2 HP in order to transform. You can check if you have that in your own script. You can also try something without relying on Zen Mode as well. I was working on...
  12. AngelsAdvent77

    Getting ALL Gen 7 Overworld Sprites

    Does anyone know if there is a place to download ALL Gen 7 Pokemon overworld sprites? I found the following thread a few weeks ago but it is in Spanish: https://pokemon-reloaded.el-foro.net/t2021-proyecto-pokemon-de-septima-generacion From the little I know, it seems as though every Gen 7...
  13. AngelsAdvent77

    Elite Battle 2015: Gen 5 battle skin

    Using EBS Entry Animation by itself Hello, the "EntryAnimations Script" from the "Elite Battle system by Luka S.J." states it can be used by itself . . . . However, what is meant by the "VIEWPORTs" step?
  14. AngelsAdvent77

    [Scripting Question] Mega Evolving into a different Species?

    I do suppose explaining more in detail on what I've been working on may be helpful. So here I go, I'm trying to make an Eevee that can "Mega Evolve" or rather "Transform" into ANY Eeveelution in battle (depending on what item it's holding). So for example, the script I made for Eevee is this...
  15. AngelsAdvent77

    [Scripting Question] Mega Evolving into a different Species?

    I?ve just tested it and it works 100%. Thanks A LOT ! ! ! However, there is somethings to note. The name change doesn?t reflect in the party screen nor summary screen. The cry also remains the same. I guess this means it isn?t really a Species change in the strictest sense. You see, the...
Back
Top