Search found 5 matches

by nightfall154
Thu Sep 23, 2004 7:33 pm
Forum: MQ2::General
Topic: Latest Source Timezone
Replies: 12
Views: 3939

Re:

You're the fucking twit, wikkid. Flaming people for no reason is pathetic. How about you go back to rpgexpert, since you probaby haven't even contributed here (whether with money or advice/help).
by nightfall154
Fri Aug 13, 2004 8:42 pm
Forum: MQ2::Macros::Requests
Topic: Simple Autotarget
Replies: 9
Views: 2526

Re:

Except yours doesn't refresh with a new target when your current target is lost/dies, which is what the macro I use is for.
by nightfall154
Fri Aug 13, 2004 4:27 pm
Forum: MQ2::Macros::Help
Topic: Bard Circle
Replies: 9
Views: 1711

imbald wrote:Where cna i find this plugin, and i know num_lock ant the best
but the other if stats ment keep u at a sertain distance
Uhm, have you checked the plugin forum? In fact, it's on the first page...within the ten first topics. It's amazing what one can accomplish with a bit of effort.
by nightfall154
Fri Aug 13, 2004 4:23 pm
Forum: MQ2::Macros::Requests
Topic: Simple Autotarget
Replies: 9
Views: 2526

Re:

In case you haven't found one yet, I'll be nice.

Code: Select all

#turbo 

Sub Main 

  
:loopstart 
/if (${Target.Distance}>220) /keypress esc 
/if (${Target.ID}==FALSE) /tar NPC radius 220 
/delay 10 
/goto :loopstart 
/return 
Works perfectly for me.
by nightfall154
Sun Aug 01, 2004 7:57 pm
Forum: MQ2::Macros::Requests
Topic: Simple Autotarget
Replies: 9
Views: 2526

Re:

Would that continue targetting mobs after the current one is dead though? Think that is the point.