• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

Utility MQ2Clipboard

Other Authors
alynel
Included in Very Vanilla
Very Vanilla Included! No need to download.
Server Type
🏢 Live 🏘️ Emu TLP Test

Wiki Manual
Original author: alynel

alynel said:
I got sick of copying locs so I made this. Adds a single command, /clip


Commands:
  • "/clip <text>" copies text to your clipboard
  • "/clip <command>" runs a command and copies any chat output
  • "/clip start", followed by "/clip stop", will copy any chat output that occurs between the two commands. This copies everything, MQ2 output and normal chat stuff
  • "/clip command" will copy the last command you typed

If you prefix anything with append, e.g. "/clip append <text>", then it will append to the last thing it copied rather than overwriting it

e.g.

If I type these commands...

Then paste here after the last command...

/clip hello world

hello world

/clip /loc

Your Location is 82.13, -296.06, -23.67, and are heading north by northwest.

/clip command

/clip /loc

/clip start
/echo test
/echo test 123
/clip stop

[MQ2] test
[MQ2] test 123

/clip stuff
/clip append more stuff
/clip append /loc
/clip append command

stuff
more stuff
Your Location is 82.13, -296.06, -23.67, and are heading north by northwest.
/if (${Me.Standing} && !${Me.SpellInCooldown} && !${Me.Invis} && !${Me.Buff[Communion of the Cheetah].ID}) /casting "Communion of the Cheetah"

As you can see from that last one MQ2Melee causes it trouble, nothing like a real world test as I post this :p
Source Repository
https://github.com/RedGuides/MQ2Clipboard
[git] Automation options?
Yes
Author
alynel
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from alynel

Share this resource

Latest updates

  1. 20230219

    〰️Commits Update for v143 Addresses https://github.com/macroquest/macroquest/issues/635...
Top