Download
(6 Kb)
Download
Updated: 06/01/14 10:22 AM
Pictures
File Info
Compatibility:
Craglorn (1.1)
Updated:06/01/14 10:22 AM
Created:05/26/14 07:11 PM
Monthly downloads:153
Total downloads:37,922
Favorites:130
MD5:
Categories:Discontinued & Outdated, Casting Bars, Cooldowns
SWAPS - Swap Skills v2.1  Popular! (More than 5000 hits)
Version: 2.1
by: hulksmash [More]
Swap Skills 2.1

ENGLISH
--------------------------------------------------------------------
By: @HulkSmashWarrior


This AddOn allows you to save and manage your action bars into presets. You can manage all your presets via the Skills Window. Save time and countless hours by toggling between Tank modes, DPS modes, PVP setups, Healing, AOE Builds, etc. You name it!


Saving a Preset:
After you setup your action bar, click on the New Preset icon located in the top right. Give your preset a name, select an icon, and hit save. Your action bar skills will be saved into a preset and you can be loaded onto your hotbar anytime. (Must be out of combat)

NEW! You can now save an unlimited number of Presets

Loading a Preset:
To load a preset of skills you made, open your Skills Window, scroll through the list of presets until you find the one you want. Click the Preset Name and you are all set.

Key Bindings
NEW! Bind presets to your favorite keyboard shortcut command.

Edit/update a Preset:
Click the settings icon next to the Preset Name. You can change the name, icon, and refresh the skill abilities to import your current hotbar.


For more features, please donate!
Version 2.1
-- Fixed issue with Preset Settings panel on triple monitors. Settings panel now anchors to Skill Window instead of center of game
-- Corrected minor spelling issues


Version 2.0
-- Now able to make an unlimited number of presets. Multiple presets can be selected by scrolling up and down.
-- Added key bindings. First 5 presets can be bound in Key Bindings found in the Main Menu Settings
-- Added feature to set Icons to Preset Names for quick selections
-- Added a settings panel for individual presets

For more features and if you want like to see version 3.0 please donate
Archived Files (2)
File Name
Version
Size
Uploader
Date
2
6kB
hulksmash
05/31/14 11:43 PM
1
3kB
hulksmash
05/26/14 07:11 PM


Post A Reply Comment Options
Unread 04/29/16, 11:07 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Re: Fire Ring (Inferno Staff) not recognized.

Originally Posted by Vorys-Pontifex
Thanks for fixing. Needed to establish AOE bars.
Please use http://www.esoui.com/downloads/info9...Continued.html instead of this one.
Report comment to moderator  
Reply With Quote
Unread 04/29/16, 05:46 AM  
Vorys-Pontifex

Forum posts: 0
File comments: 8
Uploads: 0
Fire Ring (Inferno Staff) not recognized.

Thanks for fixing. Needed to establish AOE bars.
Report comment to moderator  
Reply With Quote
Unread 07/29/15, 12:51 AM  
radicalb21

Forum posts: 0
File comments: 12
Uploads: 0
PTS Imperial City Patch 2.1

Sets aren't saving on logout.
Report comment to moderator  
Reply With Quote
Unread 03/19/15, 06:26 AM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by Razzak
Any chance of updating this great add-on with more slots for presets? 5 is ok for now, but would not hurt if there were more.
Try this version, it has 10 keybinds:
swaps-2.3.0.zip
Report comment to moderator  
Reply With Quote
Unread 03/19/15, 05:36 AM  
Razzak

Forum posts: 1
File comments: 21
Uploads: 0
Any chance of updating this great add-on with more slots for presets? 5 is ok for now, but would not hurt if there were more.
Report comment to moderator  
Reply With Quote
Unread 03/05/15, 09:35 AM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
Update 6

Last edited by dopiate : 04/16/15 at 07:36 PM.
Report comment to moderator  
Reply With Quote
Unread 03/05/15, 07:37 AM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
Yes shortly

Originally Posted by OSean980
Any chance for an update? I find this addon better than others of its kind, and more responsive. It's not fun to see it die.
patience - there will be a fixed version today.

-d
Report comment to moderator  
Reply With Quote
Unread 01/17/15, 12:01 AM  
OSean980

Forum posts: 15
File comments: 127
Uploads: 0
Any chance for an update? I find this addon better than others of its kind, and more responsive. It's not fun to see it die.
Report comment to moderator  
Reply With Quote
Unread 11/04/14, 06:50 PM  
THBronx

Forum posts: 0
File comments: 22
Uploads: 0
Any update for update 5?
Thx.
Report comment to moderator  
Reply With Quote
Unread 09/29/14, 08:44 AM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
I have often wanted more keybindings within Swap Skills so I finally added 4 more. Here is how I did it:

In bindings.xml I added 4 more actions:
Code:
      <Action name="SWAPS_BUTTON_6">
        <Down>swaps.MacroButton(6)</Down>
      </Action>
      <Action name="SWAPS_BUTTON_7">
        <Down>swaps.MacroButton(7)</Down>
      </Action>
      <Action name="SWAPS_BUTTON_8">
        <Down>swaps.MacroButton(8)</Down>
      </Action>
      <Action name="SWAPS_BUTTON_9">
        <Down>swaps.MacroButton(9)</Down>
      </Action>
In swaps.min.lua I appended the following to the very end of the minimized lua code:
Code:
ZO_CreateStringId("SI_BINDING_NAME_SWAPS_BUTTON_6","Load Sixth Preset")
ZO_CreateStringId("SI_BINDING_NAME_SWAPS_BUTTON_7","Load Seventh Preset")
ZO_CreateStringId("SI_BINDING_NAME_SWAPS_BUTTON_8","Load Eighth Preset")
ZO_CreateStringId("SI_BINDING_NAME_SWAPS_BUTTON_9","Load Ninth Preset")
If you want to keep it consistant you can remove the line breaks between each of these last few lines but not necessary.

A /reloadui and you now have more keybindings and they allow you to swap out up to 9 skill profiles now. Enjoy.
Report comment to moderator  
Reply With Quote
Unread 08/10/14, 04:25 PM  
Enodoc
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 158
Uploads: 6
Icons?

One of the available icons appears to be an Alliance War rank icon. Does anyone know where that can be found in the data files? I've been trying to extract the icons as png, but the Alliance War rank icons are a set I haven't managed to locate yet. Thanks!
Report comment to moderator  
Reply With Quote
Unread 08/02/14, 09:23 PM  
Faustus
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 38
Uploads: 1
Executioner in 2H is bugged too. For some reason it shows up as passive with the icon of "controlled fury", so then when you swap to it, says "can't equip skill here" or something.
Last edited by Faustus : 08/02/14 at 09:43 PM.
Report comment to moderator  
Reply With Quote
Unread 07/01/14, 01:14 AM  
Skynetqwork

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by hexodus18
A (temporary) fix for :
Originally Posted by Everyone
it would be awsome if you could fix the problem with the destruction staff skills please.
et al
1: Save skillset to a profile (including broken skill)
2: Swap to alternate weapon (NOT! Destro Staff) and, load the previous profile
3: Put the 'broken' Destro Skill (in its vanilla form) on the bar and save it
4: Swap back to destro staff and load the profile :viola:

p.s would it be possible to include some hotkeys maybe 3-5 for just changing the ultimate ability ?
for example a healer having 3 different possible ulti reqs for a single skillset alone, occupies most of
the skillset binds. this is something that i think would make this addon the ultimate skill addon!
temp fix is working, many thanks
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 08:10 PM  
hexodus18
 
hexodus18's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
A (temporary) fix for :
Originally Posted by Everyone
it would be awsome if you could fix the problem with the destruction staff skills please.
et al
1: Save skillset to a profile (including broken skill)
2: Swap to alternate weapon (NOT! Destro Staff) and, load the previous profile
3: Put the 'broken' Destro Skill (in its vanilla form) on the bar and save it
4: Swap back to destro staff and load the profile :viola:

p.s would it be possible to include some hotkeys maybe 3-5 for just changing the ultimate ability ?
for example a healer having 3 different possible ulti reqs for a single skillset alone, occupies most of
the skillset binds. this is something that i think would make this addon the ultimate skill addon!
Last edited by hexodus18 : 06/30/14 at 08:11 PM.
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 04:26 AM  
Skynetqwork

Forum posts: 0
File comments: 2
Uploads: 0
Hi,

it would be awsome if you could fix the problem with the destruction staff skills please.

I like this Addon a lot, great job so far



ps: i play with the german client
have exact the same problem (german client)...
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.