• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!

Search results

  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...
  15. Victorcarvalhosp

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

    In the ZUD Mechanics I can see a REGIONAL_FORMS array, so I modified all of them to 0 and then added a Cyndaquil in a map from region 0 - and then evolved it using rare candies and it didn't become Hisuian Typhlosion. This is the correct place I do have to edit to change the regions? The ZUD...
  16. Victorcarvalhosp

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

    I'm a bit lost on how do I evolve my Quilava to Hisuian Typhlosion... If I use the debug menu and change the Quilava form to 2 and then evolve it, it works. But how do I receive a proper Cyndaquil that evolves to this different form Quilava in order to be able to evolve to Hisuian version?
  17. Victorcarvalhosp

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

    Awesome! Thanks! It worked for me! Totally understand that! I was able to get the latest PBS and add the new línes from 3.0 to the 2.0 version manually, and with a few tweaks here and there it worked like a charm! Probably I'm missing some features, but it's good enough for my project. Thanks!
  18. Victorcarvalhosp

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

    I can see that the latest version of this plugin works for 21.1. But I'm wondering if there's some previous version that works on 20.1? Given that the first post mentions it works on 20.1. If not, do you think there's some way to make this work on 20.1 or do you think it would be too much work...
  19. Victorcarvalhosp

    Resource ZUD Plugin [v20.1]

    I'm sorry, I read a few pages in the thread and somehow missed your message! haha Thanks for the reply and for the great plugins!
Back
Top