Recent content by Meep13

  1. M

    Not able to use items during battle

    Hi there everyone! Was hoping someone would be able to help fix my problem of why items aren't working in battle. An example would be I would use a potion, get an error message, and then take me back to the battle menu. It would still use up my potion though. An example of the message...
  2. M

    Evolve when poisoned

    removed the red line but still having the same issue as when I had the redline, that it will evolve even when it doesn't have 200 or more evs.<br>
  3. M

    Evolve when poisoned

    Sorry, was being stupid. tried status originally and didn't work with that same error. found out was a graphical reason why and me doing PBStatuses.getName(2) was dumb. Was also curious if had time of why this wouldn't work even if after I added LevelEV =35 in PB Evolution and added it to the...
  4. M

    Evolve when poisoned

    Was hoping someone could help figure out the error message when I try to make an evolution of when it levels up while poisoned. module PBEvolution Unknown = 0 # Do not use Happiness = 1 HappinessDay = 2 HappinessNight = 3 Level = 4 Trade...
  5. M

    Adjusting a Pok?mon's sprite position doesn't look the same in battle

    Am hoping someone can help figure this out. It's the same issue with all the other mons as well. On v15 as well. Been stuck on it for a while comparing it the original version and not really sure what happened since didn't touch anything that I would imagine affecting the position of the sprites.
  6. M

    Player's Pokemon Sprite Position has changed on. me?

    Having the same issue myself and have no idea how to fix it. Hope someone can help
  7. M

    Changing a Pokemon's Ability based on Gender

    Thank you so much! That Fixed! :)
  8. M

    Changing a Pokemon's Ability based on Gender

    Tried all 3 methods and all the females still didn't have Defiant. Only seems to work if it's specifically is pointing to the hidden ability instead of the natural ones.
  9. M

    Changing a Pokemon's Ability based on Gender

    Was using copy and paste for Meowstic for the mon, but decided to try it again. It sort of worked. It works only if their ability being changed by gender is the hidden ability. When try to change the abilityflag to either 0,1 it doesn't work anymore. Any reason why you would think that would be...
  10. M

    Changing a Pokemon's Ability based on Gender

    Thanks. Made that small change but still doesn't work :c Here are a couple of screenshots of the issue if it helps anyone, figure out what my problem is.
  11. M

    Changing a Pokemon's Ability based on Gender

    Hi everyone! Was hoping someone could figure out why my Mon's ability doesn't change? In the pbs, the mon has no hidden ability, and only 1 normal ability which is competitive. MultipleForms.register(:GALLIAN,{ "ability"=>proc{|pokemon| next if pokemon.gender==0 # Male Gallian...
  12. M

    Pokemon Species are not showing up

    my bad, problem is that can see how it goes 739, and then jumps to 747 without registering all in between. 40-46 is in the pbs though.
  13. M

    Pokemon Species are not showing up

    For some reason, all the species are not showing up in the game and its messing with my game/debug pretty badly and was hoping someone knew the answer.
  14. M

    Adjusting a Pok?mon's sprite position doesn't look the same in battle

    Same size as the graphics already within essentials at 160x160 for the battle sprites.
  15. M

    Adjusting a Pok?mon's sprite position doesn't look the same in battle

    Adjusting a Pokémon's sprite position doesn't look the same in battle Hi there. Basically, when readjusting sprites it doesn't match what i see on the editor and was wondering if someone can tell me why. https://imgur.com/a/nT9Ol
Back
Top