• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • 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

    Resource Moved Event Expanded

    I'm assuming that move route is applying to the event you want to save..? You need to add a Wait for Move's Completion after the Move Route, otherwise the script will run during the move route, not after it.
  2. wrigty12

    Resource Game Time

    There seems to be a couple problems with this plugin. It was noticed by someone reporting a crash that when planting a berry where the time being assigned to the berry via pbGetTimeNow was resulting in floats all over the place where ints were expected (even if .to_i was used on the value)...
  3. wrigty12

    v21.1 Berry Planting Improvements - 1.9.2 - Crash Handling

    The only change was done in the 001_BerryPlantingImprovements file. You only need to replace that file for this patch. Change Log 🛠️Added some extra handling to make sure crashes don't occur if you don't have the Berry Core and Dex plugin installed.
  4. wrigty12

    Resource Berry Planting Improvements

    wrigty12 updated Berry Planting Improvements with a new update entry: 1.9.2 - Crash Handling Read the rest of this update entry...
  5. wrigty12

    Resource Instant Messages

    Honestly I've faced the same issue in my own play testing. Sometimes I'll stop there waiting for the next message and be like "oh wait it's done".
  6. wrigty12

    Resource Following Pokemon EX

    Just use a diff checker. https://www.diffchecker.com/
  7. wrigty12

    Resource Deluxe Battle Kit [v21.1]

    Huh. Well, it's defined then, so I'm at a complete loss. Sorry
  8. wrigty12

    Resource Deluxe Battle Kit [v21.1]

    Then it's like Lucidious said, it seems like that somehow the function got removed from your game. Use CTRL + SHIFT + F to search for def pbAdditionalEffectChance and it should return a result that's in the Move_UsageCalculations script.
  9. wrigty12

    Resource Deluxe Battle Kit [v21.1]

    Does this only happen with certain moves? Your crash log mentions it's happening for Battle::Move::None, which would be any move that has FunctionCode = None in the moves.txt PBS file. Do you have any plugin that does anything with "Battle::Move::None"? That function code should inherit all...
  10. wrigty12

    Changing text shadow color. (v21.1)

    Take a look at the wiki. https://essentialsengine.miraheze.org/wiki/Messages There are a few options in the Text colours section. But if you want to change the shadow of those colors you set in \c[x] (which will effect everywhere that would use it), you can edit the predefined values for the...
  11. wrigty12

    v21.1 Instant Messages - Update 1.2.2

    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 ⭐Changed how player icons appear. Now, the naming convention for player icons in Graphics > UI > Instant Messages > Characters is "Player_x" where x is the...
  12. wrigty12

    Resource Instant Messages

    wrigty12 updated Instant Messages with a new update entry: Update 1.2.2 Read the rest of this update entry...
  13. wrigty12

    Resource Berry Planting Improvements

    Hmm. Does your map have any event that has that cool down condition? I went through my code and tried to identify anywhere it sets the variable attribute to a BerryPlantData and they should all be locked behind the event having berryplant in the name and/or pbPickBerry/pbBerryPlant as a script...
  14. wrigty12

    Resource Berry Planting Improvements

    Oh I see. Do you have an event that's a Berry Plant but has a cooledDown script switch condition on one of its pages? You would also have the script call pbSetEventTime somewhere in that event. I don't think those are compatible as it looks like they both use an event's variable attribute for...
  15. wrigty12

    Resource Instant Messages

    Huh. I don't know why I didn't think to use the existing ChangePlayer feature to determine which icon to show. I'll have to add that for the next update
  16. wrigty12

    Resource Berry Planting Improvements

    Oh wait I just noticed your new crash isn't with my plugin, it's with the vanilla berry plant code. So yeah somehow one of your events had an integer saved to its variable attribute and it's breaking things My recommendation is to start a new save file, so the variable for all events are...
  17. wrigty12

    Resource Berry Planting Improvements

    Probably the same thing just in an old bit of code. Somewhere on your map you have an event's variable being saved as an integer which is the cause. I thought the only thing that ever used that system was berry plants which is why I never ran into these crashes in all my development time. I'll...
  18. wrigty12

    Resource Berry Planting Improvements

    Didn't have handling to skip checks if an event's variable wasn't BerryPlantData. The latest update should fix it.
  19. wrigty12

    v21.1 Berry Planting Improvements - 1.9.1

    The only change was done in the 001_BerryPlantingImprovements file. You only need to replace that file for this patch. Change Log 🛠️Added some extra handling to prevent crashes with soil graphics if an event variable isn't BerryPlantData.
  20. wrigty12

    Resource Berry Planting Improvements

    wrigty12 updated Berry Planting Improvements with a new update entry: 1.9.1 Read the rest of this update entry...
Back
Top