Download
(65 Kb)
Download
Updated: 06/11/16 02:14 PM
Pictures
File Info
Compatibility:
Dark Brotherhood (2.4)
Thieves Guild (2.3)
Orsinium (2.2.4)
Update 7 (1.7.0)
Update 6 (1.6.5)
Updated:06/11/16 02:14 PM
Created:07/18/15 04:39 AM
Monthly downloads:107
Total downloads:92,591
Favorites:150
MD5:
Categories:Discontinued & Outdated, Character Advancement, Combat Mods, Raid Mods, RolePlay
AlphaGear  Popular! (More than 5000 hits)
Version: 4.08
by: @AlphaLemming [More]



Perhaps interesting: CraftStore - Research & Crafting Manager

AlphaGear - Features:

Complete new design with drag & drop!
  • Powerful outfitter-tool for creating equipment-sets
  • You can use drag & drop or additional shift + click to assign your gear and skills
  • Save up to 16 different gears to connect them to up to 16 sets
  • Save up to 16 action bars to connect them to the sets
  • Design your sets to load what you want, complete equipment, single item or skill
  • Name your sets and action bars and give them icons
  • You can now see your equipped set every time and get a weapon swap message
  • Every set can used via hotkey or optional UI-buttons
  • Get a equipment condition indicator whith status-color and repair costs
  • Get a weapon charge indicator with auto-recharge
  • The standard equipment screen is upgraded with quality colors and condition text for your weared items
  • Includes support for all modifiers on keybinding like shift/alt/ctrl + key
  • Feel the freedom to play with a smart equipment management per hotkey

Designing own icons:

AlphaGear 4 provides a feature to implement own icons. Load this sample addon for adding own icons and follow the instructions in the readme file.

ToDo: Emote management, hot-key function for Banker and Blacksmith followers.
Version 4.08
  • Patch 2.4 Update
  • Poison error fixed
  • Some minor problems fixed

Version 4.07
  • Some minor bug fixes
  • Durability display modified
  • Cross slotting problems removed - works fine now

Version 4.06
  • Problems with icons and selecting icons fixed
  • Possibilty added to use shift+click to insert skills, items and gear

Version 4.05
  • Texture error fixed
  • Delay added for undress armor function

Version 4.04
  • API update for patch 2.3
  • UI set button tooltip fixed

Version 4.03
  • Bug with equipment condition fixed
  • New skill saving functionality, old saved variable should be converted
  • Function for inserting current skills works now correct, but some tooltips are handmade

Version 4.02
  • Bug with cursor mode fixed
  • Bug with display but disabled weapon charge buttons fixed
  • Experimental function for inserting current skills

Version 4.01
  • Initial swap message error fixed
  • Set button amount now character specific
  • Last used set now character specific

Version 4.00
  • Complete rework and new design - inital release

Version 3.08 - 3.99 not released

Version 3.07
  • Updated to current API
  • Bugged destruction skills fixed

Version 3.06
  • Destruction staff issues fixed
  • Costume bar has now option to hide

Version 3.05
  • Patch + API Update
  • Empty skill error removed

Version 3.04
  • Something (forgotten :)

Version 3.03
  • Repair costs now optional
  • Error with empty gear on ui-button fixed
  • You can now choose icon for a set, even without a connected gear

Version 3.02
  • Fixed wrong icon in ui-button-tooltips
  • Fixed some small interface bugs
  • Fixed weapon swap, hopefully no longer kicked from server

Version 3.01
  • Fixed plenty "first release errors and problems"

Version 3.00
  • Initial realease
Optional Files (0)


Archived Files (16)
File Name
Version
Size
Uploader
Date
4.07
65kB
@AlphaLemming
03/20/16 12:47 PM
4.06
66kB
@AlphaLemming
03/13/16 01:47 PM
4.05
65kB
@AlphaLemming
03/09/16 01:23 PM
4.04
66kB
@AlphaLemming
03/08/16 12:28 PM
4.03
65kB
@AlphaLemming
03/05/16 07:59 AM
4.02
65kB
@AlphaLemming
03/03/16 03:36 PM
4.01
65kB
@AlphaLemming
03/02/16 01:09 PM
4.00
63kB
@AlphaLemming
03/01/16 01:11 PM
4.00
208kB
@AlphaLemming
11/24/15 02:51 PM
3.06
207kB
@AlphaLemming
10/23/15 12:39 PM
3.05
207kB
@AlphaLemming
09/02/15 04:03 PM
3.04
217kB
@AlphaLemming
08/01/15 12:29 PM
3.03
300kB
@AlphaLemming
07/22/15 12:45 PM
3.02
300kB
@AlphaLemming
07/20/15 12:25 PM
3.01
300kB
@AlphaLemming
07/18/15 09:18 AM
3.00
300kB
@AlphaLemming
07/18/15 04:39 AM


Post A Reply Comment Options
Unread 06/15/16, 06:19 PM  
dorrino
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 203
Uploads: 10
Suggestion to add poisons to the item sets.

Hi there.

I have a rather obvious suggestion to add poisons to the itemsets slots. So your poisons will get equipped along with your other items.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 06/12/16, 07:13 AM  
bibik92

Forum posts: 2
File comments: 3
Uploads: 0
white texture

i have this white texture on the lower right side of my screen, someone has encountered the same problem? is related to alphagear. (i play eso in a 2k monitor).
Report comment to moderator  
Reply With Quote
Unread 06/10/16, 12:31 PM  
Coolio_Wolfus

Forum posts: 0
File comments: 28
Uploads: 0
Re: Re: Re: Poisoned LUA Code

Originally Posted by vx5va
While we wait for them to fix this awesome patch, you can put in a quick fix. It seems those two new poison slots are not accounted for in the addon so you can do this.

Note *: if you are not technical in any way, I recommend you back up the file first
  • In Explorer go to the Add-on folders for ESO. Usually something like C:\Users\<your user>\Documents\Elder Scrolls Online\live\AddOns\AlphaGear
  • Open up AlphaGear.lua in Notepad++ or your favorite plain text editor (not word or wordpad)
  • Go to the end of line 598
  • Press Enter (new line)
  • Type (or cut and paste) this: if slot > 12 then return end
  • Save the file
  • Reload the UI in ESO - easiest way is to type /reloadui in the chat box

Hope this helps
I changed line 598 to read:
Code:
if bag ~= BAG_WORN or slot == EQUIP_SLOT_COSTUME or slot > 12 then return end
But I have noticed that the 'Hand' slot is not showing quality colour or damage %, any way to fix that?
Report comment to moderator  
Reply With Quote
Unread 06/08/16, 07:36 PM  
vx5va

Forum posts: 2
File comments: 2
Uploads: 0
Re: Re: Poisoned LUA Code

Originally Posted by IcyDeadPeople
Originally Posted by Coolio_Wolfus
With increased lua max memory the error is:

user:/AddOns/AlphaGear/AlphaGear.lua:600: attempt to index a nil value
stack traceback:
user:/AddOns/AlphaGear/AlphaGear.lua:600: in function 'AG.UpdateCondition'

This error triggers whenever you add a poison, use one (1) unit up or it runs out.
Yes, I'm also having this issue if I attempt to use poisons. Alpha Gear is such a brilliant add-on - hands down my favorite. Any possibility it will be updated for Dark Brotherhood?
While we wait for them to fix this awesome patch, you can put in a quick fix. It seems those two new poison slots are not accounted for in the addon so you can do this.

Note *: if you are not technical in any way, I recommend you back up the file first
  • In Explorer go to the Add-on folders for ESO. Usually something like C:\Users\<your user>\Documents\Elder Scrolls Online\live\AddOns\AlphaGear
  • Open up AlphaGear.lua in Notepad++ or your favorite plain text editor (not word or wordpad)
  • Go to the end of line 598
  • Press Enter (new line)
  • Type (or cut and paste) this: if slot > 12 then return end
  • Save the file
  • Reload the UI in ESO - easiest way is to type /reloadui in the chat box

Hope this helps
Report comment to moderator  
Reply With Quote
Unread 06/07/16, 06:47 PM  
IcyDeadPeople

Forum posts: 0
File comments: 45
Uploads: 0
Re: Poisoned LUA Code

Originally Posted by Coolio_Wolfus
With increased lua max memory the error is:

user:/AddOns/AlphaGear/AlphaGear.lua:600: attempt to index a nil value
stack traceback:
user:/AddOns/AlphaGear/AlphaGear.lua:600: in function 'AG.UpdateCondition'

This error triggers whenever you add a poison, use one (1) unit up or it runs out.
Yes, I'm also having this issue if I attempt to use poisons. Alpha Gear is such a brilliant add-on - hands down my favorite. Any possibility it will be updated for Dark Brotherhood?
Report comment to moderator  
Reply With Quote
Unread 06/07/16, 03:43 PM  
Coolio_Wolfus

Forum posts: 0
File comments: 28
Uploads: 0
Exclamation Poisoned LUA Code

With increased lua max memory the error is:

user:/AddOns/AlphaGear/AlphaGear.lua:600: attempt to index a nil value
stack traceback:
user:/AddOns/AlphaGear/AlphaGear.lua:600: in function 'AG.UpdateCondition'

This error triggers whenever you add a poison, use one (1) unit up or it runs out.
Report comment to moderator  
Reply With Quote
Unread 06/06/16, 08:36 AM  
Mordef

Forum posts: 0
File comments: 6
Uploads: 0
Just a Tip while we waiting:

Install BugCatcher.
The bug-Screen is gone, only a message in the chat window and all works fine
Report comment to moderator  
Reply With Quote
Unread 06/05/16, 09:02 AM  
tfraley

Forum posts: 0
File comments: 14
Uploads: 0
Was hoping since this was an actively updating addon that we would have had an update on BH launch. It seems a staple of lots of people's addons.

Any eta?
Report comment to moderator  
Reply With Quote
Unread 06/05/16, 02:14 AM  
Mordef

Forum posts: 0
File comments: 6
Uploads: 0
Re: Mod broken with poisons equipped

Originally Posted by MK32
LUA error when using weapons equipped with poisons
Same here, hope update coming soon
Report comment to moderator  
Reply With Quote
Unread 06/02/16, 09:49 PM  
MK32

Forum posts: 0
File comments: 120
Uploads: 0
Mod broken with poisons equipped

LUA error when using weapons equipped with poisons
Report comment to moderator  
Reply With Quote
Unread 06/02/16, 08:26 AM  
tfraley

Forum posts: 0
File comments: 14
Uploads: 0
DarkBrotherHood update coming soon?

Is a DarkBrotherHood update coming soon?
Report comment to moderator  
Reply With Quote
Unread 05/26/16, 05:38 PM  
AoD

Forum posts: 0
File comments: 1
Uploads: 0
How come everytime I logoff my custom sets are gone, except for the first 3. And the addon's settings are reset?
Report comment to moderator  
Reply With Quote
Unread 05/25/16, 03:16 AM  
pumpkin

Forum posts: 0
File comments: 18
Uploads: 0
Hello,

haven't played for a while and .... wow, what an awesome upgrade to AlphaGear!

One question though: last time I used it, the AlphaGear icon disappeared unless I was using my character screen or anything that showed the menu on the top. That's not happening anymore. The icon is always visible which I find a bit annoying. Is that going to be changed, or is it there on purpose?
Report comment to moderator  
Reply With Quote
Unread 04/27/16, 09:56 PM  
MK32

Forum posts: 0
File comments: 120
Uploads: 0
Re: Re: White square at bottom right of screen

Originally Posted by Scootworks
Originally Posted by MK32
Originally Posted by @AlphaLemming
@MK32: This seems to be a missing texture. You can reset your shaders by deleting the "ShaderCache.cooked" in the live(eu) folder.

@THBronx/Cutholen: Thanks. Just click in the name-field, there you can rename it.

@Cutholen: Right, i fixed this for next version. Thanks.

@Archongamer: The buttons/message is currently not moveable.
After deleting cooked shader file and this mod and the saved variables file of this mod and reinstalling the most up to date version, the white square is still there with this mod and goes away if this mod is removed.

I am also getting the following error with the newest version when I use shift-click to copy what I have equipped into one of the save slots.

user:/AddOns/AlphaGear/AlphaGear.lua:704: attempt to index a nil value
stack traceback:
user:/AddOns/AlphaGear/AlphaGear.lua:704: in function 'AG.UpdateEditPanel'
user:/AddOns/AlphaGear/AlphaGear.lua:123: in function '(anonymous)'


Please help.

Edit: The white box appears to be an initialization error for the star button that says what set and skill you have equipped. This goes away after everything is set up. However, I still have the above error when I save equipped gear.
do you have that?
http://www.bilder-upload.eu/show.php...1459538735.png

if yes, deactivate: Show weapon change messages (i don't know the correct in english). it's the 6. from top.
Yes. That is it. I looked at the code. Apparently it is uninitialized until you do the first swap. The other error I have also appears to be an initialization error with a null value. I think it also goes away after things get going.
Report comment to moderator  
Reply With Quote
Unread 04/27/16, 09:36 PM  
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view AddOns

Forum posts: 312
File comments: 64
Uploads: 28
Re: White square at bottom right of screen

Originally Posted by MK32
Originally Posted by @AlphaLemming
@MK32: This seems to be a missing texture. You can reset your shaders by deleting the "ShaderCache.cooked" in the live(eu) folder.

@THBronx/Cutholen: Thanks. Just click in the name-field, there you can rename it.

@Cutholen: Right, i fixed this for next version. Thanks.

@Archongamer: The buttons/message is currently not moveable.
After deleting cooked shader file and this mod and the saved variables file of this mod and reinstalling the most up to date version, the white square is still there with this mod and goes away if this mod is removed.

I am also getting the following error with the newest version when I use shift-click to copy what I have equipped into one of the save slots.

user:/AddOns/AlphaGear/AlphaGear.lua:704: attempt to index a nil value
stack traceback:
user:/AddOns/AlphaGear/AlphaGear.lua:704: in function 'AG.UpdateEditPanel'
user:/AddOns/AlphaGear/AlphaGear.lua:123: in function '(anonymous)'


Please help.

Edit: The white box appears to be an initialization error for the star button that says what set and skill you have equipped. This goes away after everything is set up. However, I still have the above error when I save equipped gear.
do you have that?
http://www.bilder-upload.eu/show.php...1459538735.png

if yes, deactivate: Show weapon change messages (i don't know the correct in english). it's the 6. from top.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: