Download
(33 Kb)
Download
Updated: 10/19/14 03:30 PM
Pictures
File Info
Compatibility:
Update 4 (1.4.3)
Updated:10/19/14 03:30 PM
Created:10/11/14 11:41 AM
Monthly downloads:13
Total downloads:6,889
Favorites:21
MD5:
Joviex's Addon Settings Transfer (for Update 4)  Popular! (More than 5000 hits)
Version: 14.07.03.1d
by: Harbonah [More]
patched for Update 4

changed API version

edited line 804 (816 after LAM2 upgrade) in jovAST.lua by Garkin suggestion
from:
Lua Code:
  1. if char ~= "$AccountWide" then
to:
Lua Code:
  1. if type(char) == "string" and char ~= "$AccountWide" then

upgraded LAM from 1.0 to 2.0
Archived Files (2)
File Name
Version
Size
Uploader
Date
14.07.03.1c
14kB
Harbonah
10/11/14 03:45 PM
14.07.03.1b
14kB
10/11/14 11:41 AM


Post A Reply Comment Options
Unread 10/11/14, 03:06 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Addon still says that it is out of date. Change APIVersion in .txt file to 100009.

By the way is there any reason for the change in code? You can use both text:len() and string.len(text) with the same result.
Report comment to moderator  
Reply With Quote
Unread 10/11/14, 03:50 PM  
Harbonah
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 16
Uploads: 2
Ohh i forget to update the API version :/

I not really know lua, but with the original line, the addon give me always an error when I want to open its window.
"attempt to index a number value"
Report comment to moderator  
Reply With Quote
Unread 10/11/14, 05:31 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by Harbonah
Ohh i forget to update the API version :/

I not really know lua, but with the original line, the addon give me always an error when I want to open its window.
"attempt to index a number value"
Ah I see. Described UI error is caused by non-standard structure of saved variables used in some addons. I believe that best solution would be check if the detected character name is a string (and not a number) in the JOV_AST:Refresh() function.
Line 804:
Lua Code:
  1. if char ~= "$AccountWide" then
change to:
Lua Code:
  1. if type(char) == "string" and char ~= "$AccountWide" then
Report comment to moderator  
Reply With Quote
Unread 10/22/14, 12:37 PM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
I don't know what to say... It's so brilliant to see this addon in function again ^^.

I may suggest that if there is way to do exactly the same with the key mapping, it could be sososo awesome.
Report comment to moderator  
Reply With Quote
Unread 10/22/14, 12:52 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by Eldorhaan
I don't know what to say... It's so brilliant to see this addon in function again ^^.

I may suggest that if there is way to do exactly the same with the key mapping, it could be sososo awesome.
If you want to copy keybindings, try Binder addon.
Last edited by Garkin : 10/22/14 at 01:12 PM.
Report comment to moderator  
Reply With Quote
Unread 10/22/14, 11:34 PM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
Originally Posted by Garkin
Originally Posted by Eldorhaan
I don't know what to say... It's so brilliant to see this addon in function again ^^.

I may suggest that if there is way to do exactly the same with the key mapping, it could be sososo awesome.
If you want to copy keybindings, try Binder addon.
Garkin, I don't want to say that but you are my Hero ^^
Report comment to moderator  
Reply With Quote
Unread 11/13/14, 12:43 AM  
BigMons
 
BigMons's Avatar

Forum posts: 38
File comments: 178
Uploads: 0
Question Update 5?

Anyone know if this will work with update 5? I'm sure there are a lot of new settings with the updated api, just wondering if this will still copy setting for addons updated for 1.5. I'll go ahead and try it anyway. Hopefully it won't fubar my settings. I'll backup everything first.
Report comment to moderator  
Reply With Quote
Unread 11/13/14, 01:54 AM  
Cerulean2013

Forum posts: 25
File comments: 57
Uploads: 0
Re: Update 5?

Originally Posted by BigMons
Anyone know if this will work with update 5? I'm sure there are a lot of new settings with the updated api, just wondering if this will still copy setting for addons updated for 1.5. I'll go ahead and try it anyway. Hopefully it won't fubar my settings. I'll backup everything first.
I have used this since update 1.5 and it has worked fine.
Report comment to moderator  
Reply With Quote
Unread 11/25/14, 04:28 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
to disable startup message

line 513 in jovAST.lua
comment it like that

Code:
	--zo_callLater(function() d(" |cFFD300Loaded|r |cAD66D5Joviex's|r |cEEDDEEAddon Settings Manager|r. |cEE4332/jovast|r |cEEDDEEto toggle|r") end, 300)
Report comment to moderator  
Reply With Quote
Unread 12/22/14, 03:44 PM  
Joviex
 
Joviex's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 110
Uploads: 3
Interesting

Nice update.

I wish you would have told me sooner so I could use it myself. doh.
Report comment to moderator  
Reply With Quote
Unread 03/06/15, 10:54 AM  
BlackKnight6667

Forum posts: 2
File comments: 18
Uploads: 0
Still working in update 6

Add-on still works in Update 6, wish it could get a code update to make it not be an "outdated" addon..
Report comment to moderator  
Reply With Quote
Unread 03/10/15, 09:31 AM  
Garbrac

Forum posts: 0
File comments: 1
Uploads: 0
Re: Still working in update 6

Originally Posted by BlackKnight6667
Add-on still works in Update 6, wish it could get a code update to make it not be an "outdated" addon..
To fix this, open the jovAST.txt file located in the Addon directory. Change the API version to 100011 and it'll no longer be a outdated version
Report comment to moderator  
Reply With Quote
Unread 04/06/15, 05:57 PM  
Treadpool
You Said Member
 
Treadpool's Avatar

Forum posts: 17
File comments: 49
Uploads: 0
When I delete characters, they still show up on the list in /jovast - is there a way to remove them?
Report comment to moderator  
Reply With Quote
Unread 04/26/15, 03:09 PM  
Amevil801

Forum posts: 26
File comments: 31
Uploads: 0
I installed this addon and it lists every single character I ever created since the game was first released. And some I had never heard of. Is there a way to show only current characters?

Also shows me a list of every single addon I had ever installed. But I think I fixed that by deleting the info in AddOnSettings.txt.

Hmm... Still having both the above issues.

Last edited by Amevil801 : 04/26/15 at 03:41 PM.
Report comment to moderator  
Reply With Quote
Unread 04/26/15, 03:30 PM  
Phinix
 
Phinix's Avatar
AddOn Author - Click to view AddOns

Forum posts: 186
File comments: 1784
Uploads: 32
Originally Posted by Treadpool
When I delete characters, they still show up on the list in /jovast - is there a way to remove them?
Originally Posted by Amevil801
I installed this addon and it lists every single character I ever created since the game was first released. And some I had never heard of. Is there a way to show only current characters?
Right-click any character in the "Transfer To" section (the right side list) and choose "Remove Settings." You will see a confirmation dialogue, and if you say yes your UI will auto-reload and that character will be removed from the list.

Also, the UI error this addon causes on loading can be safely ignored until it gets updated.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: