Download
(8 Kb)
Download
Updated: 04/09/15 03:50 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Update 5 (1.5.2)
Update 4 (1.4.3)
Update 3 (1.3.3)
Veteran Crypt of Hearts (1.2.3)
Craglorn (1.1)
Live (1.0)
Updated:04/09/15 03:50 PM
Created:06/03/14 11:46 AM
Monthly downloads:78
Total downloads:32,072
Favorites:39
MD5:
Categories:Discontinued & Outdated, Action Bar Mods, Combat Mods
Save Skill Builds  Popular! (More than 5000 hits)
Version: 1.6.3
by: Edda [More]
Save Skill Builds (SSB)

This is an addon I made for myself meant to replace Wyykyd's Outfitter. It doesn't save your Gear builds - it is only meant for skill builds.

Now works with 1.6

1.6 features

● Use /ssb addkb to add 5 new keybinds. The maximum is set to 50. Don't forget to reload your UI with /reloadui.

● Two new keybinds have been added. Now you can scroll up and scroll down your builds. Bind it to your mouse wheel or whichever key you like. The scroll list will only contain builds you loaded in the current game session.

Features

- Save unlimited number of skill builds
- Load skill builds at will
- 10+ customizable keybinds to quickload builds
- Save/load both your skill bars at once !

How-to

There is no UI for this addon so everything happens with the command line.

How to save/load/bind a build :

/ssb save [buildName] : saves your current build with name [buildName] and an auto-generated ID.
/ssb load [buildNameOrId] : loads a build based on name or ID
/ssb bind [bindId] [buildNameOrId] : binds keybind #1 to #10+ to saved build [buildNameOrId] (see the Control settings menu under SSB Quickload).

After using '/ssb save' or '/ssb load' you will be prompted to switch your weapons set (if you are lvl 15+) to save or load your secondary skill bar.

To list all your saved builds IDs and names use '/ssb list'.

Example :

/ssb save MyCoolBuild
/ssb load MyCoolBuild
/ssb bind 1 MyCoolBuild

Known issues

NOTE : The addon doesn't follow morphed skills !! If one of your skills in a saved build got morped, you must then load the build, equip your morphed skill (if not already) and overwrite the build with '/ssb save [buildNameOrId].

Complete command-line

'/ssb help' or '/ssb ?' : displays available commands in-game
'/ssb save [buildName]' : saves a build to [buildName]
'/ssb s' : alias for 'save'
'/ssb load [buildNameOrId]' : loads build with name or ID [buildNameOrId]
'/ssb l' : alias for 'load'
'/ssb list' : lists all your builds with Name and ID
'/ssb show [buildNameOrId]' : displays a detailed view of build with name or ID [buildNameOrId]
'/ssb bind [bindId] [buildNameOrId]' : binds the [bindId] hotkey with build [buildNameOrId]
'/ssb bindings' : lists all your bindings
'/ssb b' : alias for 'bind'
'/ssb delete [buildNameOrId]' : deletes build with name or ID [buildNameOrId]
'/ssb d' : alias for 'delete'
'/ssb clear' : !! clears all your builds !!

Credits

Thanks to Wykkyd for a few code hints and his skill dictionnary + McGuffin for the texture dictionnary.

Thanks to Tonyleila to testing my add-on while offline
Optional Files (0)


Archived Files (16)
File Name
Version
Size
Uploader
Date
1.6.3
8kB
Edda
04/03/15 07:03 AM
1.6.2
7kB
Edda
04/02/15 03:40 PM
1.6.2
7kB
Edda
04/02/15 03:02 PM
1.6
6kB
Edda
03/29/15 07:50 AM
1.60
6kB
Edda
03/28/15 05:44 PM
1.20
6kB
Edda
11/17/14 04:42 AM
1.20
6kB
Edda
09/01/14 03:53 AM
1.18
5kB
Edda
08/09/14 08:54 AM
1.18
5kB
Edda
06/24/14 04:13 AM
1.16
5kB
Edda
06/17/14 08:32 AM
1.15
5kB
Edda
06/06/14 12:44 PM
1.1
5kB
Edda
06/04/14 01:48 PM
1
5kB
Edda
06/04/14 07:55 AM
1
5kB
Edda
06/03/14 02:17 PM
1
5kB
Edda
06/03/14 01:14 PM
1
5kB
Edda
06/03/14 11:46 AM


Post A Reply Comment Options
Unread 06/17/14, 08:25 AM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Let me upload the fix will be easier

*edit* fix uploaded. If this doesn't work I can do another fix. Please let me know.
Last edited by Edda : 06/17/14 at 08:33 AM.
Report comment to moderator  
Reply With Quote
Unread 06/17/14, 07:26 AM  
ALILUYA

Forum posts: 0
File comments: 10
Uploads: 0
Re: Re: Help

Originally Posted by Edda
Originally Posted by ALILUYA
Hello, folder 'RuEso' this folder partial game localization into Russian is also the addition made by Russian fans of the game, I understand that it interferes with your plugin to work? How do I find a solution to the problem?
Change line 122 :

Lua Code:
  1. if string.lower(buildData["friendlyName"]) == string.lower(buildName) then

with :

Lua Code:
  1. if string.lower(buildData["friendlyName"]) == string.lower(tostring(buildName)) then

Tell me if it works.
Please tell me where exactly to use that code, I don't understand programming.
Report comment to moderator  
Reply With Quote
Unread 06/17/14, 02:42 AM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Re: Help

Originally Posted by ALILUYA
Hello, folder 'RuEso' this folder partial game localization into Russian is also the addition made by Russian fans of the game, I understand that it interferes with your plugin to work? How do I find a solution to the problem?
Change line 122 :

Lua Code:
  1. if string.lower(buildData["friendlyName"]) == string.lower(buildName) then

with :

Lua Code:
  1. if string.lower(buildData["friendlyName"]) == string.lower(tostring(buildName)) then

Tell me if it works.
Report comment to moderator  
Reply With Quote
Unread 06/17/14, 01:12 AM  
ALILUYA

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

Hello, folder 'RuEso' this folder partial game localization into Russian is also the addition made by Russian fans of the game, I understand that it interferes with your plugin to work? How do I find a solution to the problem?
Report comment to moderator  
Reply With Quote
Unread 06/16/14, 11:44 AM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Re: Help

Originally Posted by ALILUYA
Hello, I did everything as you wrote, the problem remained.
When changing weapons window display
Hmm OK I see what the error is You have got a 'RuEso' folder in your 'AddOns' folder with a 'global.lua' file that overwrites the global function 'string.lower' so the function doesn't work anymore for 'nil' strings.

Can you tell me what this file/folder is doing here ?? If you can't delete it I can patch my addon.
Report comment to moderator  
Reply With Quote
Unread 06/16/14, 07:25 AM  
ALILUYA

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

Hello, I did everything as you wrote, the problem remained.
When changing weapons window display
Report comment to moderator  
Reply With Quote
Unread 06/14/14, 06:47 AM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Please do the following :

1. Delete the SSB.lua in SavedVariables
2. Delete the SSB folder in AddOns
3. Redownload SSB
4. Reinstall SSB

Now, the problem is, im pretty sure, russian characters So, when trying to save a build PLEASE USE COMMON ENGLISH CHARACTERS. For example do :

/ssb save 'myBuild1'

with no russian characters then switch weapons and it should work.

To keybind the build do /ssb bind 1-2-3-4-5 'myBuild1'.

Please try this and tell me if it works.
Report comment to moderator  
Reply With Quote
Unread 06/14/14, 01:55 AM  
ALILUYA

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

Hello, I have difficulty to configure the add-on and get an error when the request switch weapons ..




Please help me with the installation and binding to the keys , I have difficulty with the language .
Last edited by ALILUYA : 06/14/14 at 02:06 AM.
Report comment to moderator  
Reply With Quote
Unread 06/09/14, 07:09 AM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Originally Posted by missing_sock
Oh sh-, yeah I kind of.. missed that. Sorry for stupid question.. I thought it was all supposed to be done in command lines.

<- Returning to noob mode, my default mode. This add-on officially rocks! Thanks
Hehe np, thx
Report comment to moderator  
Reply With Quote
Unread 06/08/14, 02:54 PM  
missing_sock

Forum posts: 0
File comments: 3
Uploads: 0
Oh sh-, yeah I kind of.. missed that. Sorry for stupid question.. I thought it was all supposed to be done in command lines.

<- Returning to noob mode, my default mode. This add-on officially rocks! Thanks
Report comment to moderator  
Reply With Quote
Unread 06/08/14, 01:30 PM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Originally Posted by missing_sock
Hi, thanks for a great add-on! Using it a lot. However, Im having issues binding the sets to keys, is it really so that you have to use nrs 1-5 to bind? At least thats what the addon tells me when I want to bind set 1 to F1. Not a very big issue writing the simple commands, but it gets clunky in the middle of or on the way to combat. Since im so accustomed to casting with 1-5 by now, Im not changing these binds. This addon would be perfect if you could assign any keys. Regards
I am not sure I fully understand you You can bind ANY key as keybinds. In the Controls settings menu you can assign any key to quickload 1 to 5.

For example you can assign the key 'P' to the 'Load build #1' keybind. Then you do '/ssb bind 1 [yourBuild]' and then can quickload the build by pressing 'P' (just as an example).

What exactly are you trying to do ?

And by the way, the game RESTRICTS changing any action slot while you are in combat, so the addon reflects this.
Last edited by Edda : 06/08/14 at 01:31 PM.
Report comment to moderator  
Reply With Quote
Unread 06/08/14, 09:37 AM  
missing_sock

Forum posts: 0
File comments: 3
Uploads: 0
Hi, thanks for a great add-on! Using it a lot. However, Im having issues binding the sets to keys, is it really so that you have to use nrs 1-5 to bind? At least thats what the addon tells me when I want to bind set 1 to F1. Not a very big issue writing the simple commands, but it gets clunky in the middle of or on the way to combat. Since im so accustomed to casting with 1-5 by now, Im not changing these binds. This addon would be perfect if you could assign any keys. Regards
Report comment to moderator  
Reply With Quote
Unread 06/06/14, 12:36 PM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Originally Posted by Knackfrosch
Hi, many thanks for your Addon.
This is the one I was looking for - and therefore I have uninstalled Outfitter.

BUT - there is an issue: keybindings will only work with an english Client.
The reason is <Layer name="General"> in bindings.xml
In my german client I have to change it in "Allgemein".
I know there is a general solution, but I could not tell you the exact way.
Haha I guess it works on the french client too because 'General' is 'General' in french too I am using the US client but the other french dude said he is on the french client but didn't complain about that....

I'll go dig some other addons see what kind of bindings they did here. Thanks for pointing that out

**edit** Tested and fixed. Credits to Wyykyd
Last edited by Edda : 06/06/14 at 12:45 PM.
Report comment to moderator  
Reply With Quote
Unread 06/06/14, 08:25 AM  
Knackfrosch

Forum posts: 0
File comments: 6
Uploads: 0
Hi, many thanks for your Addon.
This is the one I was looking for - and therefore I have uninstalled Outfitter.

BUT - there is an issue: keybindings will only work with an english Client.
The reason is <Layer name="General"> in bindings.xml
In my german client I have to change it in "Allgemein".
I know there is a general solution, but I could not tell you the exact way.
Report comment to moderator  
Reply With Quote
Unread 06/04/14, 01:51 PM  
Edda
 
Edda's Avatar
AddOn Author - Click to view AddOns

Forum posts: 60
File comments: 132
Uploads: 4
Okay made a small update to the addon. Not really new features just a blocker when trying to quickload while in comabat. Nothing else should have changed could you keep me up on bugs found if any ? Thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: