Original author: alynel
Commands:
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.
[TABLE="width: 1000"]
[TR]
[TD]If I type these commands...[/TD]
[TD]Then paste here after the last command...[/TD]
[/TR]
[TR]
[TD]/clip hello world[/TD]
[TD]hello world[/TD]
[/TR]
[TR]
[TD]/clip /loc[/TD]
[TD]Your Location is 82.13, -296.06, -23.67, and are heading north by northwest.[/TD]
[/TR]
[TR]
[TD]/clip command[/TD]
[TD]/clip /loc[/TD]
[/TR]
[TR]
[TD]/clip start
/echo test
/echo test 123
/clip stop[/TD]
[TD][MQ2] test
[MQ2] test 123
[/TD]
[/TR]
[TR]
[TD]/clip stuff
/clip append more stuff
/clip append /loc
/clip append command[/TD]
[TD]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"
[/TD]
[/TR]
[/TABLE]
As you can see from that last one MQ2Melee causes it trouble, nothing like a real world test as I post this :p
Discussion thread:
https://www.redguides.com/community/threads/64699-MQ2Clipboard-discussion
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.
[TABLE="width: 1000"]
[TR]
[TD]If I type these commands...[/TD]
[TD]Then paste here after the last command...[/TD]
[/TR]
[TR]
[TD]/clip hello world[/TD]
[TD]hello world[/TD]
[/TR]
[TR]
[TD]/clip /loc[/TD]
[TD]Your Location is 82.13, -296.06, -23.67, and are heading north by northwest.[/TD]
[/TR]
[TR]
[TD]/clip command[/TD]
[TD]/clip /loc[/TD]
[/TR]
[TR]
[TD]/clip start
/echo test
/echo test 123
/clip stop[/TD]
[TD][MQ2] test
[MQ2] test 123
[/TD]
[/TR]
[TR]
[TD]/clip stuff
/clip append more stuff
/clip append /loc
/clip append command[/TD]
[TD]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"
[/TD]
[/TR]
[/TABLE]
As you can see from that last one MQ2Melee causes it trouble, nothing like a real world test as I post this :p
Discussion thread:
https://www.redguides.com/community/threads/64699-MQ2Clipboard-discussion

