A forum for feature requests/discussions and user submitted patches that improve MQ2
Moderator: MacroQuest Developers
-
azwildfire
- Contributing Member

- Posts: 72
- Joined: Fri Jul 05, 2002 5:12 am
- Location: Phoenix arizona
-
Contact:
Post
by azwildfire » Fri Nov 07, 2003 2:33 pm
would love to be able to pass MQ variables to a UI. like $target(level) in the target box so i can see the level of what i am fighting...
could also add race and class to the target window and know all the goodies

-
Falco72
- a hill giant

- Posts: 215
- Joined: Fri Sep 26, 2003 3:24 am
Post
by Falco72 » Fri Nov 07, 2003 2:56 pm
Will it not be easier to simply make an hotbutton with
You will get all the info you need.
-
azwildfire
- Contributing Member

- Posts: 72
- Joined: Fri Jul 05, 2002 5:12 am
- Location: Phoenix arizona
-
Contact:
Post
by azwildfire » Fri Nov 07, 2003 3:13 pm
well DUH
but you cant tell me it woudnt be nice to see it up on the screen withouth having ot type /whotarget every time
i know HOW to get the info... but would be fun to have it in the UI ... some of us like GUI's

-
Trixz
- a lesser mummy

- Posts: 35
- Joined: Mon Apr 21, 2003 8:18 am
Post
by Trixz » Fri Nov 07, 2003 3:26 pm
Strong bad (
http://www.homestarrunner.com) once said "Your computer is too much computer and not enough typewriter." This doesn't really have much to do with anything... just always wanted an excuse to quote Strong bad
Anyway I think most people would rather the devs spend their time working on new features that we don't currently have as opposed to putting the current features into a gui that not everyone would use. I could be wrong though.
-
pooz
- a lesser mummy

- Posts: 44
- Joined: Fri Jun 27, 2003 1:01 pm
Post
by pooz » Fri Nov 07, 2003 3:52 pm
I would love to see $target(level) in my target box. A most excellent idea.
Maybe I'll play with MQ a bit tonight and see if I can break it enough.
trees do not need much money
-
MacroFiend
- a grimling bloodguard

- Posts: 662
- Joined: Mon Jul 28, 2003 2:47 am
Post
by MacroFiend » Fri Nov 07, 2003 3:55 pm
Being able to manipulate windows is something that the devs (Lax and Plazmic especially) have been toying with (see item info windows and the new MQChat window) but having them be customizable has not really been looked in to very far yet.
Another thing to note is that each window that we would want to manipulate would have to be detoured. This could make things harder on patch days as there might be a new offset (if each type of window has to have an offset of its own). Until we find a way to access all the windows via pointers from a root manager like the chat manager.
It is a great idea for future expansion but likely requires a lot deeper mapping of EQ (which means a lot more places for things to go wrong)
-
Teh_ish
- UI Guru
- Posts: 168
- Joined: Wed Nov 05, 2003 12:18 am
Post
by Teh_ish » Fri Nov 07, 2003 6:10 pm
I'm going to start working on a way to add a level message to consider. Will just put "A_Small_Rat_00 is level 1" or something in your MQchat window.
-
FlashG
- Contributing Member

- Posts: 104
- Joined: Thu Jul 11, 2002 6:38 pm
Post
by FlashG » Fri Nov 07, 2003 8:55 pm
MAYBE the new (and improved) MQ chat window can spawn a child window with its own handle. So /echo would send the text to the chat window or any specified MQ window. In this case a window placed very near/or on top of the targetwindow that the macro sends level and vital NPC info to.
FlashG