Download
(5 Kb)
Download
Updated: 03/19/23 03:07 PM
Pictures
File Info
Compatibility:
Scribes of Fate (8.3.5)
Firesong (8.2.5)
Lost Depths (8.1.5)
High Isle (8.0.0)
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Greymoor (6.0.5)
Updated:03/19/23 03:07 PM
Created:06/23/21 02:40 PM
Monthly downloads:26
Total downloads:4,441
Favorites:4
MD5:
Tamriel Ambulance
Version: 1.2.10
by: TheInfiniti352 [More]
Allows you to count how many players you resurrected

Commands
/ambulance -> Show/Hide counter window
/resetambulance -> Resets the counter

Bindings
Show/Hide Resurrection Window
Reset resurrections counting
Switch between display modes (single counter or by player)

To use this addon, you need to install dependencies :
- LibAddonMenu-2.0

GitHub repository
1.2.10 - Updated to Scribes of Fate

1.2.9 - Updated to Firesong

1.2.8 - Updated to Lost Depths

1.2.7
Bug fix: Fixed reading of the selected font size

1.2.6 - Updated to High Isle

1.2.5 - Updated to Ascending Tide

1.2.4 - Updated to Deadlands

1.2.3
Feature: Added a menu setting to clamp the maximum number of players to display in list mode

1.2.2 - Updated to Waking Flame

1.2.1
Feature: Added bindings to show/hide Resurections Window, to reset the counter, and to easily swap between display modes

1.2.0
Feature: Resurrection count can be displayed as a list for each player

1.1.2
Feature: User can now select the font size

1.1.1
Bug fix: Counter display not updating live

1.1.0
Feature: Added group handling
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Uploader
Date
1.2.9
5kB
TheInfiniti352
12/11/22 01:06 PM
1.2.8
5kB
TheInfiniti352
10/06/22 01:40 PM
1.2.7
5kB
TheInfiniti352
07/17/22 03:06 PM
1.2.6
5kB
TheInfiniti352
06/26/22 01:36 PM
1.2.5
5kB
TheInfiniti352
05/22/22 02:42 PM
1.2.4
5kB
TheInfiniti352
11/01/21 02:34 PM
1.2.3
5kB
TheInfiniti352
09/22/21 02:35 PM
1.2.2
5kB
TheInfiniti352
09/10/21 02:19 PM
1.2.1
5kB
TheInfiniti352
07/02/21 09:16 AM
1.2.0
4kB
TheInfiniti352
06/27/21 01:31 PM
1.1.2
4kB
TheInfiniti352
06/25/21 05:03 AM
1.1.1
3kB
TheInfiniti352
06/24/21 01:25 PM
1.1.0
3kB
TheInfiniti352
06/24/21 11:52 AM
1.0.0
3kB
TheInfiniti352
06/23/21 02:40 PM


Post A Reply Comment Options
Unread 06/23/21, 02:58 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5990
Uploads: 78
If your addons need dependencies please name them at the addon description so that players are able to see and install them (even via Minion) without having to start the game and use the ingame addon manager.
Thank you.
Last edited by Baertram : 06/23/21 at 02:58 PM.
Report comment to moderator  
Reply With Quote
Unread 06/23/21, 03:51 PM  
TheInfiniti352
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 3
Uploads: 2
Originally Posted by Baertram
If your addons need dependencies please name them at the addon description so that players are able to see and install them (even via Minion) without having to start the game and use the ingame addon manager.
Thank you.
Forgot to do so ! I'm changing it
Report comment to moderator  
Reply With Quote
Unread 06/01/22, 05:24 PM  
PhnxZ
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 180
Uploads: 1
Hiya,

You seem to have an issue with the fontSize / selectedFontSize saved variables, they are not being initialised on first load of the addon (error below).
Changing the font size in the addon settings generates a further error, but adds 'selectedFontSize' to the SV file. However, on load, the addon is looking for 'fontSize'. Manually adding that to the SV file makes the addon work.
Looks like you have a variable naming issue

Code:
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:257: operator .. is not supported for string .. nil
stack traceback:
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:257: in function 'TamrielAmbulance.UpdateFontSize'
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:50: in function 'TamrielAmbulance.Initialize'
<Locals> left = 0, top = 539 </Locals>
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:77: in function 'TamrielAmbulance.OnAddOnLoaded'
<Locals> eventCode = 65536, addonName = "TamrielAmbulance" </Locals>
Report comment to moderator  
Reply With Quote
Unread 07/17/22, 03:09 PM  
TheInfiniti352
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 3
Uploads: 2
Originally Posted by PhnxZ
Hiya,

You seem to have an issue with the fontSize / selectedFontSize saved variables, they are not being initialised on first load of the addon (error below).
Changing the font size in the addon settings generates a further error, but adds 'selectedFontSize' to the SV file. However, on load, the addon is looking for 'fontSize'. Manually adding that to the SV file makes the addon work.
Looks like you have a variable naming issue

Code:
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:257: operator .. is not supported for string .. nil
stack traceback:
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:257: in function 'TamrielAmbulance.UpdateFontSize'
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:50: in function 'TamrielAmbulance.Initialize'
<Locals> left = 0, top = 539 </Locals>
user:/AddOns/TamrielAmbulance/TamrielAmbulance.lua:77: in function 'TamrielAmbulance.OnAddOnLoaded'
<Locals> eventCode = 65536, addonName = "TamrielAmbulance" </Locals>
Hey, thanks for pointing this out ! I uploaded a fix
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: