Search found 8 matches

by reece
Tue Oct 21, 2003 4:08 pm
Forum: Macro Requests (MQ1)
Topic: Handling Adds
Replies: 4
Views: 1478

Anyone Think This Might Work

Does anyone think this might work:

Code: Select all


/target npc radius 20 notid @myTargetID

In order to target an add and distinguish it from my current target.
by reece
Tue Oct 21, 2003 12:24 pm
Forum: Macro Requests (MQ1)
Topic: Handling Adds
Replies: 4
Views: 1478

Handling Adds

I have still not seen anyone find a good method of handling adds while using a hunting script. If anyone of the geniuses out here can develop a method of checking for an unlimited number of adds while fighting a mob I will be impressed (which is your reward for doing so :D ) I have done something li...
by reece
Tue Oct 21, 2003 11:50 am
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36917

A Better Way

Does anyone have a better way to handle adds than the way it is implimented in warrior's code. Warrior, your code works if you are getting a new target after your previous one is dead but what if you want to check for adds and slow them while fighting something else? If you notice in the following c...
by reece
Fri Oct 17, 2003 10:28 am
Forum: Macro Help (MQ1)
Topic: combine button
Replies: 1
Views: 648

combine button

Have other had trouble with macroquest missing the combine button?
The following code causes it to click just below the combine button.

Code: Select all

/click left pack $CombinerID combine
by reece
Thu Oct 16, 2003 9:49 pm
Forum: Macro Requests (MQ1)
Topic: Request: Conversion of PowerArrows *2*
Replies: 15
Views: 3511

Same Problem

I am having the same problem with the /selectitem "@Param0" merchant line. any ideas?
by reece
Thu Oct 16, 2003 3:34 pm
Forum: Macro Requests (MQ1)
Topic: Jewelcraft Macro
Replies: 0
Views: 855

Jewelcraft Macro

If anyone could help in converting one of the old jewelcraft macros found in the forum to work with the latest build that would be super! I am looking for a mostly complete jewelcraft macro that knows what to combine based on current skill level. I have seen some old scripts that look decent but the...
by reece
Wed Oct 15, 2003 7:33 am
Forum: Macro Help (MQ1)
Topic: Timers - Need an Example Please
Replies: 2
Views: 892

Timers - Need an Example Please

Could anyone give me an example of how to use timers with the latest build? An example of how to set them and how to check for them to be expired would be very much appreciated.
by reece
Tue Oct 14, 2003 9:49 am
Forum: Macro Help (MQ1)
Topic: Target a close NPC
Replies: 1
Views: 643

Target a close NPC

I can't seem to find a way to target a mob based on how far away he is from me. Specifically I want to target any mobs that are within range to hit me after I kill a mob usign the hunter script I am using. Any thoughts?