Recent content by fapolo

  1. F

    [Scripting Question] Forcing evolutions after quest completion

    Hello guys! I wanna ask for some help, cause I'm not good at scripting, but i tried my best to achieve what I want using what i found, but i couldn't. I'm trying to force some Pokemon to evolve with These Scripts, and using them I managed to open the selection screen and then evolve the...
  2. F

    Wild Mega Evolved Pok?mon

    Working perfectly fine. Thank you! ;)
  3. F

    Wild Mega Evolved Pok?mon

    That worked! Thank you! :D I assume that I will have to repeat this code, with different values, for each one that I want, right? Or maybe there is a way to make it more generic?
  4. F

    Wild Mega Evolved Pok?mon

    Wild Mega Evolved Pokémon Hello! :) There is a way to make a Mega Evolution to appear using an event encounter? What I want to do doesn't have a trainer related, only the Pokémon. There is a way to make it appear directly on Mega Form, or change to mega during the first turn?
  5. F

    Elite Battle 2015: Gen 5 battle skin

    Ok, thank you Luka! I forgot about it. I dont know if you are already looking for v16 compatibility, but I am trying to use both together, even that I know that will have issues. I get this error when trying to use a Potion during battle: Exception: NoMethodError Message: undefined method...
  6. F

    Elite Battle 2015: Gen 5 battle skin

    One of the things that I've found using EBS and v16 is that the sprites got bigger. Not too big, something like 10%~20% I think on the animated sprites. On previous version, the sprite seems to be more like the image file, without visible zoom. I did see that on battle and summary. Images...
  7. F

    Elite Battle 2015: Gen 5 battle skin

    Ok, thank you Luka. I honestly didn't think that it was related to EBS since everything seems to be working fine. I will figure out what I will do.
  8. F

    Elite Battle 2015: Gen 5 battle skin

    Crash opening the Pokédex using v16 and Elite Battle Hello! I'm getting this error when select the Pokédex in the menu: Script 'PScreen_Pokedex' line 302: NoMethodError occured. undefined method`setSpeciesBitmap' for #<BitmapWrapperSprite:0x807eba0> I am using v16 + eb. This is what I have...
  9. F

    Pokémon BW2 Bag (Stock Essentials Version)

    Someone have the graphics? The download is broken...
  10. F

    Mega Evolution animation and script

    And the question about the animation and the script running together... is that possible?
  11. F

    Mega Evolution animation and script

    Hi! I did an animation with the Editor to use with Mega Evolutions, but what I see on the editor doesn't play the same way inside the game... look that: Video with the animation playing on the editor Video with the animation playing on the game There's a way to fix that without loose all the...
  12. F

    Pokédex - Pokémon Area crash error

    For some reason, it is working now... I repositioned the map locations in townmap.txt, maybe was something on that. Thank you all! :)
  13. F

    Pokédex - Pokémon Area crash error

    Here it is. I don't remember changing anything here. def pbFindEncounter(encounter,species) return false if !encounter for i in 0...encounter.length next if !encounter[i] for j in 0...encounter[i].length return true if encounter[i][j][0]==species end end return false...
  14. F

    Pokédex - Pokémon Area crash error

    Hello! I have an issue with the Pokedex. When I try to see a Pokémon Area, i get this error: Exception: NoMethodError Message: undefined method `each' for nil:NilClass PScreen_PokedexNestForm:78:in `pbStartScene' PScreen_PokedexNestForm:72:in `each' PScreen_PokedexNestForm:72:in `pbStartScene'...
  15. F

    Pokemon XY Mega Evolution FX

    Sorry to revive this topic... But how could I implement this sound to play when I choose to mega evolve? Thanks! :)
Back
Top