Elitist Jerks
Register
Blogs
Chat
Forums
New Posts


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

Welcome to Elitist Jerks
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
 
LinkBack (170) Thread Tools
Old 01/20/08, 2:33 PM   #226 (permalink)
Von Kaiser
 
Blood Elf Paladin
 
Stormscale
Originally Posted by Ragnor View Post
The GridLayoutForHealers plugin adds a bunch of extra layouts
None of which are what I'm looking for

Basically, I'm trying to get my grid to look something like this:

War Pld Pre Shm Wlk
War Hun Pre Shm Dru
War Hun Rog Shm Dru
Pld Pre Rog Wlk Mag
Pld Pre Shm Wlk Mag
 
User is offline.
Reply With Quote
Old 01/20/08, 2:55 PM   #227 (permalink)
Von Kaiser
 
Undead Priest
 
Dalaran (EU)
{
groupFilter = "WARRIOR,PALADIN,HUNTER,PRIEST,ROGUE,SHAMAN,WARLOCK,DRUID,MAGE",
groupBy = "CLASS",
maxColumn = 8,
unitsPerColumn = 5,
},

Something like this should do the trick. Except I'm not sure the class will appear in the order you mention... If it's not the case then you would have to resort to creating your own plugin and dynamically create a nameList-based group, similarly to what I do in GridDynamicLayout (but much simpler)
 
User is offline.
Reply With Quote
Old 01/23/08, 4:57 PM   #228 (permalink)
Glass Joe
 
Blood Elf Paladin
 
Destromath
Grid Anchor

It's been a while since I've used Grid, and having downloaded the most recent version I've been pleased with progress made from early versions.

I've been able to configure then exactly as I like, but for some reason the movement anchor isn't functioning. Am I missing something? I've unlcoked the frames on the menu but still can't seem to drag the frames to the desired spot on the screen. Any help would be appreciated.
 
User is offline.
Reply With Quote
Old 01/23/08, 5:30 PM   #229 (permalink)
Kills People With Kindness
 
NateDawg1021's Avatar
 
Draenei Shaman
 
Detheroc
Originally Posted by Quarantine View Post
It's been a while since I've used Grid, and having downloaded the most recent version I've been pleased with progress made from early versions.

I've been able to configure then exactly as I like, but for some reason the movement anchor isn't functioning. Am I missing something? I've unlcoked the frames on the menu but still can't seem to drag the frames to the desired spot on the screen. Any help would be appreciated.
I had that issue for awhile too, make sure you unlock it and try alt-clicking and dragging, grab just outside the frame, seemed like the middle top/bottom worked the best for me.

Hunter / Priest / Shaman
The only gamer in the US sponsored by Papa Johns™ and Coca-Cola™
MadskhealzV4: http://drop.io/madskhealz
 
User is offline.
Reply With Quote
Old 01/23/08, 7:17 PM   #230 (permalink)
Piston Honda
 
Blood Elf Hunter
 
Stonemaul
Originally Posted by Quarantine View Post
It's been a while since I've used Grid, and having downloaded the most recent version I've been pleased with progress made from early versions.

I've been able to configure then exactly as I like, but for some reason the movement anchor isn't functioning. Am I missing something? I've unlcoked the frames on the menu but still can't seem to drag the frames to the desired spot on the screen. Any help would be appreciated.
The draggable part of Grid is the border, not the unit frames (boxes?) themselves. If you've got the border hidden, you want to drag just outside the outermost row/column of frames.
 
User is offline.
Reply With Quote
Old 01/24/08, 4:46 AM   #231 (permalink)
Von Kaiser
 
Fulnir's Avatar
 
Blood Elf Priest
 
Mazrigos (EU)
Am I the only one who's having a problem with the new Class Colors not getting saved from session to session? I use a sort of turkish/green for shamen raid names and before the update which included pets with grid and custom class colors I used the mod Class Colors and it would overwrite the standard Blizzard Class Colors, thus making Grid show Shamans as Turkish/green as well. Now Grid has it's own Class color module, but everytime I login the changes reset and it's the same Dark blue color. All other changes I make get stored, so It's not a problem about not being able to write to the saved variables file.
 
User is offline.
Reply With Quote
Old 01/24/08, 6:47 AM   #232 (permalink)
ebj
Glass Joe
 
Troll Mage
 
Nordrassil (EU)
Im after something that im not quite sure is possible with just changing the "group layouts"...

Im after the following :

           Group 1
Group 2              Group 3
Group 4              Group 5
I guess you could do it with something like

GridLayout:AddLayout(L["StackedBox"], {
		[1] = {	groupFilter = "1", 
				maxColumns = "1",
				maxUnitsPerColumn = "5",
			  },
		[2] = {	groupFilter = "2,3",
				maxColumns = "1",
				maxUnitsPerColumn = "10",
			},
                    [3] = {	groupFilter = "4,5",
				maxColumns = "1",
				maxUnitsPerColumn = "10",
			},
	})
I havnt tested it yet, but im pretty sure the anchoring of the bars would be something like

Group 1
Group 2   Group 3
Group 4   Group 5
Anyone tested this / can tell me if my theory is wrong ? And know the answer to what im after...
 
User is offline.
Reply With Quote
Old 01/24/08, 6:52 AM   #233 (permalink)
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
Originally Posted by Fulnir View Post
Am I the only one who's having a problem with the new Class Colors not getting saved from session to session?
Fixed in r59285.

May I suggest that you post your bug reports on the Grid thread on the wowace forum ? It might get fixed even sooner :-)
 
User is offline.
Reply With Quote
Old 01/24/08, 7:00 AM   #234 (permalink)
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
Originally Posted by ebj View Post
Anyone tested this / can tell me if my theory is wrong ? And know the answer to what im after...
You're right. Grid won't easily center them.
 
User is offline.
Reply With Quote
Old 01/24/08, 7:06 AM   #235 (permalink)
Von Kaiser
 
Fulnir's Avatar
 
Blood Elf Priest
 
Mazrigos (EU)
Originally Posted by Jerry View Post
Fixed in r59285.

May I suggest that you post your bug reports on the Grid thread on the wowace forum ? It might get fixed even sooner :-)
I will

Couldn't get it at first through my WAU, but unchecking "skip SVN working copies" made me able to get it. Can someone please very fast explain what the setting "skip SVN working copies" does? It downloads versions which haven't been confirmed to work, or? Read the SVN wiki, but it seems it's more for uploading your addon to the server and doesn't tell me what I want to know.
 
User is offline.
Reply With Quote
Old 01/24/08, 7:12 AM   #236 (permalink)
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
"skip SVN copies" is an option for addon developper. WAU will not update addon which have a a subdirectory called ".svn", as it indicates that this addon is a working copy of a SVN repository.

You may have had difficulty getting the latest version as files.wowace.com (and thus WAU) is only updated every twenty minutes.
 
User is offline.
Reply With Quote
Old 01/24/08, 8:12 AM   #237 (permalink)
Von Kaiser
 
Fulnir's Avatar
 
Blood Elf Priest
 
Mazrigos (EU)
Originally Posted by Jerry View Post
"skip SVN copies" is an option for addon developper. WAU will not update addon which have a a subdirectory called ".svn", as it indicates that this addon is a working copy of a SVN repository.

You may have had difficulty getting the latest version as files.wowace.com (and thus WAU) is only updated every twenty minutes.
Thank you for clearing that up for me. Yeah, when I disabled SVN copies it said 10 mins since last update. Guess I was just a couple of minutes too fast and server hadn't updated it yet.
Thanks again.
 
User is offline.
Reply With Quote
Old 01/24/08, 11:48 AM   #238 (permalink)
Kills People With Kindness
 
NateDawg1021's Avatar
 
Draenei Shaman
 
Detheroc
How do I change the Alpha based on a players range from me.

So if people next to me (n range) are 100% visible, currently people not near me are 80% visible, I want it to be like 40% or something. ANd I still can't find where you change that Alpha at.

Hunter / Priest / Shaman
The only gamer in the US sponsored by Papa Johns™ and Coca-Cola™
MadskhealzV4: http://drop.io/madskhealz
 
User is offline.
Reply With Quote
Old 01/24/08, 12:59 PM   #239 (permalink)
boom boom
 
Episkey's Avatar
 
Human Paladin
 
Korgath
Originally Posted by NateDawg1021 View Post
How do I change the Alpha based on a players range from me.

So if people next to me (n range) are 100% visible, currently people not near me are 80% visible, I want it to be like 40% or something. ANd I still can't find where you change that Alpha at.
The way to set it is to go into the GridStausRange.lua file and edit it yourself. The code should look something like this:
color = { r = 1, g = 1, b = 1, a = 0.3 },
The a = x is the value for opacity(I set mine to 30%).
 
User is offline.
Reply With Quote
Old 01/24/08, 2:53 PM   #240 (permalink)
Von Kaiser
 
Undead Priest
 
Dalaran (EU)
Well you can do that...

Or you can simply go into the range status settings and edit the color, there is an alpha slider there.

Disclaimer : maybe it is not possible anymore, I haven't really checked the new Jerry-improved version of GridStatusRange
 
User is offline.
Reply With Quote
Old 01/25/08, 2:07 AM   #241 (permalink)
Von Kaiser
 
Dwarf Hunter
 
Argent Dawn
Tried searching for this but no dice....
Is there a way to have grid auto-size the frame to fit the raid size? eg. having the size be 15 for eots/ab and 40 for AV?
 
User is offline.
Reply With Quote
Old 01/25/08, 3:19 AM   #242 (permalink)
Piston Honda
 
Noraj's Avatar
 
Dwarf Paladin
 
Arygos
Originally Posted by yarikh View Post
Tried searching for this but no dice....
Is there a way to have grid auto-size the frame to fit the raid size? eg. having the size be 15 for eots/ab and 40 for AV?
Download the GridAutoResize plugin from WoWAce. There are two different plugins listed that do the same thing...just pick the one that works best for you.

"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
 
User is offline.
Reply With Quote
Old 01/25/08, 5:39 AM   #243 (permalink)
Von Kaiser
 
Tauren Shaman
 
Blackmoore (EU)
GridAutoFrameSize does that.

It works most of the time. It has problems when it tries to change the size during combat - then you have to manually change the size.
 
User is offline.
Reply With Quote
Old 01/28/08, 4:34 AM   #244 (permalink)
Glass Joe
 
Blood Elf Paladin
 
Destromath
Macros and Grid/Clique Healing Problem

Having installed Grid and customized it to my liking, I am having one problem: using macros with Clique.

I don't know if this is a problem specific to Grid or Clique or if it only happens when the two are used in conjunction: When I set a referenced macro into Clique like the following:

/cast Divine Illuminiation
/cast Flash of LIght (rank 7)

...I must first select the player in my party/raid that I wish to heal, rather than just <shift> clicking on the unitframe to cast the spell. It's not the end of the world, but I'd like to be able to just use a standard clique function with a macro without having to first change targets.

Any help would be appreciated.
 
User is offline.
Reply With Quote
Old 01/28/08, 5:15 AM   #245 (permalink)
Don Flamenco
 
Kirion's Avatar
 
Kirion
Tauren Shaman
 
Non-US/EU Server (EU)
Originally Posted by Quarantine View Post
Having installed Grid and customized it to my liking, I am having one problem: using macros with Clique.

I don't know if this is a problem specific to Grid or Clique or if it only happens when the two are used in conjunction: When I set a referenced macro into Clique like the following:

/cast Divine Illuminiation
/cast Flash of LIght (rank 7)

...I must first select the player in my party/raid that I wish to heal, rather than just <shift> clicking on the unitframe to cast the spell. It's not the end of the world, but I'd like to be able to just use a standard clique function with a macro without having to first change targets.

Any help would be appreciated.


Try

/cast Divine Illuminiation
/stopcating
/cast Flash of Light (rank 7)

42.
 
User is offline.
Reply With Quote
Old 01/28/08, 5:47 AM   #246 (permalink)
Banned
 
Night Elf Druid
 
Quel'Thalas (EU)
Is there a way to when I'm in a 5 man party Grid automatically load my Horizontal Group Layout for 5 Man and when I enter a raid he automatically loads the Vertical Setup with 25 man size and position it in a diferent place then the 5 man one too? :P

Maybe asking too much. :P
 
User is offline.
Reply With Quote
Old 01/28/08, 12:11 PM   #247 (permalink)
Glass Joe
 
Draenei Shaman
 
Doomhammer (EU)
I've got the same sort of question as Kreoss.

Been trying to create a custom layout for Grid.
I am experimenting with one horizontal bar for 25 man raiding and 10 man raiding and party's (5 man). I've got Grid set up on the lower part of my screen and when I join a group it starts building up the row from the left to eventually reach the right side of my screen. This all fits perfectly well.

Except I would like to make it horizontally centred. Eg I want the 10-man's to be in the middle of my screen and the 5-man setup aswell.

This might be to much to ask, I've used a similar setup in the past where I just reloaded my UI afterloading a 25 man or 10 man profile for Grid.

 
User is offline.
Reply With Quote
Old 01/28/08, 6:47 PM   #248 (permalink)
Von Kaiser
 
Tauren Shaman
 
Cho'gall
Originally Posted by Quarantine View Post
Having installed Grid and customized it to my liking, I am having one problem: using macros with Clique.

I don't know if this is a problem specific to Grid or Clique or if it only happens when the two are used in conjunction: When I set a referenced macro into Clique like the following:

/cast Divine Illuminiation
/cast Flash of LIght (rank 7)

...I must first select the player in my party/raid that I wish to heal, rather than just <shift> clicking on the unitframe to cast the spell. It's not the end of the world, but I'd like to be able to just use a standard clique function with a macro without having to first change targets.

Any help would be appreciated.
With the line, "/cast Flash of Light(Rank 7), the macro is casting normally, i.e. on yourself or the current friendly target.

/use [target=mouseover] Flash of Light(Rank 7)

will do what you want.
 
User is offline.
Reply With Quote
Old 01/29/08, 12:53 PM   #249 (permalink)
Glass Joe
 
Blood Elf Paladin
 
Destromath
Thanks Wraith! That macro worked.
 
User is offline.
Reply With Quote
Old 01/29/08, 1:22 PM   #250 (permalink)
Von Kaiser
 
Undead Priest
 
Dalaran (EU)
Originally Posted by Kreoss View Post
Is there a way to when I'm in a 5 man party Grid automatically load my Horizontal Group Layout for 5 Man and when I enter a raid he automatically loads the Vertical Setup with 25 man size and position it in a diferent place then th