Search found 38 matches

by guest_01
Tue Jun 24, 2008 6:09 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: KISS HealTarget Macro (PLers Rejoice)
Replies: 60
Views: 34472

I need a good, stable autoheal. I wish I didn't have to box a cleric, shaman, druid, but oh well. Lots of good healing bots in VIP... and I'm about to release a very solid auto-healing plugin as well in VIP (prioritizes which person to heal based on Estimated Time to Death, prioritizes which spell ...
by guest_01
Sat Jun 11, 2005 9:41 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

Been awhile since I've had internet access, so lets see if I can do a bit of catchup here... umm... Follow code: I know I had to play with the advpath.inc file I got out of snippets a lot for various reasons, so not sure if it's just an incompatability, but my follow code works fine for me... I can'...
by guest_01
Wed May 18, 2005 3:00 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

I haven't reviewed the code in depth, but something cool that I think is the main difference between my cleric when I macro and when I play manually is interrupting a spell that's not going to land in time, to cast a faster one. A lot of times I CH late and interrupt to Pious Light, or DivArb. As f...
by guest_01
Wed May 18, 2005 2:58 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

/if (${underAttackBy} && ${DoRootParking}) { /target id ${underAttackBy} /call FullStop /call cast "${SpellRoot}" gem${SpellRootGem} 0 CheckForHeal /if (${Macro.Return.Equal[CAST_SUCCESS]} || ${Macro.Return.Equal[CAST_CANNOTSEE]} || ${Macro.Return.Equal[CAST_IMMUNE]}) { /echo Root...
by guest_01
Wed May 18, 2005 1:45 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

All three sections of code go into the same file... I just ran out of room for a single post, so had to break it up into 3 separate posts. Since a clerics primary duty is healing, it will heal regardless of other settings (unless of course you turn DoHeal, DoHoT and DoCompleteHeal off...) If it's se...
by guest_01
Mon May 09, 2005 10:39 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

There aren't really a lot of commands that it responds to. About the only thing it responds to in terms of tell/group chat is "mana", "follow me" and "wait here".... most of it should be automated There are a few artifacts from my shaman macro still in here, but I don't...
by guest_01
Sun May 08, 2005 3:59 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

05/08/05: Emergency patch fix - was not able to heal shadowknights (due to the way I was storing class heals - Shadow Knight has a space in it)
Change class heals to use class.ID instead of class.Name

Highly recommended update... (unless of course you have a vendetta against shadowknights)
by guest_01
Sat May 07, 2005 6:47 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Beastlord bot (Updated 05/07/05)
Replies: 70
Views: 15345

05/07/05: Incorporated changes by DigitalMocking with minor adjustments.
Minor bug fixs.
by guest_01
Sat May 07, 2005 5:53 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

05/07/05: Fixed the sit/stand bug when not mounted - simple bug that I introduced shortly before release.
Config was not affected - can copy code below config settings.
by guest_01
Sat May 07, 2005 1:15 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Beastlord bot (Updated 05/07/05)
Replies: 70
Views: 15345

I'll try with just your code and see what's going on with pet buffing, but that function hasn't been changed. It never gets into the Sub BuffPet section best I can tell, I put a couple of /beep /echos in there, and nada. The flags look right, no clue what's going on, just haven't had time to look i...
by guest_01
Fri May 06, 2005 7:51 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Beastlord bot (Updated 05/07/05)
Replies: 70
Views: 15345

Well, I guarentee that the version I posted buffs my pet, since I use it for that almost all the time, even in normal groups (have a hotkey to turn it on and another for /end... if a buff falls i just turn it on for a sec and it rebuffs for me) I'll look into incorporating your changes... as for the...
by guest_01
Fri May 06, 2005 7:47 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

Hmm.... I think I know why it's doing that... tested in an outdoor zone mainly... been out of town for a week (still am - don't have the ability to test here), will take a look at it when I get home tomorrow and post an update. Originally this was accounted for, but I think I accidently removed it w...
by guest_01
Mon May 02, 2005 2:39 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

Reserved.
by guest_01
Mon May 02, 2005 2:32 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

| ###################################################################################################### Sub Event_OutDoor /echo This is an indoor zone. Sorry. /varset OutDoors FALSE /return | ###################################################################################################### Sub...
by guest_01
Mon May 02, 2005 2:32 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

| ################### Buff the group with buffs from the SpellGrpBuff array | ################### It will NOT cast any single target spells Sub GrpBuffs /declare i int local 1 /declare j int local 1 /if (!${SpellGrpBuff.Size}) /return /for i 1 to ${SpellGrpBuff.Size} /if (${Spell[${SpellGrpBuff[${i...