Search found 11 matches

by wilddoug
Sun Apr 25, 2004 10:30 pm
Forum: Macro Depot (MQ1)
Topic: Genbot Version 12 MQ2Data Ready
Replies: 138
Views: 58800

Anchor

Here's the error dropped when using "anchor": Unmatched bracket found in index: '220.13,$(Me.x' Ending Macro: Calculate encountered unparsable text '0.00' genbot.mac@104 (Main): /if (${Math.Distance[@AnchorX,@AnchorY}}>@AnchorRadius) { Cleared the following: Timers Arrays The current macro...
by wilddoug
Sun Apr 25, 2004 4:08 pm
Forum: Macro Depot (MQ1)
Topic: Genbot Version 12 MQ2Data Ready
Replies: 138
Views: 58800

Anchor

Getting a crash in Anchor:

genbot.mac@104 (Main):
/if (${Math.Distance[@AnchorX,@AnchorY}}>@AnchorRadius) {
by wilddoug
Sat Apr 24, 2004 12:59 pm
Forum: Macro Depot (MQ1)
Topic: MQ2Data GenBot, 99% Complete
Replies: 106
Views: 35312

MoveTo

edit: lines below are more correct. :)
by wilddoug
Sat Dec 06, 2003 10:23 pm
Forum: Macro Help (MQ1)
Topic: Need like 3 minutes of a pro's time.
Replies: 6
Views: 1918

| Canni.mac | Usage: /macro canni.mac | Canni Script. | Canni spell _MUST_ be in Gem slot 4. | Spell: torpor _MUST_ be Memmed in a spell gem. Sub Main /zapvars :Loop /call CheckKill /call CheckMana /call CheckHealth /goto :Loop /endmacro Sub CheckKill /if n "$char(mana,pct)">="89&quo...
by wilddoug
Mon Nov 17, 2003 11:47 am
Forum: Macro Depot (MQ1)
Topic: Ninja Looter
Replies: 16
Views: 8246

Corpse Jumper Auto-Target version!

Same idea as the rest of the script, but it targets the nearest corpse within a certain number of units, runs to it, and brings up the loot screen. Not too pretty, but it works... #turbo Sub Main /cleanup /target corpse radius 250 /stand :Loop /face fast /if n $target(distance)>15 /sendkey down up /...
by wilddoug
Mon Aug 04, 2003 12:40 am
Forum: Outdated Macros::Macro Depot
Topic: genbot.mac - Bot for any class scirpts.
Replies: 109
Views: 52893

Mana Check on the tens

For those of you like me that would like the Cleric to announce his mana at 50m, 60m, etc. I offer the following... Not sure if anyone is interesting in having the Cleric be this chatty, but it's nice not to have to keep asking him. (A few definitions to keep track of the mana updates) #define CurrM...
by wilddoug
Sun Aug 03, 2003 2:22 pm
Forum: Outdated Macros::Macro Depot
Topic: genbot.mac - Bot for any class scirpts.
Replies: 109
Views: 52893

dismount during mana check

You should remove the /dismount from the mana check. This is no longer necessary.
by wilddoug
Sun Aug 03, 2003 11:20 am
Forum: Outdated Macros::Macro Depot
Topic: cleric.mac New Basic Cleric bot.
Replies: 23
Views: 20259

Travelling Cleric

Here's some things I've added. I two-box with a mage often, and travelling requires invis. It's always an issue having invis fall on the cleric and my mage not know... so here are the changes, place them in the appropriate spots.... (Add in the events definitions area) #Event Appear "You appear...
by wilddoug
Wed Jul 16, 2003 11:05 am
Forum: MQ2::Development::Feature Discussion
Topic: Start of 2003-07-11 offsets...
Replies: 30
Views: 9072

/click left item broken here as well.

I'm in the same boat as fryfrog, but I'm using an unchanged version. Either from CVS or from the downloads, I'm crashing to desktop when I issue the command: /click left item
/click left auto works though.
by wilddoug
Sat Jul 12, 2003 11:06 am
Forum: MacroQuest::Help (Outdated)
Topic: Hmmm not working
Replies: 7
Views: 1899

do not move.

since eqlib folder is seperate than macroquest folder when extracted i put the eqlib folder inside the macroquest folder This is one problem. Do not move anything around. The organization in the ZIP is how it needs to be for the makefile, etc to work correctly. Just make a directory (\macroquest), ...
by wilddoug
Tue Jul 01, 2003 11:27 am
Forum: Outdated Macros::Macro Depot
Topic: cleric.mac New Basic Cleric bot.
Replies: 23
Views: 20259

Change to do-camp

Was using this over the weekend and it really helped! One change to the do-camp routine: add dismount in case Cleric is on a mount. Sub Do-camp /tell $MasterName Camping out. /stand /dismount /sit /camp /return Another change I made was to remove the /dismount from the do-mana routine. It didn't mak...