Download
(4 Kb)
Download
Updated: 03/12/15 05:21 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:03/12/15 05:21 PM
Created:10/01/14 12:29 PM
Monthly downloads:68
Total downloads:7,915
Favorites:12
MD5:
Categories:Discontinued & Outdated, Character Advancement
ShowWeaponbarId  Popular! (More than 5000 hits)
Version: 1.2.0
by: kokoba [More]
Its a simple addon that will show you a movable label on your screen which displays the number of your current weapon-bar.

it was a simple idea: if you often swap your weapon-bar in combat, sometimes you lose your overview which weapon-bar is currently active. You can move the label everywhere so you will get a better view on it.

The position will be saved account-wide (for every champion)

Set font size in commandline (chat)
/swi --fontsize x (x = between 1 and 70)
/swi --help (show more information)

------------------------------------------------------------------------------------------

**UPDATE 1.2.0**
- API Update to newest (100011)
- font color can now be set (black,red,yellow,pink,cyan,green,blue,white)
- font type can now be set (between 1-8, try it out )
- font size can now be set between 1 and 80 (old: between 1 and 70)
type "/swi --help" for more information

**UPDATE 1.1.0**
- font size can now be set between 1 and 70 (with commandline)
type "/swi --help" for more information

**UPDATE 1.0.1**
- label gets hidden when in any menu
Optional Files (0)


Archived Files (3)
File Name
Version
Size
Uploader
Date
1.1.0
3kB
kokoba
10/07/14 12:06 PM
1.0.1
3kB
kokoba
10/04/14 05:48 AM
1.0.0
44kB
10/01/14 12:29 PM


Post A Reply Comment Options
Unread 11/20/16, 11:11 AM  
elvenmad

Forum posts: 0
File comments: 13
Uploads: 0
Awesome and very simplistic add on,. does exactly what it needs to.

Would be really cool to have it updated to remove the 'out of date' notice in add on list
Report comment to moderator  
Reply With Quote
Unread 01/13/16, 03:50 AM  
eugam

Forum posts: 0
File comments: 10
Uploads: 0
Nice

Does exactly what it should
Report comment to moderator  
Reply With Quote
Unread 07/25/15, 11:19 PM  
mendisabal

Forum posts: 3
File comments: 113
Uploads: 0
move number

very sorry that no one said how /
Report comment to moderator  
Reply With Quote
Unread 05/31/15, 06:26 AM  
mendisabal

Forum posts: 3
File comments: 113
Uploads: 0
change the position on the screen?

plz help!
Report comment to moderator  
Reply With Quote
Unread 05/28/15, 04:03 PM  
Philgo68
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 320
Uploads: 2
Originally Posted by Archongamer
kokoba, any chance you could add a timer for the ID? I love the idea of this but it would be more useful if the BarID faded after a few seconds or atleast an option that way I am reminded of when I change bars but not something that is on my screen 24/7.

Thanks
Comment out line 82 because there is no need to loop looking for InMenu now:
--ShowWeaponbarId.MainLoop()

Change OnWeaponSwap to hide after awhile around line 160:
-- EventHandler for "EVENT_ACTIVE_WEAPON_PAIR_CHANGED" event
ShowWeaponbarId.displayCount = 0
function ShowWeaponbarId.OnWeaponSwap(event, activeWeaponPair, locked)
ShowWeaponbarIdIndicatorLabel:SetText(activeWeaponPair)
ShowWeaponbarIdIndicator:SetHidden(false)
ShowWeaponbarId.displayCount = ShowWeaponbarId.displayCount + 1
zo_callLater(function()
ShowWeaponbarId.displayCount = ShowWeaponbarId.displayCount - 1
if (ShowWeaponbarId.displayCount == 0) then
ShowWeaponbarIdIndicator:SetHidden(true)
end
end, 3000)
end


Display Count is to handle multiple swaps within the 3 seconds (3000 milliseconds) so it still shows for 3 seconds after the last swap.

God Bless,

Philgo
Report comment to moderator  
Reply With Quote
Unread 05/26/15, 12:46 PM  
Archongamer

Forum posts: 3
File comments: 74
Uploads: 0
kokoba, any chance you could add a timer for the ID? I love the idea of this but it would be more useful if the BarID faded after a few seconds or atleast an option that way I am reminded of when I change bars but not something that is on my screen 24/7.

Thanks
Report comment to moderator  
Reply With Quote
Unread 05/26/15, 12:44 PM  
Archongamer

Forum posts: 3
File comments: 74
Uploads: 0
Re: Minimap compatibility

Originally Posted by medouneu
Thanks for creating this addon. I was just trying it out, but found it doesn't appear compatible with the "Minimap by Fyrakin" addon. If the Minimap addon is installed and visible, ShowWeaponbarId does not display. If I hide the Minimap, ShowWeaponbarId will eventually show up again.

Any chance of making your addon compatible with Fyrakin's?
Works fine for me with minimap. Did you move the ID from under your MM? Meaning just move it to another location
Report comment to moderator  
Reply With Quote
Unread 05/21/15, 11:38 AM  
mendisabal

Forum posts: 3
File comments: 113
Uploads: 0
fine

was looking for a addon , in combat often confuse panel ,but ,How to change the position on screen ?
Report comment to moderator  
Reply With Quote
Unread 05/12/15, 03:38 AM  
medouneu

Forum posts: 0
File comments: 1
Uploads: 0
Minimap compatibility

Thanks for creating this addon. I was just trying it out, but found it doesn't appear compatible with the "Minimap by Fyrakin" addon. If the Minimap addon is installed and visible, ShowWeaponbarId does not display. If I hide the Minimap, ShowWeaponbarId will eventually show up again.

Any chance of making your addon compatible with Fyrakin's?
Report comment to moderator  
Reply With Quote
Unread 04/06/15, 06:34 PM  
eSporks

Forum posts: 0
File comments: 16
Uploads: 0
Love the addon, but I do have one request.
Do you think it would be possible to use a custom text instead of numbers. For example "Bow", "Melee". Even cooler would be some some symbols, like a picture of a bow, or picture of a sword.

Thanks, I do appreciate this addon and its made things a lot easier on me.
Report comment to moderator  
Reply With Quote
Unread 03/13/15, 12:43 PM  
kokoba
 
kokoba's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Originally Posted by Baertram
Thx for the font stuff. Just was about to build it in by myself

As you haven't enabled the addon features panel I'd like to request a feature here:
-> Change the alpha of the number to a value we can choose, like 0.5 instead of 1, if the weapons are sheathed
Hi,

i am not sure if this is realizable...as easy as it sounds. As i know there is no API Event to track weapon sheath toggle.

e.g. i found this comment:
As Wykkyd says, it's not trivial to make a "proper" auto-sheathe addon due to limitations in the API:
1. The API fires an event upon entering combat, but not on leaving combat.
2. There's no event or API method to discern if weapons are wielded or sheathed.
3. There's no discrete "draw" or "sheath" API commands, just a "draw/sheathe" toggle.
Source: http://forums.elderscrollsonline.com...e-weapon-addon

if somebody can say me the API Event i will build this feature when i will get time for it
Otherwise sorry man, this feature will not come
Report comment to moderator  
Reply With Quote
Unread 03/12/15, 05:36 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4963
File comments: 6032
Uploads: 78
Thx for the font stuff. Just was about to build it in by myself

As you haven't enabled the addon features panel I'd like to request a feature here:
-> Change the alpha of the number to a value we can choose, like 0.5 instead of 1, if the weapons are sheathed
Last edited by Baertram : 03/12/15 at 05:38 PM.
Report comment to moderator  
Reply With Quote
Unread 10/04/14, 05:37 PM  
babylon

Forum posts: 14
File comments: 363
Uploads: 0
Originally Posted by kokoba
Originally Posted by babylon
Hi there - right now the weapon number stays on top of any lorebooks you read, and even clicking the book doesn't put the number behind the book. Can we get that fixed?
will try to fix this today, otherwise in the next few days

**UPDATE**

done.
Awesome!
Report comment to moderator  
Reply With Quote
Unread 10/03/14, 02:46 AM  
kokoba
 
kokoba's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Originally Posted by babylon
Hi there - right now the weapon number stays on top of any lorebooks you read, and even clicking the book doesn't put the number behind the book. Can we get that fixed?
will try to fix this today, otherwise in the next few days

**UPDATE**

done.
Last edited by kokoba : 10/04/14 at 08:44 AM.
Report comment to moderator  
Reply With Quote
Unread 10/02/14, 05:29 PM  
babylon

Forum posts: 14
File comments: 363
Uploads: 0
Hi there - right now the weapon number stays on top of any lorebooks you read, and even clicking the book doesn't put the number behind the book. Can we get that fixed?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: