Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 12/08/08, 11:57 AM   #1666
Jawbone
Von Kaiser
 
Jawbone's Avatar
 
Blood Elf Paladin
 
Shadow Council
Originally Posted by Yonor View Post
ag-unitframes: i feel blindfolded but i cannot find the option (latest version) to activate portraits next to the unit frames (target, player, group etc pp). I also dont find any help on other web ressources (looks like im not the only one who has this question). Any help is highly appreciated & thanks in advance!
You have to enable "portraits" under the modules, and then you'll have the option to toggle it under the general options (per frame).

Jew Extraordinaire

Offline
Reply With Quote
Old 12/09/08, 1:25 PM   #1667
Chriz
Glass Joe
 
Chriz's Avatar
 
Human Paladin
 
Earthen Ring
SLDataText

I'm having an issue where the Clock function just turns itself off. Is this a known issue? Perhaps a couple mods crossing their lines and causing this glitch? Anyone else have this issue?

I've got the box to have it display in combat checked.

Offline
Reply With Quote
Old 12/13/08, 9:32 AM   #1668
xxunforgivenxx
Glass Joe
 
Human Paladin
 
Kil'Jaeden (EU)
I'm lookin a long time to find a Addon that shows me how long is BoL active,.. there are some mods who will show me this, bout only if i had a target/focus .. but i will see just a timer bar how long is my BoL active.

Offline
Reply With Quote
Old 12/14/08, 8:23 AM   #1669
Samurro
Von Kaiser
 
Undead Death Knight
 
Destromath (EU)
Hello,
iam using "Moveanything" because i like the standart ufs. My problem is, if i rearange for example the target of target frame, it is not directly there where i did put the frame. Same with the enemys cast bar.
Another problem is, how can i move the target debuff frame? Or is it locked with the unit frame itself?

Thanks for help in advance.

Offline
Reply With Quote
Old 12/16/08, 10:10 AM   #1670
fyritke
Glass Joe
 
fyritke's Avatar
 
Undead Warlock
 
Turalyon
I used to use Bongos2 for my minimap, and you could auto-hide the minimap until you moused over it. I'm currently using Chinchilla. I was wondering if that feature has finally been added without me noticing; I doubt it though. Is there some way I could do that on my own? I'm not opposed to having to make my own addon for it, I just don't know how to go about it.

Offline
Reply With Quote
Old 12/18/08, 10:52 AM   #1671
Aximous
Von Kaiser
 
Tauren Shaman
 
Jaedenar (EU)
Anyone has any ideas about how to make a mount-macro to use the ground mount in dalaran, wintergrasp etc, since using
[noflyable] Amani War Bear
[flyable] Red Drake
gives me the error that you can't use that here so it's trying to use the drake while it should use the ground mount.

Offline
Reply With Quote
Old 12/18/08, 11:09 AM   #1672
coldbear
Piston Honda
 
coldbear's Avatar
 
Night Elf Druid
 
Ravenholdt
I abhor bloated frame-modification mods.
I love simple, lightweight frame MOVING mods, and currently use MoveAnything to get rid of some superfluous stuff, get the action bars down in the corner, get the player frame and target frame closer to the action etc.

And then I jump into a vehicle and it all goes to hell.

Or I jump out of a vehicle and THEN it all goes to hell.

/rl usually fixes it, but that's not all that good of an option in a lot of places.

Seems most frame-moving addons haven't been updated much since the few weeks after Wrath launched, so I'm kinda stuck here.

Q: Anyone know of a decently simple, lightweight and stable frame-moving addon that won't have huge problems when getting into or out of vehicles?


Offline
Reply With Quote
Old 12/18/08, 11:13 AM   #1673
coldbear
Piston Honda
 
coldbear's Avatar
 
Night Elf Druid
 
Ravenholdt
Originally Posted by Samurro View Post
Hello,
iam using "Moveanything" because i like the standart ufs. My problem is, if i rearange for example the target of target frame, it is not directly there where i did put the frame. Same with the enemys cast bar.
Another problem is, how can i move the target debuff frame? Or is it locked with the unit frame itself?

Thanks for help in advance.

Afaik the ToT is a bug issue with MoveAnything. I suggest modifying things as little as possible if you still want to keep using the mod, and make sure you have it on your Favourites list on WoWInterface so you get an email whenever it's updated. Enemy castbar issues may be similar, dunno.

Target debuff frame should be movable, just open up move anything and mouseover a target with debuffs to show the name of the frame, alt. search the lists of frames on wowwiki for what you need to move/resize.

Again, as few modifications as possible or you'll run into huge problems entering/exiting vehicles and more.


Offline
Reply With Quote
Old 12/18/08, 1:12 PM   #1674
 frmorrison
Protector
 
frmorrison's Avatar
 
Ashstrike
Human Paladin
 
No WoW Account
I was testing Gladius (arena frames mod) and while it worked, I was unable to move the frames by dragging the frames with my mouse. The options were set to unlocked.


I am guessing you have to hit a key + drag to move the frames.

United States Offline
Reply With Quote
Old 12/18/08, 3:43 PM   #1675
Jawbone
Von Kaiser
 
Jawbone's Avatar
 
Blood Elf Paladin
 
Shadow Council
Originally Posted by Aximous View Post
Anyone has any ideas about how to make a mount-macro to use the ground mount in dalaran, wintergrasp etc, since using
[noflyable] Amani War Bear
[flyable] Red Drake
gives me the error that you can't use that here so it's trying to use the drake while it should use the ground mount.
Use the following and replace X with the number of your ground mount, and Y the number with your flying mount. These numbers are the number counting from left to right along each row. 1-6, 7-12, etc, depending on how many pages of mounts you have.

You will be unable to use #showtooltip without a macro extender like SuperDuperMacro or the like because the script is 253/255 characters long, leaving just enough room for you to add your mounts.

/run C=CallCompanion if(not IsMounted())then if(((GetZoneText()=="Dalaran")and(GetSubZoneText()~="Krasus' Landing"))or(GetZoneText()=="Wintergrasp")or not IsFlyableArea()or IsModifierKeyDown())then C("MOUNT",X)else C("MOUNT",Y)end end
/dismount

Jew Extraordinaire

Offline
Reply With Quote
Old 12/18/08, 4:22 PM   #1676
coldbear
Piston Honda
 
coldbear's Avatar
 
Night Elf Druid
 
Ravenholdt
Originally Posted by frmorrison View Post
I was testing Gladius (arena frames mod) and while it worked, I was unable to move the frames by dragging the frames with my mouse. The options were set to unlocked.


I am guessing you have to hit a key + drag to move the frames.
Generally speaking most addons that require you to hold down a key to move frames will use the ALT key. Not that this necessarily applies to your issue. Can also try the comments and forum threads for that specific mod on WoWInterface or Curse, or the readme.txt if it's included with the mod. Just trying to help.


Offline
Reply With Quote
Old 12/19/08, 6:34 AM   #1677
Morgaliel
Glass Joe
 
Undead Warlock
 
Hyjal (EU)
Hi !

I am a healer using agunitframes + clique (among others). Something bothers me with my UI configuration. On my healthbar and my target's, i can see the incoming heals (whether they re mine or from other healers). But as i use clique i don t select my target for each heal and I need this information for the raid healthbars, and I cannot figure out the way to do it.

So is there a way to make this information available in aguf raid healthbars ? I ve looked it up but I m unable to find the way to do it.

++

France Offline
Reply With Quote
Old 12/19/08, 12:18 PM   #1678
coldbear
Piston Honda
 
coldbear's Avatar
 
Night Elf Druid
 
Ravenholdt
Originally Posted by Morgaliel View Post
Hi !

I am a healer using agunitframes + clique (among others). Something bothers me with my UI configuration. On my healthbar and my target's, i can see the incoming heals (whether they re mine or from other healers). But as i use clique i don t select my target for each heal and I need this information for the raid healthbars, and I cannot figure out the way to do it.

So is there a way to make this information available in aguf raid healthbars ? I ve looked it up but I m unable to find the way to do it.

++
Switching to Grid may gain you the functionality you seek.


Offline
Reply With Quote
Old 12/21/08, 5:43 AM   #1679
Holeman
Glass Joe
 
Blood Elf Paladin
 
Skullcrusher
http://img56.imageshack.us/img56/6431/uploadthislf3.jpg

I'm having a problem with one or more of my current addons. As you can see in the screenshot, the time left on the buffs in my party frame are going through the Examiner window and other mod/default windows. Also when I try to drag a frame over my party frame I'll freeze up for a bit (about 5 secs).

Another problem that I've been unable to remedy is the fact that I cannot make a focus frame w/ ag unitframes. Every time I attempt to set one I get an error saying that Ace3 was blocked from performing an action only the default ui can do, or something of that nature.

Any suggestions are appreciated.

Addons:
!BugGrabber
Quartz
oRA2
Ace3
Ag_Unitframes
Assister
Bartender4
Skinner
BigBrother
Bigwigs
Chinchilla
Decursive
Fubar
Ezicons
Examiner
eePanels
Grid + Instant Health
Talented
Atlasloot
Trinket Menu
Autobar
DoTimer
ClassTimer
ElkBuffBars
OneBag/Bank3
Recount
Parrot
Pallypower
OmniCC
Omen

Offline
Reply With Quote
Old 12/21/08, 8:25 PM   #1680
lazerpewpew
Don Flamenco
 
Undead Warrior
 
Frostwolf
I am using bartender4. For some reason, after I change stance (I play warrior), the hotkey texts on my main bar dissappear. Also every time when I log in, I need to open up the option page, click on hide hotkey (enable) then click on it again (disable), to have hotkeys appear on my bars.

How can I fix that? (So that the hotkey texts stay)

Visit my blog @ http://ataxian.blogspot.com

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Thread Tools