Search found 4 matches

by compudoc
Fri Nov 19, 2004 10:38 pm
Forum: MQ2::Macros::Requests
Topic: Auto Swap for Avatar Procs
Replies: 7
Views: 1639

Auto Swap for Avatar Procs

I was looking for an include or a macro to modify that will take an avatar weapon from the bag/inv slot, equip it till it procs then place it back in it's bag/inv slot. I found Spload.mac res/loot/rebuff/item swap w/basic documentation but it appears to be only for clicks. Tried searching and also r...
by compudoc
Tue Sep 21, 2004 12:11 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Druid heal (heavily based on AFKCleric)
Replies: 7
Views: 3688

To add a snare function you can add an event. To the Event calls at the top add: #event Snare "#*#Incoming#*#" Change Incoming to the text you want it to look for to the declares add: /declare snareasst string outer ${Param2} and in the Sub Event's at the bottom add: Sub Event_Snare /assis...
by compudoc
Mon Sep 20, 2004 9:55 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Druid heal (heavily based on AFKCleric)
Replies: 7
Views: 3688

Edited the macro to make it more effective and fix a few things. Still just learning the language so things probably aren't optimal. |New AFK Druid Healer Macro |druidheal.mac |Orginial Author: Digitalxero (AFK CLeric) |Modifying Author1: Twister (Totally ripped from Digitalxero, I just took out the...
by compudoc
Mon Sep 20, 2004 1:39 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Druid heal (heavily based on AFKCleric)
Replies: 7
Views: 3688

to make it heal yourself also change:

Code: Select all

:Healcheck 
   /for i 1 to ${Group} 
to:

Code: Select all

:Healcheck 
   /for i 0 to ${Group}