• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. M

    Resource Pokémon Factory

    How's the progress?
  2. M

    Resource Pokémon Factory

    And make sure to translate to English this time, I don't understand Spanish.
  3. M

    Resource Pokémon Factory

    I got an error here: ================= [2025-11-24 23:07:38 -0500] [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Script error in event 5 (coords 9,4), map 4 (Pokémon Lab) Exception: TypeError Message: Argument 0: Expected fixnum ***Full script: pbAddPokemon(:CHARMANDER, 5)...
  4. M

    Resource Pokémon Factory

    Pfff You didn't include the HTML file didn't you?
  5. M

    Resource Pokémon Factory

    By the time Maruno had upgraded the original Essentials to 22 and later 22.1, you can upgrade yours, too.
  6. M

    Resource Pokémon Factory

    Have you worked on HTML PKMN creator or a type chart yet?
  7. M

    Resource Pokémon Factory

    How can I? I just added "ZBox::PokemonFactory.create(new_impostor)" in there. Maybe it only works inside of the ZBox?
  8. M

    Resource Pokémon Factory

    Or maybe it only work inside of the ZBox.
  9. M

    Resource Pokémon Factory

    I also applied to Suicune too. Maybe that you need to translate it to English.
  10. M

    Resource Pokémon Factory

    Here: def self.give_pkmn_override #ZBox.give_pkmn_override new_impostor = { species: :UNOWN, level: 20, nickname: "Snickers", shiny: true, nature: :TIMID, poke_ball: :PREMIERBALL, ivs: { hp: 31, attack: 31, defense: 31, spatk: 31...
  11. M

    Resource Pokémon Factory

    Here's what it says: [2025-10-28 23:06:10 -0400] [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Exception: TypeError Message: singleton can't be dumped Backtrace: SaveData:60:in `dump' SaveData:60:in `block in save_to_file' SaveData:60:in `open' SaveData:60:in `save_to_file'...
  12. M

    Resource Pokémon Factory

    I think I got a crash that says "singleton can't be dumped" when I save a file. Does it have to do with custom sprites?
  13. M

    Resource Pokémon Factory

    Maybe it has something to do with plugins. I have to remove them or tested the orignal.
  14. M

    Resource Pokémon Factory

    I tried type mod on Pokemon, and it won't work. I tried Water and Ice Typing on Suicune and it retains its original Water type.
  15. M

    Resource Pokémon Factory

    OK. So yeah. I hope to translate to English because I don't understand Spanish.
  16. M

    Resource Pokémon Factory

    #============================================================================== def self.fight_eevee # Se puede llamar mediante un evento con: ZBox.fight_eevee / # Can be called from an event with: ZBox.fight_eevee eevee_impostor = { species: :EEVEE, level: 10...
Back
Top