Recent content by Yuegen

  1. Y

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    O.o Did you accidently quote me? That has nothing to do with the error at all, I wouldn't have even gotten that far if that were the case. And I mean no offense by the way. Thanks for replying though :)
  2. Y

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Egg problem Every time i go to retreive an egg from the daycare man I get this error message: Exception: RuntimeError Message: Script error within event 31, map 11 (Test Map): Exception: NameError Message: Section106:60:in `pbIsDitto?'undefined local variable or method `pokemon1' for...
  3. Y

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Thanks again for the help, but it still didn't work. This time when I had castform use rain dance it showed no effect at all and it didn't even give the message "Castform transformed!" When I changed the weather for the map and started the battle I got this message while sending castform out...
  4. Y

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Not quite there I get this message everytime just before castform is put into battle and when i bring up the pokemon list from the main menu: Exception: NoMethodError Message: undefined method `pbWeather' for nil:NilClass PokemonMultipleForms:380 PokemonMultipleForms:379:in `call'...
  5. Y

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Thanks for the help, and transform does change the sprites after i checked into it. But I can't find the part where transform changes the sprites for my life. Can someone point me in the right direction?
  6. Y

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    If all else fails you could use switches. just turn a switch on after you recieve each egg and that switch could activate the next egg event after checking if the previous egg hatched.
  7. Y

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Castform alternate forms Can someone help me with castform's alternate forms? I have a good start. I put this code at the top of pbforecast: MultipleForms.register(:CASTFORM,{ "getForm"=>proc{|pokemon| [email protected] if weather==PBWeather::SUNNYDAY next 1 elsif...
Back
Top