Search found 8 matches

by mongo
Fri Nov 21, 2003 9:26 pm
Forum: Macro Help (MQ1)
Topic: Anyway we can tell if a target is undead?
Replies: 3
Views: 1334

Anyway we can tell if a target is undead?

Hopefuly its easy...
by mongo
Wed Sep 10, 2003 9:30 pm
Forum: MQ2::Development::Feature Discussion
Topic: Possible Bug
Replies: 4
Views: 1155

having the same problem too

I'm not crashing to desktop, but /memspell works fine at chat window, but in a script, I get "No such spell set exists. Usage:/memspellset <index | partial name>"

Code: Select all

sub main
   /memspell 1 gate
   /memspell 2 "complete healing"
/return
by mongo
Sun Sep 07, 2003 10:52 pm
Forum: Outdated Macros::Macro Help
Topic: problems with /varset and $return
Replies: 0
Views: 814

problems with /varset and $return

I am having problems using sub's $Return /call XXXX /varset CHSPELL "$return" /echo $CHSPELL , $return Always gives me: [Macroquest] complete , Complete Healing I have CHSPELL defined as $V28 #define CHSPELL v28 I'm pulling my hair out on this one... What do I need to do to get the full st...
by mongo
Mon Jul 07, 2003 10:37 am
Forum: Outdated Macros::Macro Depot
Topic: cleric.mac New Basic Cleric bot.
Replies: 23
Views: 28894

changes to autoheal

I've made some tweaks to the autoheal, for both Tank heal and caster heals. The tank heal will do a quick heal if below 30% before casting CH. The caster heal is using HoT heals (Celestial Healing). This mod corrects the "chain casting" by using timers for HoT (A timer for each group membe...
by mongo
Mon Jun 30, 2003 9:20 pm
Forum: Outdated Macros::Macro Depot
Topic: spell.mac provides spell memorization / forgetting NEW UI!!!
Replies: 12
Views: 3570

All you need to do is get your XY cords of the first gem and first spell slot, and change the vars in the script

dont think that is too hard to understand... change the following vars to your UI setup...

Code: Select all

/varset gemX 25 
/varset gemY 189 
/varset bookX 340 
/varset bookY 210 
by mongo
Mon Jun 30, 2003 8:56 pm
Forum: Outdated Macros::Macro Depot
Topic: spell.mac provides spell memorization / forgetting NEW UI!!!
Replies: 12
Views: 3570

spell.mac provides spell memorization / forgetting NEW UI!!!

ok this is my first, so be easy with me. All you need to do is get your XY cords of the first gem and first spell slot, and change the vars in the script BTW Thanks to DeathSpiral for the starter. #define gemX v50 #define gemY v51 #define bookX v52 #define bookY v53 sub main /varset gemX 25 /varset ...
by mongo
Wed Jun 25, 2003 10:49 am
Forum: Outdated Macros::Macro Help
Topic: Event chat
Replies: 1
Views: 747

Event chat

looking over some scripts, why all the IF statments for $p1 $p2 $p3 etc,

why not just /target $p1 $p2 $p3 $p4, no matter how long it is?
by mongo
Sun Jun 22, 2003 8:03 pm
Forum: Outdated Macros::Macro Depot
Topic: cleric.mac New Basic Cleric bot.
Replies: 23
Views: 28894

Beastlords target problem

I'm using this script, and everything works great... almost. I play a beastlord, and when I send the bot /tell BOT AC XXXX I get Casting AC on XXXX's warder. no pet up, it works fine. mage or chanter with pet up works fine. Autoheal works fine too (with the pet up). It does the same if I use the /as...