• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.

Recent content by Victorcarvalhosp

  1. Victorcarvalhosp

    Resource Deluxe Battle Kit [v21.1]

    That is awesome!! Hope we can have Dynamax and z-moves soon! These are the only things that are holding me back to update to v21. The work you've been doing in the Pokémon Essentials is just so amazing! I really appreciate it!
  2. Victorcarvalhosp

    Resource [v13+] Triple Triad Booster Pack

    This is very nice! Thanks for working on that!
  3. Victorcarvalhosp

    Resource Pokémon Amie

    Try with this and let me know how it goes: MenuHandlers.add(:pokegear_menu, :amie, { "name" => _INTL("Pokémon Amie"), "icon_name" => "jukebox", "order" => 30, "effect" => proc { |menu| pbFadeOutIn { pokemonAmie } next false } })
  4. Victorcarvalhosp

    Resource ENLS's Fancy Camera

    This is very cool! As you're doing some work with the camera I have a question: Do you think it's possible to zoom out the camera? I saw a plugin where it's possible to zoom-in - but not zoom-out. Would be nice to have a zoom-out to show more of the map in certain scenes.
  5. Victorcarvalhosp

    Resource Following Pokemon EX

    Oh thank you very much!! I totally missed this! My game comes from a very old Pokémon Essentials version, and just recently I updated to v20! I can see the same events on Pokémon Essentials 20 too - so I think it'll work, I'll have to re-do like 200 doors on my game, but that's ok haha. Again...
  6. Victorcarvalhosp

    Resource Unown Report

    Got it! I made some small changes adding some ifs and now the form just appear after I saw it at least once! Which is enough for what I'm trying to accomplish! Again, thank you very much for creating this! Super nice!
  7. Victorcarvalhosp

    Resource Unown Report

    This seems super nice! I'm a bit confused about the plugin utilization though. I added it to my project and I can see all the Unowns by default with the item. I shouldn't capture an Unown for it to appear? Am I missing something? Thanks!
  8. Victorcarvalhosp

    Resource Following Pokemon EX

    This plugin is just so so good! I just have one question: Someone has some example on how to properly handle the following Pokémon when leaving a door? Like in the Pokémon games, the follower just appears after you give one step after leaving a house. Does this plugin have something to handle...
  9. Victorcarvalhosp

    Resource Debug List Search

    Oh, I need this plugin for so long!! Thanks!!
  10. Victorcarvalhosp

    Resource Map Zoom

    Hey, I really like this plugin! I'm wondering if you had any progress with zooming-out the map?
  11. Victorcarvalhosp

    Resource Pokémon Amie

    I noticed issues with other berries as well, not just the Lepa Berry. Rare candy throwed an error too. So I modified the script for it to properly work for all items. With these changes I was able to remove a ton of code from the plugin and use the default essentials functions to handle...
  12. Victorcarvalhosp

    Resource Pokémon Amie

    Thank you very much for this plugin! I'm facing an issue in one scenario though... If I give a Leppa Berry to a Pokémon the Game will crash with the following error: [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7] Exception: ArgumentError Message: wrong number of arguments (given 2...
  13. Victorcarvalhosp

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Thank you guys! I'm using VS Code to edit the scripts, but the fact autocomplete don't work and ctrl+click don't navigate to the function is a bit frustrating haha but I'm learning more about it everyday, I recently wrote a small custom plug-in for my game and it's a lot of fun. I'm a web...
  14. Victorcarvalhosp

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Perfect! This was exactly what I was looking for! Thank you very much!! Just one extra side question if you allow me: Which IDE do you use to write the scripts? Are you able to get autocomplete to work on it? Or at least go to the desired function when right-clicking on it? Do you have some...
Back
Top