Is there a way....

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

Apex
decaying skeleton
decaying skeleton
Posts: 3
Joined: Sun Oct 20, 2002 11:12 am

Is there a way....

Post by Apex » Sun Oct 20, 2002 11:14 am

...to deactivate some of MQs innate commands or even better rebind them. Seeing as /who is currently somewhat screwed and I need it working, I was wondering if I could just rebind the MQ version of it to /mqwho or something similar.

Edit: Nevermind, found it in the eqlib.cpp, the only way would probably be to edit it there then rebuild the wohle program.

eq_freak
a ghoul
a ghoul
Posts: 105
Joined: Mon Jun 24, 2002 7:17 am

Post by eq_freak » Sun Oct 20, 2002 5:56 pm

ctrl+w gives you the standard /who I think, havent tried recently.

Apex
decaying skeleton
decaying skeleton
Posts: 3
Joined: Sun Oct 20, 2002 11:12 am

Post by Apex » Sun Oct 20, 2002 6:11 pm

Well call me a retard this worked, thank you: :).

Any way to invoke this in a macro?

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

Post by ap50 » Sun Oct 20, 2002 6:50 pm

Code: Select all

|   oldwho.mac
|   'old' /who as a macro

sub main
      /sendkey down ctrl
      /press w
      /sendkey up ctrl
/return
Then just /alias /oldwho /macro oldwho

And only because you insist.. You're a retard :twisted:
[color=yellow][size=92][b]Just because you're paranoid, it doesn't mean everyone isn't out to get you![/b][/size][/color]

kazan
a lesser mummy
a lesser mummy
Posts: 36
Joined: Wed Sep 04, 2002 6:56 pm

Post by kazan » Sun Oct 20, 2002 10:23 pm

/filter macros none