Download
(58 Kb)
Download
Updated: 11/29/16 03:09 AM
Pictures
File Info
Compatibility:
One Tamriel (2.6)
Updated:11/29/16 03:09 AM
Created:02/05/15 12:26 PM
Monthly downloads:23
Total downloads:44,424
Favorites:47
MD5:
Exterminatus Group Leader  Popular! (More than 5000 hits)
Version: 1.3.1
by: QuadroTony [More]
Updated version of this great old addon
look for description on the original page
ExterminatusGroupLeader


thanks Garkin and Circonian for help!
1.3.1
JP translation added! thanks to BowmoreLover

1.3.0
API bump
update by Scootworks:
libs updated
german translation added
other tweaks

1.2.3
API bump

1.2.2
API bump for match current version of the game
fix for libs error, thx Circonian

1.2.1
API bump
Compatible with IC, IsInAvAZone added

1.2.0
thank to Circonian for update!
migrated to newest lib-addon menu
fixed sliders in settings

1.0.1
now must work with other localizatios (thx Votan)

1.0.0
libAddonMenu updated to LibAddonMenu-1.0-r10
API version updated
its not discontinued category now, so Minion can found this addon and install it
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
1.3.0
57kB
QuadroTony
11/28/16 01:53 PM
1.2.3
46kB
QuadroTony
06/28/16 12:04 AM
1.2.2
46kB
QuadroTony
02/12/16 03:55 AM
1.2.1
46kB
QuadroTony
10/14/15 07:37 AM
1.2.0
46kB
QuadroTony
03/22/15 12:40 PM
1.0.1
23kB
QuadroTony
02/13/15 06:18 PM
1.0.0
23kB
QuadroTony
02/05/15 12:26 PM


Post A Reply Comment Options
Unread 02/10/15, 07:24 AM  
yvette

Forum posts: 31
File comments: 42
Uploads: 0
this addon does not work for me.
nothing happens.

any known bugs with other addons or german client ?
Report comment to moderator  
Reply With Quote
Unread 02/10/15, 07:25 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
can you try on english client?

for me its working fine with ENG
Last edited by QuadroTony : 02/10/15 at 07:25 AM.
Report comment to moderator  
Reply With Quote
Unread 02/10/15, 12:43 PM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1667
Uploads: 40
Hi, QuadroTony. Welcome on the other side

I tried the addon, and I can say, that the original authors were not aware of localization. The addon will properbly work with English, only.

You should change the bindings.xml to:
Lua Code:
  1. <Bindings>
  2.   <Layer name="SI_KEYBINDINGS_LAYER_GENERAL">
  3.     <Category name="SI_KEYBINDINGS_CATEGORY_TARGETING">
  4.       <Action name="SET_GROUP_LEADER">
  5.         <Down>OnSetTargettedLeader() return true</Down>
  6.       </Action>
  7.     </Category>
  8.   </Layer>
  9. </Bindings>

In in the extGroupLeader.lua you should change this:
Code:
local function UpdateReticle()
    if state.Player == nil then return end
    
    if (state.Leader == nil) or 
       (state.Settings.PvPOnly and state.Player.Zone ~= 'Cyrodiil') or
       (state.Settings.Mimic and ZO_ReticleContainer:IsHidden() == true) or
to

Code:
local function UpdateReticle()
    if state.Player == nil then return end
    
    if (state.Leader == nil) or 
       (state.Settings.PvPOnly and not IsInCyrodiil()) or
       (state.Settings.Mimic and ZO_ReticleContainer:IsHidden() == true) or
Beside that, this is one of the addons doing everything on every frame. extGroupLeaderUpdate is called on every frame and does always call positioning- and zone-functions. Performance tests should be done.

I can't tested any further, because I don't do PVP. But maybe there are others, which can help you with the localization issues.

Greets

edit 1: Please test, if IsInCyrodiil() works as expected
Last edited by votan : 02/10/15 at 12:47 PM.
Report comment to moderator  
Reply With Quote
Unread 02/10/15, 12:46 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
thanks! i will also download other client to test with diferent language
Report comment to moderator  
Reply With Quote
Unread 02/11/15, 06:59 AM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by QuadroTony
thanks! i will also download other client to test with diferent language
No need to download different client, just download one of language switching addons:
LanguageChanger
Khrill Language Selector

Personally, I have defined slash commands in my private addon.

Lua Code:
  1. SLASH_COMMANDS["/langen"] = function() SetCVar("Language.2", "en") end
  2. SLASH_COMMANDS["/langde"] = function() SetCVar("Language.2", "de") end
  3. SLASH_COMMANDS["/langfr"] = function() SetCVar("Language.2", "fr") end

Even without addon you can switch client language using this command:
Code:
/script SetCVar("Language.2", "de")
Report comment to moderator  
Reply With Quote
Unread 02/11/15, 09:38 AM  
yvette

Forum posts: 31
File comments: 42
Uploads: 0
i changed everything like votan posted and now it works !
Report comment to moderator  
Reply With Quote
Unread 02/13/15, 06:06 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by votan
Hi, QuadroTony. Welcome on the other side

I tried the addon, and I can say, that the original authors were not aware of localization. The addon will properbly work with English, only.
thanks. its working!
Last edited by QuadroTony : 02/13/15 at 06:15 PM.
Report comment to moderator  
Reply With Quote
Unread 03/07/15, 10:56 AM  
vaagventje

Forum posts: 1
File comments: 54
Uploads: 0
please update :3

could this be updated please

ohh and hi yvvette^^
Report comment to moderator  
Reply With Quote
Unread 03/31/15, 08:22 AM  
Talen-Shei
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 13
Uploads: 1
Does Not Work

Downloaded latest version seems to still be on LAM 1.0 and does not work. (Problems with LAM & outdated)
Report comment to moderator  
Reply With Quote
Unread 03/31/15, 08:25 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
i just reinstall it by minion
no problems
no errors

not outdated

you doing smthing wrong

Report comment to moderator  
Reply With Quote
Unread 07/23/15, 12:44 PM  
Talen-Shei
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 13
Uploads: 1
Originally Posted by QuadroTony
i just reinstall it by minion
no problems
no errors

not outdated

you doing smthing wrong

Just saying that was a terrible way to respond. But I figured out that I had downloaded version 1.0.1 instead of 1.2.0 somehow. I have since added a few slash commands and modified the original. I added the ability to fuzzy search (instead of having to type out the entire name) the ability to list group members and their ids (member number really) and the ability to set the leader by number.
Report comment to moderator  
Reply With Quote
Unread 07/23/15, 01:13 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by Talen-Shei
Just saying that was a terrible way to respond.
but this is also terrible way of bugreport
Originally Posted by Talen-Shei
Downloaded latest version seems to still be on LAM 1.0 and does not work. (Problems with LAM & outdated)

but nvm im glad your version working now
Report comment to moderator  
Reply With Quote
Unread 09/07/15, 10:59 AM  
Taonnor
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 41
Uploads: 1
Are there coming a new version?

I cannot see the arrow since update 7.

Did you need a bug report QuadroTony? Or did i something wrong?
Report comment to moderator  
Reply With Quote
Unread 09/07/15, 05:35 PM  
deadlamp

Forum posts: 0
File comments: 1
Uploads: 0
Addon broken in IC

This addon is also broken for me since update 7 - but only in Imperial City. It still works fine in Cyrodill. Possibly broken because it's seeing Imperial City as a PvE zone and not a PvP zone?? Lol it has made me realise how much I subconsciously depend on this addon!
Report comment to moderator  
Reply With Quote
Unread 09/07/15, 07:16 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Re: Addon broken in IC

Originally Posted by deadlamp
This addon is also broken for me since update 7 - but only in Imperial City. It still works fine in Cyrodill. Possibly broken because it's seeing Imperial City as a PvE zone and not a PvP zone?? Lol it has made me realise how much I subconsciously depend on this addon!
It could be. This addon uses function IsInCyrodiil() but in Imperial City it returns false. It will probably work if you replace IsInCyrodiil() with IsInAvAZone().
Last edited by Garkin : 09/07/15 at 07:17 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: