Download
(1Kb)
Download
Updated: 08-09-11 03:38 PM
Pictures
File Info
Updated:08-09-11 03:38 PM
Created:01-31-11 08:14 AM
Downloads:4,064
Favorites:5
MD5:

Focus Tracker

Version: 1.0.3
by: Soulofsin_007 [More]

Adds text to screen that tracks focus. All config is edited through lua on lines 3 and 4.

Optional Files (0)


Post A Reply Comment Options
Unread 12-05-11, 01:28 PM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Thanks, I'll take a look at it and see what I can do.
Report comment to moderator  
Reply With Quote
Unread 12-04-11, 05:18 AM  
savaoth996
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
when i log in with my hunter i can see the focus number on the midle of my screen, i unlock it from the lua file but when i try to drag it i get this error message

Message: Interface\AddOns\FocusTracker\core.lua:50: attempt to call method 'StopMovingOrSizing' (a nil value)
Time: 12/04/11 13:13:32
Count: 1
Stack: Interface\AddOns\FocusTracker\core.lua:50: in function <Interface\AddOns\FocusTracker\core.lua:50>

Locals: (*temporary) = nil
(*temporary) = frame {
0 = <userdata>
}
(*temporary) = "attempt to call method 'StopMovingOrSizing' (a nil value)"


the only addon i use is tukui but i dont think it has something to do with it since i turned it off while getting the same error mesage

hope that helped

and btw thanks a lot for hearing the wishlist it owns to have one addon for all powers (Rage/Runic Power/Focus/Energy) simple and light
Report comment to moderator  
Reply With Quote
Unread 12-03-11, 02:24 PM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Could you possibly post an error report so I can see whats wrong? I currently don't have an active subscription, but I'd love to update it if you can give me an error report. Sure, I can add warrior rage/dk runic power easy enough.

Thanks
Report comment to moderator  
Reply With Quote
Unread 12-03-11, 06:41 AM  
savaoth996
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
its a nice addon and i hope you can update it soon for the new patch
but could i also ask if you could make it to support Warrior Rage and Death Knights Runic Power? (that would be awsome since i couldnt find anything similar for the other classes)
Last edited by savaoth996 : 12-03-11 at 06:42 AM.
Report comment to moderator  
Reply With Quote
Unread 09-22-11, 07:26 PM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Did they release 4.3 for the ptrs?
Report comment to moderator  
Reply With Quote
Unread 09-22-11, 11:22 AM  
Lunyra
A Deviate Faerie Dragon

Forum posts: 11
File comments: 51
Uploads: 0
Seems to be broken in 4.3.

Installed it and nothing shows when entering combat.
Report comment to moderator  
Reply With Quote
Unread 08-18-11, 03:29 PM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Originally posted by eros4tw
Is it difficult to add an anchor or the ability to move the addon in game by just clicking and dragging it around? I realize I can edit the location through the .lua, but...I just know so little about that stuff its very tedious.

Ive been looking for an addon that JUST shows focus, and this is the only one I have come across...would be nice if it was slightly more user friendly.
Open up the lua file and where it says
lua Code:
  1. RunicPercent_options = {
  2.     textsize = 22; --change scale
  3.     moveable = false; -- set movable
  4. };

Change it to

lua Code:
  1. RunicPercent_options = {
  2.     textsize = 22; --change scale
  3.     moveable = true; -- set movable
  4. };

and you will be able to drag it around.
Report comment to moderator  
Reply With Quote
Unread 08-18-11, 11:58 AM  
eros4tw
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is it difficult to add an anchor or the ability to move the addon in game by just clicking and dragging it around? I realize I can edit the location through the .lua, but...I just know so little about that stuff its very tedious.

Ive been looking for an addon that JUST shows focus, and this is the only one I have come across...would be nice if it was slightly more user friendly.
Report comment to moderator  
Reply With Quote
Unread 08-10-11, 03:41 AM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Originally posted by Nullified
Once I added back the "Local", it is hiding correctly. Thanks again!
No problem at all.

Soul
Report comment to moderator  
Reply With Quote
Unread 08-09-11, 08:08 PM  
Nullified
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Originally posted by Soulofsin_007
No problem, sorry about the error, I didn't even think about changing it back. I forgot I had taken out the local infront of frame. So now its hiding correctly?
Once I added back the "Local", it is hiding correctly. Thanks again!
Report comment to moderator  
Reply With Quote
Unread 08-09-11, 05:29 PM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Originally posted by Nullified
Thanks for the quick update! It wasn't working at first. It wasn't hidden in combat and if set to movable it would toss out an error
Code:
FocusTracker-1.0.0\core.lua:50: attempt to index global 'frame' (a nil value)
. so I looked at the old code and the new code and changed the new codes line that reads
Code:
frame = CreateFrame("Frame","Frame", WorldFrame)
back to

Code:
local frame = CreateFrame("Frame","Frame", WorldFrame)
and it works like a charm! Thanks again!!!
No problem, sorry about the error, I didn't even think about changing it back. I forgot I had taken out the local infront of frame. So now its hiding correctly?
Report comment to moderator  
Reply With Quote
Unread 08-09-11, 05:22 PM  
Nullified
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Originally posted by Soulofsin_007
Sure, I can add it.
Thanks for the quick update! It wasn't working at first. It wasn't hidden in combat and if set to movable it would toss out an error
Code:
FocusTracker-1.0.0\core.lua:50: attempt to index global 'frame' (a nil value)
. so I looked at the old code and the new code and changed the new codes line that reads
Code:
frame = CreateFrame("Frame","Frame", WorldFrame)
back to

Code:
local frame = CreateFrame("Frame","Frame", WorldFrame)
and it works like a charm! Thanks again!!!
Last edited by Nullified : 08-09-11 at 05:23 PM.
Report comment to moderator  
Reply With Quote
Unread 08-08-11, 04:12 AM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Sure, I can add it.
Report comment to moderator  
Reply With Quote
Unread 08-07-11, 12:03 PM  
Nullified
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Show with an enemy target or in combat only

is there something I can add to the lua to make it show only when I have an enemy target or only when I'm in combat. Thanks.
Report comment to moderator  
Reply With Quote
Unread 02-05-11, 05:00 PM  
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 107
Uploads: 11
Ok, been busy with other things, I'll try to bang it sometime tonight or tomorrow.
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.