Results: 111Comments by: Soren
File: JS' Hunter Bar01-23-11
Looking for testers for alpha versions.
Posted By: Soren
Looking for a couple people to serve as testers - look over changes and supply constructive criticism of any alpha releases. (Notice, these people may need to delete the config settings in the WTF directory. Again, this is Alpha version testing. PM me here or www.transcended.us. First people I receive messages from will be sent th...
File: JS' Hunter Bar01-19-11
Originally posted by Soren Not cu...
Posted By: Soren
Originally posted by Soren Not currently, but I can add this as an option. That bar shows your mark for focus required to cast your main shot. Kind of useful. There is now, though.
File: JS' Hunter Bar01-17-11
Originally posted by baigura Hell...
Posted By: Soren
Originally posted by baigura Hello Perfect addon, simple and well coded. Is there a way to remove the small sparkling bar? (on the left of focus number) http://s.wowinterface.com/preview/pvw47681_thumb.jpg Not currently, but I can add this as an option. That bar shows your mark for focus required to cast your main shot....
File: OmniCC01-16-11
Code permission.
Posted By: Soren
I have a hunter bar addon that I am adding in code to update timer text on a cooldown timer for freezing trap / wyvern sting expiration timers. I am currently using tukui myself, but my addon is stand-alone and tukui includes a stripped down version of omnicc. If someone uses omni/ nc/ tukui, this functionality is passed down t...
File: JS' Hunter Bar01-06-11
Originally posted by Fuggle I've...
Posted By: Soren
Originally posted by Fuggle I've been looking for a simple focus and auto shot tracking mod for a while and this is perfect. However I don't want any of the ability cooldowns around it to be shown. I've tried editing out the spells in the LUA file but this seems to break it entirely (I'm not a programmer but I do have a basic id...
File: JS' Hunter Bar01-05-11
FYI: CC tracking is being tested no...
Posted By: Soren
FYI: CC tracking is being tested now. Next release will have support for tracking your trap expiration times on mobs, and Wyvern Sting as well. Tranq info will be in soon too, letting you know if something was dispelled (as suggested for PvP purposes as well as PVE). Also and Enrage notification for certain mobs (which I'll n...
File: JS' Hunter Bar01-04-11
Methyl, thanks again, already poste...
Posted By: Soren
Methyl, thanks again, already posted a maintenance release to fix this. Surprised I didn't notice that and the 3 variables I had to give unique names.
File: JS' Hunter Bar01-04-11
Originally posted by Methyl I cam...
Posted By: Soren
Originally posted by Methyl I came across an error, but i fixed it. The error was that I am using using startip and trying out JS hunter focus bar, while using both i go this error: 1x StarTip_Bars-1.0\Bars.lua:179: attempt to index local 'bar' (a nil value) JSHunterFocusBar-40000.1.52\core.lua:626: in function
File: JS' Hunter Bar12-26-10
Re: no CD count
Posted By: Soren
Originally posted by sethyeseth How do i remove the cooldown tracker and simply keep the focus watcher bar? Edit the config.lua: = true, -- color according to class default or false to use your own colors via "barcolor" = true, -- color according to class default or false to use your own colors via "predictionbarc...
File: JS' Hunter Bar12-18-10
Originally posted by Chigerian I...
Posted By: Soren
Originally posted by Chigerian I like this addon, just wondering how would I go about changing the font and bar texture though the config? Bar texture is in the config.lua now, there are 2 options (look near the bottom). You define the NAME of the texture in the config options (just match up the names). If you want a texture...
File: RicoMiniMap12-20-06
Mail indicator flag.
Posted By: Soren
The mail indicator flag is overlapping battleground queue icon. I just edited the LUA to shift it over a bit and solved the problem, but it would be nice to have it coded in so that automatic pullls from the SVN have the fix too. ---start--- MiniMapMailFrame:ClearAllPoints() MiniMapMailFrame:SetPoint("TOPRIGHT", -70, -132) ---...