Download
(3 Kb)
Download
Updated: 02/22/22 06:43 AM
Compatibility:
Deadlands (7.2.5)
Updated:02/22/22 06:43 AM
Created:11/24/20 06:31 AM
Monthly downloads:35
Total downloads:3,551
Favorites:3
MD5:
Raid Reset
Version: 1.8
by: Eymix, iiJonno
An addon to leave an instance, eject your group (via HodorReflexes option) and then reset the instance for you or just reset an instance when already outside a Trial or Dungeon

Added some slash commands for people without keybinds option left :

/raidreseteject or /rreject : Call HodorReflexes tool to eject from instance and reset
/raidresetquit or /rrquit : Quit instance and reset
/raidreset or /rr : Reset instance

Note : As group member, pressing the quit instance and HodorReflexes eject tool will make you leave the instance

Required to work :
LibAddonMenu-2.0

Optional stuff to grab :
HordorReflexes

Have fun !
• Version 1.8 :
- API Bump
• Version 1.7 :
- API Bump
- Moved the variables
• Version 1.6 : API Bump
• Version 1.5 : API Bump
• Version 1.4 :
- Added a confirmation window to leave/reset the instance
- Added a delay option so you can tweak the addon to your liking timing wise (So when ESO server get laggy you can
increase the timer and make it work properly again)
- Added options to disable/enable the confirmation windows
- Removed a delay to call HodorReflexes eject tool
• Version 1.3 : Added slash commands for people with too many keybinds
• Version 1.2 : Added a keybind to use HodorReflexes tool to eject from instance (Thanks Jarva for the code)
• Version 1.1 : Quit and reset option on one keybind (Thanks iJonno for all the help)
• Version 1.0 : Addon started c:
Archived Files (8)
File Name
Version
Size
Uploader
Date
1.7
3kB
Eymix
08/27/21 07:18 AM
1.6
3kB
Eymix
06/11/21 01:10 AM
1.5
3kB
Eymix
03/08/21 03:37 AM
1.4
3kB
Eymix
02/06/21 07:58 PM
1.3
2kB
Eymix
02/06/21 11:15 AM
1.2
2kB
Eymix
02/06/21 07:30 AM
1.1
2kB
Eymix
12/28/20 05:37 AM
1.0
1kB
Eymix
11/24/20 06:45 AM


Post A Reply Comment Options
Unread 08/27/21, 07:19 AM  
Eymix
 
Eymix's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 4
Originally Posted by Baertram
Hello, please remove your global leaking variables from your addon code.
Should be done.
Report comment to moderator  
Reply With Quote
Unread 08/23/21, 12:46 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5990
Uploads: 78
Hello, please remove your global leaking variables from your addon code.
There are several variables with common names, like reset, confirmReset, confirmLeave, resetDelay etc. which pollute the global table _G.
You need to put a local up inf ront or ZOs ESUI game code and all other addons might get influenced by your variables!

So either rename them to something very unique (where reset should be something like MyAddonNameResetVariable) or put a local in front or create 1 global table variable like MyAddonName = {} and add yll your variables to this table (MyAddonName.reset etc.).

Thank you for fixing this! Especially the "reset" variable.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: