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

    Make a Trainer Name/Class Blank

    Actually I think a clean way to do this is add a "DontShowClass" flag to the trainer definition, then check for the flag in the full_name function and do "return @ name" if the flag exists. This allows your classes to have unique class IDs and still hide the name
  2. wrigty12

    Resource Copy Events

    wrigty12 submitted a new resource: Copy Events - Create one event, have copies of it all throughout your game! Read more about this resource...
  3. wrigty12

    v21.1 Copy Events 1.0

    Have you ever made a complicated event that you need to use across many maps, only to find that one typo you now need to make in each of those events? Now, you can edit a single event and those changes will be reflected across all copies of the event! Setup Simply install the plugin, and...
  4. wrigty12

    Resource Modern Quest System + UI

    The updated Voltseon pause menu uses the regular menu handlers now (the ones you use to add it to the vanilla pause menu). You can add the menu handler shown in the Overview for this resource.
  5. wrigty12

    How can I fix this?

    You need to make sure that every map that Geodude is found on has a town map position defined in its map metadata https://essentialsengine.miraheze.org/wiki/Map_metadata
  6. wrigty12

    Resource Instant Messages

    You want to remove conversations you've already set up from your game? If the player has viewed those conversations and saved their game, and you delete them from the configuration, yes it would crash; you'd have to start a new save file. I think you could set up a save conversion (search for...
  7. wrigty12

    Help to find Pokémon Contests in Essential v 21.1

    I was actually just about to respond, with pretty much what that Reddit post said xD
  8. wrigty12

    undefined class/module WeatherSystem

    Yes, the location of that file is the same location as your save file that you need to delete
  9. wrigty12

    undefined class/module WeatherSystem

    I'm referring to the popup that appears when it crashes. Where you copied the error text from. At the bottom of the popup, there is a filepath
  10. wrigty12

    undefined class/module WeatherSystem

    Did you recently uninstall the Weather System plugin? You need to delete your old save. The path to where it is saved is the same as the crash log location listed at the bottom of the crash popups
  11. wrigty12

    Giving the player a second name

    You're missing the closing ) for the pbEnterText function. You need one after the 7
  12. wrigty12

    v21.1 Free Market - Update 2.0.1 - Various fixes

    The only files that was changed were 001_Data, 003_MarketUI, 004_PlayerLots, and 006_Utilities. You only need to replace those files with the updated one for this update. Change Log 🛠️Fixed handling of procs throughout the plugin so it doesn't crash when you save your game. 🛠️Fixed a crash...
  13. wrigty12

    Resource Free Market

    wrigty12 updated Free Market with a new update entry: Update 2.0.1 - Various fixes Read the rest of this update entry...
  14. wrigty12

    Key not found in a hash

    There is already a built in way to save variables specific to events using setVariable and getVariable, so no need to recreate the wheel. In a script call, do setVariable(val) where val is the time object you want to compare against. Then, your comparison should be pbGetTimeNow.to_i >= getVariable
  15. wrigty12

    Resource Free Market

    Well, I learned something today! I have an idea in mind to make this work, so the next update should fix this.
  16. wrigty12

    Resource Instant Messages

    I actually have a custom version of that sort of thing for my game. I can look into making a natively supported one
  17. wrigty12

    Resource [Frame 2 Project] Gen 4 Battle Entry Animations

    Unfortunately, I don't think this works out of the box with v20.1 and earlier. So far, it's using the lerp function which I think was only included starting in v21, and the update function in the Battle::Scene::BattlerSprite class isn't the same as the one for v20.1, so it crashes due to needing...
  18. wrigty12

    Resource Instant Messages

    wrigty12 updated Instant Messages with a new update entry: 1.2.3 - Crash Fix Read the rest of this update entry...
  19. wrigty12

    v21.1 Instant Messages - 1.2.3 - Various fixes

    The only file that was changed was 004_MessagesUI. You only need to replace that file with the updated one for this update. Change Log 🛠️Fixed a crash that would occur in choices with v21. 🛠️Fixed an issue where PLAYER_BUBBLE_COLOR was not respected. 🛠️Fixed an issue where a picture message...
  20. wrigty12

    Resource Acro Bike

    Technically the mud wall is something the Mach bike allows you to go up, not the Acro bike. But overall this is really cool to see in action!
Back
Top