Post your completed (working) macros here. Only for macros using MQ2Data syntax!
Moderator: MacroQuest Developers
-
ultimateq
- a lesser mummy

- Posts: 44
- Joined: Sun Aug 07, 2005 11:50 am
Post
by ultimateq » Sun Oct 23, 2005 7:44 am
Watchtarget command is busted. I'm looking into the problem.
edit:
Ok this didnt take long. I just dug up some old posts.
on line 162 of bothealer.inc change
Code: Select all
Sub Command-watchtarget
/if (${Param0}.Equal[off]}) {
/varset WatchTargetCount 0
/return
}
/squelch /target clear
/call delay 5
/call StandardTarget "${CommandParam}"
/if (${Target.ID}) {
/varcalc WatchTargetCount ${WatchTargetCount}+1
/varset WatchTargets[${WatchTargetCount}] ${Target.CleanName}
/varset WatchTargetIDs[${WatchTargetCount}] ${Target.ID}
/call ChatOut 3 "Now watching the health of ${Target.CleanName}."
} else {
/call ChatOut 3 "Who did you want me to watch?"
}
/return
to
Code: Select all
Sub Command-watchtarget
/declare myvar string local ${Param0}
/if (${myvar.Equal[off]}) {
/varset WatchTargetCount 0
/return
}
/squelch /target clear
/call delay 5
/call StandardTarget "${CommandParam}"
/if (${Target.ID}) {
/varcalc WatchTargetCount ${WatchTargetCount}+1
/varset WatchTargets[${WatchTargetCount}] ${Target.CleanName}
/varset WatchTargetIDs[${WatchTargetCount}] ${Target.ID}
/call ChatOut 3 "Now watching the health of ${Target.CleanName}."
} else {
/call ChatOut 3 "Who did you want me to watch?"
}
/return
-
ascii38
- a grimling bloodguard

- Posts: 506
- Joined: Sat Jul 17, 2004 8:06 pm
Post
by ascii38 » Tue Oct 25, 2005 12:57 am
Command-Watchtarget updated on page one. Thanks. That's one of the bits that I don't personally use.
-
ultimateq
- a lesser mummy

- Posts: 44
- Joined: Sun Aug 07, 2005 11:50 am
Post
by ultimateq » Tue Oct 25, 2005 10:49 am
Glad to help ^_^
-
unity0110
- a lesser mummy

- Posts: 42
- Joined: Mon Dec 19, 2005 6:37 am
Post
by unity0110 » Tue Dec 20, 2005 6:48 am
hey, great macro you've got here, there's a few errors that i found while using your script, if you have auto canni on, and you try to camp, it will keep casting it, and not to mention since it does that i would assume it will try to attempt to cast any spells that are on timers, and also there's a few things wrong with the timers them selves, i think you should mabye have the capability to change the buff recast to "Your *Spell* has worn off on *target*" and mabye only recast if they are a master or in the group, mabye some more options there, that way it will recast the buff if it actually wears off, somtimes it dosn't cast the buff again, or some times it just casts way too early.
-
ascii38
- a grimling bloodguard

- Posts: 506
- Joined: Sat Jul 17, 2004 8:06 pm
Post
by ascii38 » Thu Dec 22, 2005 9:19 pm
When I command my bots to camp they don't stop camping to cast anything (yaulp, canni, etc.). Camping from the keyboard without stopping the macro will probably cause the macro to stand you up when the next event fires, but it's easy enough to /endmacro before hitting ctrl-x if you have to do it that way.
Genbot works well enough the way it is. It's basically in maintenance mode unless someone wants to take over active development. I'm not going to reinvent Autobot/Raiddruid. If you want that level of functionality, then get Autobot (and don't forget to throw a few bucks at A_Druid_00 in order to keep him working on it) or write it yourself. You will run in to the same problems that AD00 outlines in his last message in this thread if you decide to take on the task yourself.
-
grimjack
- Macro Author

- Posts: 525
- Joined: Thu Nov 07, 2002 6:51 am
-
Contact:
Post
by grimjack » Wed Jan 25, 2006 3:56 am
ascii38 wrote:Charisa wrote:From a purely technical point of view, AutoBot is probably better. However, for me (and obviously others), Genbot is still good enough that there's no point in going through another learning curve.
Genbot suffers from the fact that it was created before many of the current options where available so it relies on some older techniques to get some things done. It also isn't going to benefit from many of the speed improvements that you could get form putting some of the functions into a plugin. With that said, It's nice to see that genbot is still useful in spite of all that it has going against it. It may not be as advanced but that was the whole point when I created it. It was just designed to be a generic bot that could be quickly customized without much skill needed.
Thanks
GrimJack
When they come to me, they're in trouble, or they want some. I bust people out of prison, hunt down vampires, fight alien gods -- All the fun jobs people are too squeamish or too polite to do themselves.
Call me a mercenary. Call me an assassin. Call me a villain. I am all that and more.
My name's John Gaunt, but out on the streets of Cynosure, I am called...
GrimJack
-
Frank25
- a ghoul

- Posts: 136
- Joined: Thu Aug 12, 2004 6:38 am
Post
by Frank25 » Thu Feb 02, 2006 6:53 pm
I'm having a weird occurance with genbot lately.
It's been working fine for months but after the last few mq2 updates on 2 of my computers when using genbot to control a melee character it crashed mq2
Basically running genbot is no problem.
Buffing, moving etc works fine.
But as soon as i issue the /assist command the character walks upto the mob, hit melee once (sometimes twice) and then completely crashes.
I have not changed the PC's on which it happens since the last time i ran it, the onyl change is a new clean Mq2.
The odd thing is it doesn't seem to happen on 3 of my other pc's on the same characters.
They all use the exact same code.
Any idea what / whre i might start looking for a solve?
-
gordon
- a lesser mummy

- Posts: 60
- Joined: Sun Aug 14, 2005 12:10 am
Post
by gordon » Thu Feb 02, 2006 8:54 pm
if you use a separate copy of mq for each comp rather than using one copy of mq over lan it could be a plugin issue that u dont have loaded on the other computers
-
Frank25
- a ghoul

- Posts: 136
- Joined: Thu Aug 12, 2004 6:38 am
Post
by Frank25 » Thu Feb 02, 2006 9:48 pm
all have the same plugins, i even unloaded all of em to make sure
EDIT: apparantly i hadn't unloaded mq2moveutils. which seems to be the issue.
It ONLY happens attacking a mob, weird, not sure if it's a moveutils ( i have the latest versino) or genbot issue
back to the testing board
-
Tagger
- a lesser mummy

- Posts: 36
- Joined: Tue Apr 19, 2005 10:20 pm
Post
by Tagger » Wed May 03, 2006 8:24 am
same thing happen to me and I gave up on it..
I switched to (VIP ACCESS REQUIRED)
lazy tank instead that is even better for a warrior instead of genbot.
However My cleric, mage, enchanter still use genbot and they all work great work fine.
-
rasor
- orc pawn

- Posts: 15
- Joined: Fri May 14, 2004 12:46 am
Post
by rasor » Thu Nov 23, 2006 10:34 am
I used to macro hard about a year ago but it's been so long. I remember genbot was one of my favorute macros. Well im vback to eq to have a little fun and am wondering does macroquest still work? does genbot still work?
-
Yunto?
- a grimling bloodguard

- Posts: 502
- Joined: Sat Nov 19, 2005 12:05 pm
Post
by Yunto? » Thu Nov 23, 2006 10:52 am
rasor wrote:I used to macro hard about a year ago but it's been so long. I remember genbot was one of my favorute macros. Well im vback to eq to have a little fun and am wondering does macroquest still work? does genbot still work?
No... all the recent posts in the forum are just us messing around reliving the old days. Macroquest2 doesnt work at all.
As far as GenBot, I have no idea - I'm sure it could with little if any tweaking.
(10:02:10 AM) fearless: kate beckinsale
(10:02:18 AM) fearless: chick from underpants
(10:02:27 AM) fearless: er . . . world, underworld
-
Canadian_Cowgirl
- a bunny
- Posts: 245
- Joined: Sat May 13, 2006 1:43 pm
Post
by Canadian_Cowgirl » Thu Nov 23, 2006 5:28 pm
Ascii38 was maintaining it for the longest time, but he finally gave up and dropped it. As far as I know it's a dead macro.
-C_CG.
Agripa: Isn't there a rule about never getting into a fight with a Canadian when tech support is on the line?
-
Tagger
- a lesser mummy

- Posts: 36
- Joined: Tue Apr 19, 2005 10:20 pm
Post
by Tagger » Sat Dec 09, 2006 6:45 pm
AS OF THIS CURRENT PATCH 12-05-06
genbot has some TLO problems now
-
JimJohnson
- a grimling bloodguard

- Posts: 1299
- Joined: Sat Oct 11, 2003 6:00 am
Post
by JimJohnson » Sat Dec 09, 2006 6:54 pm
as of like 1798 Genbot was out of date.
Cheating smart is like fucking with a condum, your 99.8 % safe yet, you still may make a baby hacker.