Elitist Jerks
Register
Blogs
Forums


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

Reply
 
LinkBack Thread Tools
Old 10/19/07, 11:23 PM   #166
Yessia
Don Flamenco
 
Yessia's Avatar
 
Blood Elf Death Knight
 
Mal'Ganis
Originally Posted by Taryenne View Post
Just to let you know, thats not Grid. It's a custom layout I made from RDX
Hmm interesting, oh well the addon he linked does what I wanted .

Offline
Reply With Quote
Old 10/23/07, 9:38 PM   #167
Vulpes
Glass Joe
 
Night Elf Warrior
 
Runetotem
Movable Grid

I have a quick question as I have been searching for this Grid functionality for a while now.

Is there a module for grid to make the people in your raid movable between groups? I am looking for a basic replication of the raid frame functionality of being able to move people.

Offline
Reply With Quote
Old 10/23/07, 9:51 PM   #168
SpiffyBuddha
Glass Joe
 
SpiffyBuddha's Avatar
 
Tauren Shaman
 
Lightbringer
Originally Posted by Maliva View Post
on a side note, GoA>WF :-P
PLEASE NO!!!! What is this world coming to?

Offline
Reply With Quote
Old 10/24/07, 4:44 AM   #169
Fulnir
Von Kaiser
 
Fulnir's Avatar
 
Blood Elf Priest
 
Mazrigos (EU)
Originally Posted by Vulpes View Post
I have a quick question as I have been searching for this Grid functionality for a while now.

Is there a module for grid to make the people in your raid movable between groups? I am looking for a basic replication of the raid frame functionality of being able to move people.
I searched for the same thing, only to find out that it isn't possible. I don't know the details, but the API (I don't know what this is :P) doesn't allow addons access to this feature.

Offline
Reply With Quote
Old 10/24/07, 3:24 PM   #170
dmzdmz
Glass Joe
 
Draenei Shaman
 
Skullcrusher
I cant get it to work

I cant get Grid to work properly... I have the latest version and everything, but when I join a BG or a raid group, it bugs or something happens.

For Example, it shows as if ppl were low health, but I already healed them so they are at full health, yet Grid still shows them low, or when ppl take dmg, it doesnt show on Grid. It shows them at full health. I heard something about the Refresh rate but i couldnt find anything about it, if you guys can help me out that'd be great.

Thanks.

Offline
Reply With Quote
Old 10/26/07, 9:33 PM   #171
galzohar
Bald Bull
 
Blood Elf Paladin
 
Darksorrow (EU)
ctra-style sorting

Is there any way to make grid sort same way ctra and the classic ui work, as in sort by class and also make it possible to move each class to its own place on the screen? I want something like:
warrior   hunter
warrior   hunter
warrior   hunter
mage      priest
mage      priest
mage      shaman
warlock   shaman
warlock   shaman
warlock
And when the group makeup changes to set it up appropriately.
Any way grid can do this?
If not, which raidframes are recommended? As Sraidframes is bugged as hell last time I checked, and x-perl is giving me shit when I try to move frames around as well as taking over my castbar.

Offline
Reply With Quote
Old 10/29/07, 6:59 AM   #172
Jerry
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
Originally Posted by galzohar View Post
Is there any way to make grid sort same way ctra and the classic ui work, as in sort by class and also make it possible to move each class to its own place on the screen?
Sort by class is possible, it is not possible to separate the Grid into several different parts (groups or classes). Think of Grid as "The Grid", if that's any help.


Originally Posted by galzohar View Post
I want something like:
warrior   hunter
warrior   hunter
warrior   hunter
mage      priest
mage      priest
mage      shaman
warlock   shaman
warlock   shaman
warlock
And when the group makeup changes to set it up appropriately.
Any way grid can do this?
Yes, it can.

Add the following to the GridLayoutLayouts.lua
GridLayout:AddLayout("My Layout", {
		[1] = {
			groupFilter = "1,2,3,4,5,6,7,8,WARRIOR,MAGE,WARLOCK",
			strictFiltering = true,
			groupBy = "CLASS",
			groupingOrder = "WARRIOR,MAGE,WARLOCK",
		},
		[2] = {
			groupFilter = "1,2,3,4,5,6,7,8,HUNTER,PRIEST,SHAMAN",
			strictFiltering = true,
			groupBy = "CLASS",
			groupingOrder = "HUNTER,PRIEST,SHAMAN",
		},
	})
Missing here are the 3 last classes, but you get the idea. Each entry corresponds to a column in the layout. the groupFilter controls which unit is shown, and groupingOrder their order.

Offline
Reply With Quote
Old 10/29/07, 7:08 AM   #173
Mokhtar
Piston Honda
 
Undead Priest
 
Dalaran (EU)
With the arrival of Feral druid / Prot pals the old layout Tanks + raid is outdated as only warrrior are counted as tanks, would it be possible to specifically assign names for tanks ? The only existing filters for layouts seem to be by group / class, any way to add specific names to that ?
Edit - this is actually easily done with current version via nameList filter in layouts

Last edited by Mokhtar : 10/29/07 at 7:16 AM.

Offline
Reply With Quote
Old 10/29/07, 8:01 AM   #174
Theros
Glass Joe
 
Blood Elf Paladin
 
Outland (EU)
Debuff stack

Is there any way to show how many stacks of a debuff a unit has? We're at Gurtogg Bloodboil and I would like to see how many stacks of Acidic Wound the tanks have in the Center Icon (and Blood Boil on the raid).

Offline
Reply With Quote
Old 10/30/07, 11:42 PM   #175
galzohar
Bald Bull
 
Blood Elf Paladin
 
Darksorrow (EU)
That's a nice way to sort it, problem is when you have 2 mages join and 2 hunters leave the raid you have to exit the game and edit the file again, no?

Offline
Reply With Quote
Old 10/31/07, 6:03 AM   #176
Jerry
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
Originally Posted by galzohar View Post
That's a nice way to sort it, problem is when you have 2 mages join and 2 hunters leave the raid you have to exit the game and edit the file again, no?
Why ? What kind of layout do you want exactly ? How do you think it should handle your example ?

Offline
Reply With Quote
Old 11/01/07, 6:38 PM   #177
Noressa
Soda Popinski
 
Noressa's Avatar
 
Noressa
Tauren Druid
 
No WoW Account
So, I read the thread and I'm either blind or missing something. How do you make Grid tell you more then the first 4 letters of a persons name?

Originally Posted by tiberion02 View Post
Guess I'm one of the girls

United States Offline
Reply With Quote
Old 11/02/07, 1:45 AM   #178
galzohar
Bald Bull
 
Blood Elf Paladin
 
Darksorrow (EU)
Say, for the example I showed, this setup would've been fine. But then the next raid (or in the middle of the current raid) you have 1 warrior 1 mage 4 shamans 5 priests and 4 hunters, and it gets all messed up with 5 people on the first column and 12 people on the 2nd.
I'm looking for something that would let me arrange the raid in 2-3 columns that would be as close to the same height as possible (depending on the class makeup in the raid).
With CTRA I just dragged the classes in a way that fitted them in 2-3 columns, and moved it every time the raid composition changed.
On a side note, it would be even better if you can put "tanks" as their own class based on their assignment.

Offline
Reply With Quote
Old 11/02/07, 5:43 AM   #179
alinna
Piston Honda
 
Human Priest
 
Silver Hand
Originally Posted by Noressa View Post
So, I read the thread and I'm either blind or missing something. How do you make Grid tell you more then the first 4 letters of a persons name?
Go to Grid -> Frame -> Center Text Length to set how many letters you want.

United States Offline
Reply With Quote
Old 11/05/07, 9:00 AM   #180
czokalapik
Von Kaiser
 
czokalapik's Avatar
 
Blood Elf Death Knight
 
Wildhammer (EU)
Originally Posted by Taryenne View Post
Just to let you know, thats not Grid. It's a custom layout I made from RDX
Is there any chance you can post this lay?

Offline
Reply With Quote
Reply

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

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
GRID - Seperation. Banelion User Interface and AddOns 11 06/17/08 10:09 PM
Grid-Related bug ? Rinced The Dung Heap 1 06/07/07 5:36 PM
Grid bugging Mimosa User Interface and AddOns 10 05/23/07 9:19 AM
Grid Problems. Banelion The Dung Heap 2 12/07/06 9:47 AM
HEY GUYS I AM TESTING NEW PROFILE FUNCTIONALITY IN THIS THREAD Boethius The Dung Heap 96 11/10/06 3:36 PM