• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Utility CustomBinds (core plugins)

Other Authors
Amadeus, eqmule, BigDorf, Knightly
Included in Very Vanilla
Very Vanilla Included! No need to download.
Server Type
🏢 Live 🏘️ Emu TLP Test
Documentation
Read📖Guides
Source Repository
https://github.com/macroquest/macroquest/tree/master/src/plugins/custombinds
This plugin allows you to specify custom commands that are executed when specific key combinations are pressed. You may specify a command for when the key is pressed (down), and another for when it is released (up).

Commands:
SyntaxDescription
/custombind [ list ] | [add|delete] <bindname> | [set|clear] <bindname>[-down|-up] [command]This command is used to add, delete, list or change custom key bindings. You'll also need to /bind a key.
/custombind list - Lists all your custom bind names and commands (the key combinations must be set using /bind)
/custombind add bindname - Add a new bind called bindname ready for use.
/custombind delete bindname - Remove the custom bind bindname.
/custombind clear name[-down|-up] - This will clear a specific command for a custom bind. If -up or -down is not specified it defaults to -down.
/custombind set bindname[-down|-up] - Will set a specific command for a custom bind. This too defaults to -down if not specified.

Example:
NOTE: MQ2's very first bind command is "RANGED" so you do not need to do this, it is just listed here as an example

/custombind add mybind
/custombind set mybind /ranged
/bind mybind n

Example of using down and up
/custombind add echotest
/custombind set echotest-down /echo n key is down!
/custombind set echotest-up /echo n key is up!
/bind echotest n
Author
BigDorf
Watchers
13
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from BigDorf

Share this resource

Latest updates

  1. MQ2CustomBinds Now defaults to INI file format for bind name/up/down information.

    Via: https://gitlab.com/redguides/VeryVanilla/-/merge_requests/423 There was a change request...
Back
Top
Cart