Recent content by Alelgrande223

  1. A

    [Error] 4th move in trainers mysteriously disappears after closing window in debug mode

    Hi! Ever since earlier today, any time I create a custom trainer, any 4th move for their Pokémon gets erased as soon as I close the debug window. Like I re-open it the second I close it and there it is, gone, just a -. It's annoying, I mean I can still fix it by going to the PBS, but I much...
  2. A

    Script: ZUD Plugin [v20.1]

    Oh, thanks a lot!
  3. A

    Script: ZUD Plugin [v20.1]

    [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7] Script error in event 70 (coords 9,35), map 146 (Gimnasio de Sorrento Ortega) Exception: NoMethodError Message: undefined method `each' for nil:NilClass ***Full script: pbReceiveItem(:WATERIUMZ) Backtrace: 256:PokemonBag:274:in...
  4. A

    [Error] HELP with Undefined value in evolutions

    Thanks for the help still, for now I've removed the if night=day or something like that to make it so HapinessDay is virtually Hapiness, and since I'm not using day/night cycle for evolutions, it works ok. Still bugs me that Hapiness evolutions just glitched out, but you know, those things...
  5. A

    [Error] HELP with Undefined value in evolutions

    GameData::Evolution.register({ :id => :Happiness, :minimum_level => 1, # Needs any level up :level_up_proc => proc { |pkmn, parameter| next pkmn.happiness >= (Settings::APPLY_HAPPINESS_SOFT_CAP ? 160 : 220) } }) That's what the Evolution in the Hardcored data section of...
  6. A

    [Error] HELP with Undefined value in evolutions

    I was slightly changing the pokemon PBS file to add Sketch to MoveTutors for Smeargle, but after I finished editing it, I tried playing the game and the following error came out: [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7] Exception: RuntimeError Message: Undefined value in...
Back
Top