Recent content by Minokun

  1. M

    Plug-and-play Delta Pokemon/Alolan Forms script

    If I wanted to make a Delta Pokemon a gift from an NPC, or a separate event battle or encounter, how would I do this?
  2. M

    Level limit to Pokeball Types

    Like the title says, how can I make certain types of pokeballs capture Pokemon by their level, while keeping the same formula and stuff. For example, I want a Pokéball to only be able to capture Pokémon that are levels 1-10. And I want Great Balls to only be able to capture Pokémon levels...
  3. M

    Transferring moves between Pokémon, with restrictions

    I know this may sound a little Farfetch'd, but is it possible to have a system (Possibly using similar graphics and setup as a Move tutor) that transfers a move from one Pokémon to another? And is it also possible to add optional restrictions to this feature? Like maybe a tribal girl from a...
  4. M

    How to make a wild event encounter Pokémon have a special move?

    Dangit... I thought that was it! I tried it the first time, but it wouldn't work.... Thanks so much for your help!
  5. M

    How to make a wild event encounter Pokémon have a special move?

    I've tried. I really have! I'm sure it's a simple solution that I've either overlooked, didn't know about, or was doing the first time just in the wrong way. Btw, An example of this would be the protagonist fighting an aipoim in the circus, so i want to make sure that that when you engage in a...
  6. M

    Game won't recognise a trainer?

    Whoops I actually misspelled it here, It's spelled correctly in the PBS files, anything else look wrong?
  7. M

    Game won't recognise a trainer?

    I've recently tried to add a trainer (A rival in particular) but every time I try to battle him the game will ask me to make a new trainer, even though I've already created his PBS data. It even works when i test it in the trainer editor! Any ideas? PBS Data: Script:
  8. M

    Life orb still not working?

    I saw that in the new update the Life Orb's effect was added, but when I tested it out it still didn't work. Any idea why? Btw, No I did not touch the script before testing it. Not even in the slightest. EDIT: NVM... Sorry.
  9. M

    Music for the load game screen?

    I thought so! Thanks a bunch!
  10. M

    Music for the load game screen?

    I wanted to know if it was possible to add music for the load game screen (The screen you load your save files on).
  11. M

    Error with making a Surf item

    Oh, I thought you just cut that part out! My mistake (as always), thanks FL! {XD}
  12. M

    Error with making a Surf item

    Is this in the wrong place..?
  13. M

    Error with making a Surf item

    Sorry, Sorry, Sorry your right you can't read my mind! Here are the codes I altered. HiddenMoveHandlers::CanUseMove.add(:SURF,proc{|move,pkmn| def canUseMoveSurf? terrain=Kernel.pbFacingTerrainTag notCliff=$game_map.passable?($game_player.x,$game_player.y,$game_player.direction) if...
  14. M

    Error with making a Surf item

    When I tried to use a item I created to be a substitute for surf I got this error: --------------------------- Pokemon Rainbow & Shadow --------------------------- Exception: NoMethodError Message: undefined method `canUseMoveSurf?' for nil:NilClass PokemonItemEffects:136...
  15. M

    Different message displayed first time encountering shadow Pokémon?

    No, it's set to false in the beginning and when I tried to catch the Pokémon to see if that's what the problem was the trainer blocked the ball and what not.
Back
Top