Download
(4 Kb)
Download
Updated: 02/26/20 06:52 AM
Compatibility:
Harrowstorm (5.3.5)
Dragonhold (5.2.5)
Scalebreaker (5.1.5)
Elsweyr (5.0.5)
Updated:02/26/20 06:52 AM
Created:08/21/19 12:19 PM
Monthly downloads:65
Total downloads:6,820
Favorites:20
MD5:
Categories:Miscellaneous, Utility Mods
AutoRidingTraining  Popular! (More than 5000 hits)
Version: 0.6.0
by: Myzael [More]
Description
Automatically trains riding skills when talking to a stablemaster.

The default priority for maxing out the skills is:
  1. speed
  2. capacity
  3. stamina

Did this in order to save a bit of my time while training riding skills of all my 8 alts.

Supported languages are: de (tested), en, fr, ru and jp. Feel free to get in touch if it is not working for your language.

Commands
Show status with
Code:
/art
Change the settings mode
Code:
/art use account settings
/art use character settings
Change the training order for the currently active settings mode
Code:
/art set order speed,stamina,capacity
Pick whatever order suites you the best.

See also
If you need a graphical interface and some more custom rules, checkout the RidingSchool addon.
Changelog

0.6.0
  • Bump API version to 100030 (Harrowstorm)

0.5.0
  • Add Russian language support; Thanks @grimuars

0.4.0
  • Add Japanese language support; Thanks @Calamath

0.3.0
  • Bump API version to 100029 (Dragonhold)

0.2.1
  • Fix a bug that caused that stamina was not trained

0.2.0
  • Remove debug output
  • Enable separate skill training orders for individual characters
  • Add command line interface to change the settings mode
  • Add command line interface to change the training order

0.1
  • Initial release
Archived Files (7)
File Name
Version
Size
Uploader
Date
0.5.0
4kB
Myzael
11/21/19 07:26 AM
0.4.0
4kB
Myzael
11/16/19 07:52 AM
0.3.0
4kB
Myzael
10/26/19 08:13 AM
0.3.0
3kB
Myzael
10/21/19 11:37 AM
0.2.1
4kB
Myzael
08/23/19 12:08 AM
0.2.0
4kB
Myzael
08/22/19 02:08 PM
0.1
3kB
Myzael
08/21/19 12:19 PM


Post A Reply Comment Options
Unread 11/21/19, 07:26 AM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Originally Posted by grimuars
Hello!

String for russian language (ru.lua):

Code:
SafeAddString(ART_STABLE_MASTER_CAPTION, "Хозяин конюшни", 1)
Thanks I've integrated it.
Report comment to moderator  
Reply With Quote
Unread 11/20/19, 08:10 PM  
grimuars

Forum posts: 0
File comments: 1
Uploads: 0
Hello!

String for russian language (ru.lua):

Code:
SafeAddString(ART_STABLE_MASTER_CAPTION, "Хозяин конюшни", 1)
Last edited by grimuars : 11/20/19 at 08:11 PM.
Report comment to moderator  
Reply With Quote
Unread 11/16/19, 07:48 AM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Thumbs up Re: Japanese language file

Originally Posted by Calamath
Hello, This is Calamath. Thank you for the great add-on. This may not be what you want, but this is a Japanese language file (jp.lua) for you. It works fine.

Code:
SafeAddString(ART_STABLE_MASTER_CAPTION, "親方", 1)
Thanks I will integrate it!
Report comment to moderator  
Reply With Quote
Unread 11/14/19, 04:08 PM  
Calamath
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 220
Uploads: 7
Japanese language file

Hello, This is Calamath. Thank you for the great add-on. This may not be what you want, but this is a Japanese language file (jp.lua) for you. It works fine.

Code:
SafeAddString(ART_STABLE_MASTER_CAPTION, "親方", 1)
Report comment to moderator  
Reply With Quote
Unread 10/26/19, 08:14 AM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Re: Needs a folder

Originally Posted by Brettelectric
Hey, great addon, but when you use Minion to download and install it, it doesn't work, because there's a folder missing. Most addons have a second folder within the folder that is created by extraction, does that make sense?
I've just pushed a new .zip that contains the sub directory. I am sorry for that.
Report comment to moderator  
Reply With Quote
Unread 10/25/19, 01:47 PM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Re: Needs a folder

Originally Posted by Brettelectric
Hey, great addon, but when you use Minion to download and install it, it doesn't work, because there's a folder missing. Most addons have a second folder within the folder that is created by extraction, does that make sense?
Thanks for letting me know, tomorrow I will have a look at it.
Report comment to moderator  
Reply With Quote
Unread 10/24/19, 03:15 AM  
Brettelectric

Forum posts: 0
File comments: 26
Uploads: 0
Needs a folder

Hey, great addon, but when you use Minion to download and install it, it doesn't work, because there's a folder missing. Most addons have a second folder within the folder that is created by extraction, does that make sense?
Report comment to moderator  
Reply With Quote
Unread 09/14/19, 07:45 AM  
Beezenees

Forum posts: 0
File comments: 9
Uploads: 0
Great helper addon, thank you for publishing it
Report comment to moderator  
Reply With Quote
Unread 08/23/19, 09:38 AM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Originally Posted by Baertram
Thanks for the addon.
Please change the german translation to uppercase "Stallmeister".
btw: You could also simply use the build in name for the stable master instead of re-translating it again.
e.g. GetString(SI_STABLE_STABLES_TAB) -> Riding trainer

You'll find translated text "constants" in this file (starting with SI_):
https://github.com/esoui/esoui/blob/...tedstrings.lua

Use the function GetString(SI_...) to get the translated text. You can use e.g.
/script d(GetString(SI_...))
to return the text in the chat or use ZGOO for it.
The SI_STABLE_STABLES_TAB is not the correct one.
Sadly there is no constant that represents the unit caption for the stable master.

In the translation files it doesn't change anything to use a capitalized word because the addon will turn everything to lowercase anyways.
Report comment to moderator  
Reply With Quote
Unread 08/23/19, 06:13 AM  
daimon
Premium Member
 
daimon's Avatar
Premium Member

Forum posts: 13
File comments: 159
Uploads: 0
Originally Posted by Myzael
Thanks for your reply. I've added a rudimentary command line interface to change the order and the settings mode with the latest version 0.2.0.
Cool! Excellent functionality. Thanks a lot
Report comment to moderator  
Reply With Quote
Unread 08/23/19, 05:17 AM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Originally Posted by Baertram
Thanks for the addon.
Please change the german translation to uppercase "Stallmeister".
btw: You could also simply use the build in name for the stable master instead of re-translating it again.
e.g. GetString(SI_STABLE_STABLES_TAB) -> Riding trainer

You'll find translated text "constants" in this file (starting with SI_):
https://github.com/esoui/esoui/blob/...tedstrings.lua

Use the function GetString(SI_...) to get the translated text. You can use e.g.
/script d(GetString(SI_...))
to return the text in the chat or use ZGOO for it.
Very very helpful advise, thanks a lot!

Will change it once I am home from work.
Report comment to moderator  
Reply With Quote
Unread 08/23/19, 02:59 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5990
Uploads: 78
Thanks for the addon.
Please change the german translation to uppercase "Stallmeister".
btw: You could also simply use the build in name for the stable master instead of re-translating it again.
e.g. GetString(SI_STABLE_STABLES_TAB) -> Riding trainer

You'll find translated text "constants" in this file (starting with SI_):
https://github.com/esoui/esoui/blob/...tedstrings.lua

Use the function GetString(SI_...) to get the translated text. You can use e.g.
/script d(GetString(SI_...))
to return the text in the chat or use ZGOO for it.
Report comment to moderator  
Reply With Quote
Unread 08/23/19, 12:02 AM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Originally Posted by Shadowfen
It looks as though it will fail to train up Stamina properly as in
Code:
	local statsMapped = {
		[RIDING_TRAIN_SPEED] = {speedBonus, maxSpeedBonus},
		[RIDING_TRAIN_CARRYING_CAPACITY] = {inventoryBonus, maxInventoryBonus},
		[RIDING_TRAIN_STAMINA] = {inventoryBonus, maxInventoryBonus},
the last line (line 56) should probably be
Code:
	        [RIDING_TRAIN_STAMINA] = {staminaBonus, maxStaminaBonus},
Nice addon though!
Dang! Yes ofc! Will fix it by today.
Report comment to moderator  
Reply With Quote
Unread 08/22/19, 10:06 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 750
Uploads: 15
It looks as though it will fail to train up Stamina properly as in
Code:
	local statsMapped = {
		[RIDING_TRAIN_SPEED] = {speedBonus, maxSpeedBonus},
		[RIDING_TRAIN_CARRYING_CAPACITY] = {inventoryBonus, maxInventoryBonus},
		[RIDING_TRAIN_STAMINA] = {inventoryBonus, maxInventoryBonus},
the last line (line 56) should probably be
Code:
	        [RIDING_TRAIN_STAMINA] = {staminaBonus, maxStaminaBonus},
Nice addon though!
Report comment to moderator  
Reply With Quote
Unread 08/22/19, 02:10 PM  
Myzael
 
Myzael's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Originally Posted by daimon
Handy little addon. When I was leveling my multiple toons I always forgot which on I was supposed to pick.

And in that regard it would be great if you could pick the priority per toon.

For the toons I play I always skill up riding first, then stamina then capacity.

For my mules the capacity first obviously as they don't go "out in the wilds"

Cheers, thanks for the addon
Thanks for your reply. I've added a rudimentary command line interface to change the order and the settings mode with the latest version 0.2.0.
Last edited by Myzael : 08/22/19 at 02:10 PM.
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.