Change announce channels without changing hotkeys
Posted: Mon Jun 28, 2004 5:32 pm
This comes in handy if you find yourself directing hotkey messages to different channels depending on what scenario you're in.
I have it set up so that pressing the equal key (=) sets it to channel /4 and pressing hyphen (-) sets it to /rsay. Obviously you can use whatever keys/channels to suit you.
In EQ you'd just set your hotkeys like so:
Then to send the chat to /rsay I'd hit - and to send to channel 4 I'd hit =
Example custombinds:
I have it set up so that pressing the equal key (=) sets it to channel /4 and pressing hyphen (-) sets it to /rsay. Obviously you can use whatever keys/channels to suit you.
In EQ you'd just set your hotkeys like so:
Code: Select all
/docommand ${spamChannel} assist me on %TExample custombinds:
Code: Select all
/declare spamChannel string global
/custombind add channelSay
/custombind set channelSay /multiline ; /varset spamChannel /4;/echo Spamming channel: ${spamChannel}
/bind channelSay =
/custombind add raidSay
/custombind set raidSay /multiline ; /varset spamChannel /rs;/echo Spamming channel: ${spamChannel}
/bind raidSay -