Page 1 of 4

circletarg.mac --- bard pvp helper

Posted: Sun Feb 27, 2005 3:30 pm
by BardsAreTooEasy
Here is a macro that i wrote that helps me pvp when I'm on my bard. It will circle your target at a radius you specify, and requires the mq2moveutils plugin. I think it would be nice to have this implemented into the moveutils plugin.

USAGE: first run the macro and target someone, then;

/echo circletarg # where # is the radius you would like to circle. This will constantly update a circle around your target, nice when pvping kuz your target will never get close, and you can use ur hands for your songs.

/echo annoying # where # is the radius you would like to circle. This is very annoying. if you play zek, you may have seen my 3 toons mounted circling a target with radius 5 emoting like crazy.. very very annoying =)

/echo help presents usage

/echo pause pauses the script until you echo a new event



Here's the code

circletarg.mac
_____________________________________________________________

Code: Select all


#turbo
#event circletarg "[MQ2] circletarg #1#"
#event annoying "[MQ2] annoying #1#"
#event pause "[MQ2] pause"
#event help "[MQ2] help"

Sub Main
	:Loop
		/delay 3
		/doevents
	/goto :Loop
/return



Sub Event_circletarg(commandtext,circlesize)
	:Loop
		/doevents
		/keypress up up
		/keypress up hold
		/delay 3
		/squelch /circle on ${circlesize} ${Target.Y} ${Target.X}
	/goto :Loop
/return



Sub Event_annoying(commandtext,circlesize)
	:Loop
		/doevents
		/keypress up up
		/keypress up hold
		/delay 3
		/em poke poke poke poke poke poke poke poke poke poke poke poke poke poke poke poke poke %t.
		/squelch /circle on ${circlesize} ${Target.Y} ${Target.X}
	/goto :Loop
/return



Sub Event_pause
	/circle off
	/keypress down down
	/call Main
/return



Sub Event_help
	/echo usage: /echo circletarg # || /echo annoying # || /echo pause
	/echo Replace # with the size of your circle, i.e. /echo circletarg 40 will circle your target with a radius of 40.
/return

_____________________________________________________________

Hope someone enjoys this =)

Posted: Sun Feb 27, 2005 4:39 pm
by aChallenged1
Please, use CODE blocks

Code: Select all

This is an example

Posted: Sun Feb 27, 2005 7:57 pm
by JimJohnson
whats the diffrence between this and the built in circle command on moveutilites?

Posted: Sun Feb 27, 2005 9:30 pm
by aChallenged1
This mac uses that feature of moveutils, what it does is make your target the center ancher, or at least that is what it is supposed to do. Whereas the moveutils /circle set's the point according to where you start your circle based on a point equal to your radius out from the center of your character to the right.

In otherwords, this one moves with the mob.

Posted: Sun Feb 27, 2005 9:34 pm
by Arune
Which is slick in itself.

Posted: Wed Mar 02, 2005 9:27 am
by PhoenixZorn
I very much like this macro... it simple, and the "annoying" part is sick... heh. By far the most annoying thing I've ever seen... I'm sure this would be a great PvP tool against non-casters, but a nuker would just get pissed and trash you. Good work on using the plugin to your advantage, but I'm pretty sure it won't ever implement this macro, since that would make it very much AFK-able.

When SoE brings back the ability to AE Kite, I'll come back full time, until then.... have fun guys...

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:27 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:29 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:30 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:31 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:32 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:33 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:34 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:35 pm
by xyilla

Re: circletarg.mac --- bard pvp helper

Posted: Wed Apr 16, 2025 11:36 pm
by xyilla