- add chinese translation ( thanks to @Lykeion )
- add sanity's edge support
- fix a small translation error that made the addon crash on english locale
- add DSR support ( sorry that i forgot about that in the past )
- reducing the wait time to port back to the trial by increasing the polling rate of the leaders pings
- adding auto disable FastReset after disbanding group to assist player constantly forgetting to disable FastReset & accidentally resetting other instances instead
- Fix always getting ulti refill option even if ulti is full by adding a small delay for the check
- Fix FastReset Eject not being prioritized over HodorEject if enabled ( thank you Andy, you messed it up t(^^t) ... ;-) ) by adding a delay for the pings to fire
- Fix wrong decoding of numbers resulting in crazy functionality bugs & false port backs
- fix an issue with /fr that the group did not get kicked out. now if you have the hodor eject enabled - it will be fired
- adding speedy mode
- adding additional hodor eject feature for players who do not have fastreset enabled
- adding optional except button when getting an exit command from the leader
- complete rework of the whole FastReset System to be more reliable & failproof when ESO crashes on people
- introduce map ping sharing via LibDataShare
- death setting now synchronise to other players
- fix a bug introduced in 1.11.0
- leading the way to sync stuff ;-)
- code:
- refactoring
- function outsorcing
- fixed an oversight that when you abort auto exiting the instance it will try to port you into the ultihouse anyway
- death detection settings are now not experimental anymore - YOU STILL HAVE TO SET THEM ON EVERY GROUPMEMBER IF YOU PLAN TO USE THEM!!!! - syncing maybe in the future
- new commands added /fr set ulti /fr set deaths x
- cleanup & some translation fixes
- adding extra safety to the functions by resetting FastReset.ZoneID to -1 after finishing automation - also on enable & disable - to avoid wrong teleportation
- fix l18n stuff
- new feature: the leader now gets a promt to directly port back to the trial after reset
- adding LibSlashCommander as a required dependency & remove legacy code
- code refactor and partially rewrite
- change ZoneIndex to ZoneID for more stability in the future ( Indexes change very update, IDs do not )
- adding experimental feature to allow death cap
- display warning for the new dependency LibSlashCommander that will be introduced on 01. March 2022 in the 1.9.0 Update so users don't get suprised that the addon is not working any longer without this library upon this date
- adding default ulti-home ( thanks to @No4Sniper2k3 for providing this )
- refactoring
- fix a bug where the zone (to teleport back to the leader) is not set when FastReset is triggered manually via hotkey or slashcommand
- adding hotkey support
- extend the auto reset delay to 250ms from 100ms to avoid some rare cases of not fully resetting the instance
- adding some missing language strings
- introducing LibSlashCommander as OPTIONAL dependency - it now autocompletes and describes the commands
- clean up code
- fix some wrong comments
- fixed a bug where the a language string was not loaded correctly
- fixed that i missed the unregisterforevent after addon is loaded
- redesign addon setting menu
- option to enable port to uli house even if the ulti is full ( for players for example wearing Saxhleel & MA )
- fastresets now checks the real ultimate values needed instead of checking if its completly full
- fix a bug that asked the player to port to the leader even if they are already in the new instance
- adding chat commands to use the functionalities of this addon manually
- /fr = /fastreset
- /fr : triggers the whole automation process manually
- /fr enable : enables FastReset
- /fr disable : disables FastReset
- /fr reset : reset instance
- /fr ulti : teleport to the predefined ulti-house
- /fr leader : ports to your leader
- /fr leave : exit the current instance
- adding some additional checks
- added message with the accountname of the player who died in chat
- fix a bug in the english client that crashes the "set house" button
- add support for non HodorReflexes users
- adding optional dependency ( HodorReflexes )
- Initial release