Changelog
- Add support for game REL4.0.x
- Implemented some giving items to NPCs
- Lua/scripting-related fixes (triggers & conditions)
- Fix bugs with finishing dungeons
- Implement leveling up statues in regions
- (semi)-Implement bargaining with NPCs
- Implement the 'TimeAxis' system used in scripts
- Implement the 'ServerLuaCall' ability action
- Changed
/troubleshoot
to/info
and added key contributors & credits - Implement a lot of events for plugins to listen to
- Many co-op/multiplayer bug fixes
- Add support for multiplayer in the player's teapot
- Implement the 'require' keyword for scripts
Questing Note
If you haven't seen it, you can check out this Google Sheet for information regarding the playable quests, bugs that people have encountered, and solutions to bypass any bugs.
While this spreadsheet used to be filled with red (unplayable/skips large portions of a quest) quests, most are now yellow/green! (partially broken/fully working) I wanted to thank the team dedicated to improving the Grasscutter questing system here in this release.
Additional Note
Within the upcoming days, there might be a new version for fixing bugs encountered in this release. Please checkback in a few days!
What's Changed
- Fix swimming stamina cost by @NotThorny in #2287
- Implement QUEST_EXEC_RANDOM_QUEST_VAR by @scooterboo in #2284
- fix quest content and condition triggers by @scooterboo in #2283
- Fix dungeons with no finish logic in DungeonManager.java by @scooterboo in #2288
- Levelup City Implementation by @Phong940253 in #2281
- Update README.md by @eltociear in #2298
- Update it-IT.json by @iidoki in #2296
- Update RegionHandler.java by @CerisWhite in #2295
- fix the error that the parameter regionCache of class PacketPlayerLoginRsp is null in game only mode by @1018jiji in #2297
- FIX auto skipping handbook generation when file is not found. by @Simplxss in #2300
New Contributors
- @Phong940253 made their first contribution in #2281
- @eltociear made their first contribution in #2298
- @CerisWhite made their first contribution in #2295
- @1018jiji made their first contribution in #2297
Full Changelog: v1.6.3...v1.7.0