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:45
Total downloads:6,924
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 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 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/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 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 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, 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/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/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, 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
Post A Reply



Category Jump: