Assign Non Drag-able Buttons to Hotkeys?

It Does What It Says on the Tin: Resolved Issues

Moderators: Moderator, Developer, DM

Post Reply
Eclypticon
Posts: 1009
Joined: Mon May 30, 2011 7:26 pm
Location: USA

Assign Non Drag-able Buttons to Hotkeys?

Unread post by Eclypticon »

I'm just curious if there is any way for me to get some of these in my hotkeys?

FollowOn, VoiceEntry, and PlayerScry would be really nice if we didn't have to click them with the mouse all the time. I might as well say all the tools.

I seem to vaguely remember some project that may have accomplished something like this. Is there a simple solution for this?
NegInfinity
Posts: 2449
Joined: Wed Feb 05, 2014 11:24 am

Re: Assign Non Drag-able Buttons to Hotkeys?

Unread post by NegInfinity »

With client extender it is possible to set macros to hotkeys. See client extender readme.

Code: Select all

/setmacro <Button Number> <Commands>           - Define a custom macro command
                                                 set to run when you press a
                                                 hotbar button.  More than one
                                                 command may be supplied,
                                                 delimited by semicolon
                                                 characters.  You may use the
                                                 /hotbar command, or any other
                                                 text commands (or even just
                                                 plain chat) from the macro
                                                 command list.

If the button you want have some sort of chat command associated with it, then you can use client extender. Otehrwise you're probably out of luck.
Eclypticon
Posts: 1009
Joined: Mon May 30, 2011 7:26 pm
Location: USA

Re: Assign Non Drag-able Buttons to Hotkeys?

Unread post by Eclypticon »

I have no idea where to look for commands. Can anyone point me to them?
NegInfinity
Posts: 2449
Joined: Wed Feb 05, 2014 11:24 am

Re: Assign Non Drag-able Buttons to Hotkeys?

Unread post by NegInfinity »

Eclypticon wrote:I have no idea where to look for commands. Can anyone point me to them?
Everything that is supported by the client extender is explained in ClientExtensionReadme.txt which is located in the folder with client extender.

For anything above that, you'll need to search for server-specific commands. For example, client extender readme wouldn't say a thing about ">a dance" but you can put that in a macro too.
Post Reply

Return to “Solved Problems”