Gave AutoAttack from http://www.wowace.com/files/ another try yesterday to see if it really was a viable alternative, and for me it just doesn't seem to load at all.. I have it ticked in Addons in-game and it doesn't produce any errors, but it just doesn't seem to be loaded.. no sign of it in DeuceCommander and none of the switches i tried seemed to work (/aa, /autoattack, /aattack).
Any ideas whats going on with that?
There are no in-game commands for it, it just works.
Putting in the first request for a "retell" feature that allows you to type /rt to whisper the last person that you sent a tell to (handy when you find yourself in tell hell).
EDIT - *snicker* at your post count (sorry I felt obliged to do that).
Urban just send me a PM which i'd like to post here, well some part of it actually:
Quote from "Urban" »
Thanks a million!!! Now i understand why ACE addons are really pieces of art... It's the community that makes this happen!
I loved that sentence and it is so true. Since i use Ace mods and using this Forums, my UI has eveolved well, errors get fixed as soon as discovered, plenty of people on the IRC give nice answers to all us non-devs, make WoW a better experience (to compensate this, Blizzard gives us Lags and disconnects but we don't care since addons work fine :P )
Thanks for you skills, time and patience ;)
Moon
qft, this community is so awesome and i'm glad to be a part (albeit small) of it. :)
Piehole, BlackBird, I'm sorry but I will not be creating a horizontal version. Its just not intutive at all to how combat logs work. I will be giving options to resize and renumber just about everything, but thats further down the road.
:(
There is still hope yet! Waiting on the resizing options :)
Modified idChatTimestamps, my combat log is window 7 so I changed the hook to:
local idCFAddMessage = function(frame, text, red, green, blue, id)
local name = frame:GetName()
text = text or ''
red = red or ''
green = green or ''
blue = blue or ''
id = id or nil
if name == "ChatFrame7" then
text = string.format('%s [%s]', text, date("%I:%M:%S"))
else
text = string.format('[%s] %s', date("%I:%M:%S"), text)
end
idChatTimestamps.hook[name](frame, text, red, green, blue, id)
end
Also removed the white color coding on the timestamps, I prefer it to take on the color of the line.
Thanks alot :D
One more question: what did you mod about elkbuffbar?
0
There are no in-game commands for it, it just works.
0
autoattack is very nice, however there is no toggle on/off feature which can be annoying during cc-intensive fights.
0
If it is the former, screenies please! :D
0
Indeed, huge thanks to Pprovost
0
Putting in the first request for a "retell" feature that allows you to type /rt to whisper the last person that you sent a tell to (handy when you find yourself in tell hell).
EDIT - *snicker* at your post count (sorry I felt obliged to do that).
0
0
Downloading/testing now :)
0
Keep up the good work.
0
qft, this community is so awesome and i'm glad to be a part (albeit small) of it. :)
0
here ya go:
0
:(
There is still hope yet! Waiting on the resizing options :)
0
Agree completely, I'd love a horizontal option. There simply isn't room enough in my UI to fit in the vertical version.
0
haha
thanks for the new sig
0
Visor itself or coupled with Visor GUI is a nice replacement for DFM.
I'm not aware of any DART replacement except for XArt, which is most likely not what you're looking for (it only includes one bottom texture)
0
Thanks alot :D
One more question: what did you mod about elkbuffbar?