Feature requests...

A forum for feature requests/discussions and user submitted patches that improve MQ2

Moderator: MacroQuest Developers

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Fri Nov 22, 2002 3:19 pm

thats ... interesting...

Cant you just get it manually from the Alt-R dialog in newui?
#macroquest op
Macroquest Official Documentarion
Macroquest Board Moderator
All around cool guy

[img]http://medicomuerte.users.btopenworld.com/images/fairy_bounce08.gif[/img]

morannon
a lesser mummy
a lesser mummy
Posts: 57
Joined: Sun Nov 03, 2002 3:50 pm

Post by morannon » Fri Nov 22, 2002 3:56 pm

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 !

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Fri Nov 22, 2002 4:05 pm

ah.

/who would work for now...
#macroquest op
Macroquest Official Documentarion
Macroquest Board Moderator
All around cool guy

[img]http://medicomuerte.users.btopenworld.com/images/fairy_bounce08.gif[/img]

morannon
a lesser mummy
a lesser mummy
Posts: 57
Joined: Sun Nov 03, 2002 3:50 pm

Post by morannon » Sat Nov 23, 2002 8:18 am

/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.

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Sun Nov 24, 2002 8:06 pm

/who corpse might help...
#macroquest op
Macroquest Official Documentarion
Macroquest Board Moderator
All around cool guy

[img]http://medicomuerte.users.btopenworld.com/images/fairy_bounce08.gif[/img]

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Sun Nov 24, 2002 11:54 pm

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
?

morannon
a lesser mummy
a lesser mummy
Posts: 57
Joined: Sun Nov 03, 2002 3:50 pm

Post by morannon » Mon Nov 25, 2002 9:18 am

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 =)

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Fri Nov 29, 2002 10:38 pm

Salutations,
/who GUILD
isn't that a command?

User avatar
ap50
a snow griffon
a snow griffon
Posts: 425
Joined: Sun Aug 18, 2002 2:29 pm

Post by ap50 » Thu Dec 05, 2002 5:49 am

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 ?
[color=yellow][size=92][b]Just because you're paranoid, it doesn't mean everyone isn't out to get you![/b][/size][/color]

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Macro Variable Display

Post by SingleServing » Wed Dec 18, 2002 2:01 am

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

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Wed Dec 18, 2002 9:39 am

Salutations,
window name?

Code: Select all

/mouseto auto
just use the click stuff... you'll be fine... as for your updown thing...

Code: Select all

/mouseto +,+ 10 10
should move your mouse to the right ten, down ten... its in the readme... enjoy[/code]

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Post by SingleServing » Wed Dec 18, 2002 8:58 pm

L124RD wrote:Salutations,
window name?

Code: Select all

/mouseto auto
just use the click stuff...


you'll be fine... as for your updown thing...

Code: Select all

/mouseto +,+ 10 10
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 :oops: :oops:

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Wed Dec 18, 2002 9:39 pm

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...

Juji
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Dec 26, 2002 1:43 pm

/who raid

Post by Juji » Thu Dec 26, 2002 1:54 pm

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

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Thu Dec 26, 2002 2:56 pm

Salutations,
isn't there something like this with PoP? just wonderin'