• 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. -FL-

    Resource [v13+] Unreal Time System

    Just putting it above main works. I generally do one of these thing to test, of both: Set PROPORTION as 3600, and wait 15 seconds in a example map (like city). 3600 mean than a second in real time is an hour in game. Put print pbGetTimeNow in a event as a script command. This line will print...
  2. -FL-

    Completed [en/pt-br] Pokémon Island [v2.3] (July/2025) - 1025 Pokémon and more

    Ah, cats in keyboard striking again... I can't control F1 screen. It was a RPG Maker thing. Practically all fangames have this reset button.
  3. -FL-

    v21.1 [v13+] Roulette Game - 1.1.4

    Essentials v21 compatible
  4. -FL-

    Resource [v13+] Roulette Game

    -FL- updated [v13+] Roulette Game with a new update entry: 1.1.4 Read the rest of this update entry...
  5. -FL-

    Resource [v12+] Difficulty Modes

    I haven't received any issue report from use in v21 so far.
  6. -FL-

    Which Pokemon need evolutions or pre evolutions?

    Preevo I only want a calf pokémon connecting Tauros and Miltank. Evo I want alot of pokémon with small base stats, like Parasect, Farfetch'd (Madame), Qwilfish, Corsola, Delibird, Volbeat, Illumise, Luvdisc (Water/Fairy), Pluse (Electric/Fire), Minun (Electric/Ice), Pachisiru (Electric/Ice or...
  7. -FL-

    Questions about contributing to Pokemon Essentials main project

    Besides this roadmap, Maruno goal is to only implement "Essentials" things to kit, otherwise it is harder to maintain, to test and make everything work as intended even with frequent changes at codebase. So, no Pokémon Follower at base kit, besides being at roadmap (yeah, this roadmap isn't...
  8. -FL-

    v21.1 [v13+] Set the Time - 1.0.1

    Fix minute number limit.
  9. -FL-

    Resource [v13+] Set the Time

    -FL- updated [v13+] Set the Time with a new update entry: 1.0.1 Read the rest of this update entry...
  10. -FL-

    Resource [v13+] Punch Bag Game

    Yeah, Alternatively, you can also enter in the file and copy/past it's contents.
  11. -FL-

    any ideas for how and why to give play starters?

    I always try to obtain inspiration from other games, specially the professional ones. I gonna analyze some monster breed games (and Beyblade) Pokémon Mystery Dungeon: You have a big quiz to determine what is your starter (from 18 or 22 in the sequel). After, you can select a partner (between 10...
  12. -FL-

    Completed [en/pt-br] Pokémon Island [v2.3] (July/2025) - 1025 Pokémon and more

    Yes! I already added some important abilities into the dev version (like Battle Bond, Disguise, Beast Boost). I'm planning 1025 pokémon to v2.2
  13. -FL-

    Completed [en/pt-br] Pokémon Island [v2.3] (July/2025) - 1025 Pokémon and more

    You mean the vitamins I believe. They only work until the pokémon has 100 EVs of the stat, like Gen 3-7 (and not like gen 8-9). To raise more, use the Wings. The Pokémon Fitness is also a good place for this.
  14. -FL-

    Resource [v13+] Type Quiz

    $game_variables[58] = TypeQuiz.start_scene(5)Example above. If player cancel the game, the value will be -1.
  15. -FL-

    Resource [v13+] Show Species Introduction

    I didn't think that people will use this script this way. I probably gonna change message_complement to a message_override, like wrigty12 said. Meantime, you can use his approach.
  16. -FL-

    Pokémon fangames

    Island has both gen 9 and is playable at Joiplay. Certainly there are more games in this forum.
  17. -FL-

    Resource [v13+] Triple Triad Booster Pack

    Fixed. Alternatively, you can change lines 'next 1' to 'next 3' in my script.
  18. -FL-

    v21.1 [v13+] Triple Triad Booster Pack - 1.1.1

    Fix item not being consumed in Essentials v19 and before.
  19. -FL-

    Resource [v13+] Triple Triad Booster Pack

    -FL- updated [v13+] Triple Triad Booster Pack with a new update entry: 1.1.1 Read the rest of this update entry...
  20. -FL-

    Resource [v13+] Type Quiz

    The method (start_scene) returns the number of correct answers. Put it in a variable and reward the player according
Back
Top