Page 2 of 5
Posted: Fri Nov 22, 2002 3:19 pm
by rizwank
thats ... interesting...
Cant you just get it manually from the Alt-R dialog in newui?
Posted: Fri Nov 22, 2002 3:56 pm
by morannon
it doesnt dump it in a log file.
we are a DKP based guild, and its a pain in the ass to make lists of people on raids etc.
/raidlist
generating output like
[MacroQuest] Raid attendee: XXXXXX
Means, with grep my life is much simpler !
Posted: Fri Nov 22, 2002 4:05 pm
by rizwank
ah.
/who would work for now...
Posted: Sat Nov 23, 2002 8:18 am
by morannon
/who only gets people in the current zone - no good if people are dead =)
/who all, gets well, everyone - no good if people are in trader mode in bazaar =)
/who is what I use atm, but thats a pain to make sure you get everyone.
Posted: Sun Nov 24, 2002 8:06 pm
by rizwank
/who corpse might help...
Posted: Sun Nov 24, 2002 11:54 pm
by L124RD
Salutations,
Code: Select all
|--- raidlist.mac
sub main
/alert clear 1
/alert add 1 any L124RD
/alert add 1 any rizwank
/alert add 1 any Plazoo
/who alert 1
/return
?
Posted: Mon Nov 25, 2002 9:18 am
by morannon
Well, I suppsoe that'd work if I was to put all the raiding chars in the guild in it... but then it would need updating when ppl join / leave etc.
Ill just feedback ingame for the command i think =)
Posted: Fri Nov 29, 2002 10:38 pm
by L124RD
Salutations,
/who GUILD
isn't that a command?
Posted: Thu Dec 05, 2002 5:49 am
by ap50
Would it be possible to implement a range on the radius. eg.
we have /target npc range 46 50 to select mobs between those two level ranges, could we have
/target npc radius 150 300 to select only mobs that are between 150 and 300 clicks away ?
Macro Variable Display
Posted: Wed Dec 18, 2002 2:01 am
by SingleServing
I would like to see a nice debug utility to be able to display variable values during run time in a seperate window.
Along with any other debug type utilities.
Maybe a /mouseto <window name>
Along with a /mouseto <up,down,left,right> <value>
moving the mouse up 10 pixels or left 10 etc
oh any update on /click in new UI? I'm anxious
Posted: Wed Dec 18, 2002 9:39 am
by L124RD
Salutations,
window name?
just use the click stuff... you'll be fine... as for your updown thing...
should move your mouse to the right ten, down ten... its in the readme... enjoy[/code]
Posted: Wed Dec 18, 2002 8:58 pm
by SingleServing
L124RD wrote:Salutations,
window name?
just use the click stuff...
you'll be fine... as for your updown thing...
should move your mouse to the right ten, down ten... its in the readme... enjoy
No, I'm thinking more along the lines of the New UI, /mouseto guildchat /mouseto spamwindow /mouseto Main /mouseto SpellGems, maybe the top left corner of that window.
A nice idea being that you can rename many of your windows in the new ui.
Odd that + would move the mouse down 10, will have to test that. I would have thought right 10 up 10 /shrug
Thanks for the information I didn't catch the
(+|- make it relative)
for some reason

Posted: Wed Dec 18, 2002 9:39 pm
by L124RD
Salutations,
new UI click support isn't yet enabled, and it isn't because we can't get the points from the ini, (I think thats what you're suggesting) it's that we cannot click ontop of the panels, we click only under them... as for why it goes down, it is because the top left corner is 0,0 and the bottom right (for example) is 800,600 so adding 10/10 would mean it goes to the right 10, down 10... It is the standard for most systems which use pixel locations...
/who raid
Posted: Thu Dec 26, 2002 1:54 pm
by Juji
I also use MQ for keeping track of Raid attendance and our roster information(class,level,race). I think it would be beneficial to be able to do this with a /who raid instead of /who.
I agree it isn't too much work to filter out those who are in the zone who aren't on the raid. But would be nice.
is it possible to even do a /who raid ? And also, exclude pets and familiars from the list as well as structure the query by class and level.
I know you can get most of the same information from /who or /who guild, but sometimes we are in a zone where 2 or 3 raids are going on, and we have 6 applicants raiding with us, and in raid channel, but not in guild.
Thanks, Juji
Posted: Thu Dec 26, 2002 2:56 pm
by L124RD
Salutations,
isn't there something like this with PoP? just wonderin'