Search found 46 matches

by lasher
Fri Feb 27, 2004 6:45 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

hmm, that is odd, because I med mana WAY faster when looking at the book, or so it seems, looks like it is time to time it and see if I am insane, which I more then likely am See what happens when you take a year and a half off a game lol /echo $char(mana,regen) try that command when looking at the...
by lasher
Fri Feb 27, 2004 12:58 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

There seems to be an occasional bug in eq where an almost dead mob will warp to another part of the zone on its own(Happens in pov about once a night) You're "bots" run like bats outta hell to mobs new location, all the while picking up every add in the zone. Also in some instances where ...
by lasher
Fri Feb 27, 2004 5:25 am
Forum: MQ2::Help
Topic: Error Compiling Macroquest
Replies: 9
Views: 2214

Lax wrote: maybe the world is getting too dumb.
getting?

Hate everyone equally; and let the few people who show intelligence earn your respect from there.
by lasher
Fri Feb 27, 2004 4:14 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Re: bot

Hi Few questions....I got bot workin. He watches my health and everything. Is there a way to set another heal watch....for like maybe monks/hybrids? Look at either the command watchtarget or set variables in your .ini also another question.....Is there a way to get bot to auto attack when I tell hi...
by lasher
Fri Feb 27, 2004 4:11 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Updated: genbot.mac v9.3 botcore.inc v9.13 botcombat.inc v9.12 bothealer.inc v9.12 personal.inc v9.14 Fix for Yaulping, Canning. (control with commands: cann [on|off], yaulp [on|off]. Removed dependancy on reportlom. Look in .ini for new variables) Turbo fix Singing tweaks. Chat channel naming. rel...
by lasher
Mon Feb 16, 2004 5:19 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Re: tank not taunting or kicking

having a problem with my tank not taunting or kicking. i set taunt and kick to 1 instead of 0, but still doesnt seem to like taunting and kicking. does incite just fine, but its a hassle having to click back and forth to the tank just to smack the taunt button. im running the latest version, not us...
by lasher
Wed Feb 11, 2004 1:09 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Yeah, I changed turbo due to advpath requesting max turbo. If ml2517 doesn't think it'll effect advpath too much, I'll change it back.
by lasher
Thu Jan 22, 2004 2:24 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

I believe the 5 is the "priority" of the message. I don't have time to look through the code but I think there is a verbosity level set in your INI file and if the verbosity is 5 or higher it would actually send the message. Correct. There are various levels of verbosity having to do with...
by lasher
Thu Jan 22, 2004 2:23 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

JimJohnson wrote: wanted to change the chat call out so it defaults to a chat channel isntead of tell.
In the .ini file for your bot, change ChatIN= to ChatIN=Channel
by lasher
Mon Jan 19, 2004 12:14 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Updated: personal.inc v9.13 - typo in buffcode. inherited (bad karma)
by lasher
Sun Jan 18, 2004 11:51 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

I'll take care of the comment block thing, hopefully that fixes it. So would your text comparison actually trigger if I change to version=1.04a or version=1.05 etc? If so great, I didn't think you could use a greater than or lesser than when doing text comparison. I know some languages interpolate ...
by lasher
Sun Jan 18, 2004 1:54 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Updated: genbot.mac v9.2 - advpath function changes (v1.04 now required)
other version bugfixes on .inc files v(9.11-9.12)
by lasher
Sun Jan 18, 2004 1:43 pm
Forum: Macro Depot (MQ1)
Topic: advpath.inc - Generic movement/follow/pathing script
Replies: 32
Views: 10908

Actually, found a good workaround when posting source using the comment blocks. Add a second comment marker at the front of the comment block. ||** [advpath] version=1.04 **| Turns out if there is a space after **| it will throw errors. So the additional pipe (|) at the beginning of the comment bloc...
by lasher
Sun Jan 18, 2004 1:42 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Actually, found a good workaround when posting source using the comment blocks. Add a second comment marker at the front of the comment block. ||** [advpath] version=1.04 **| Turns out if there is a space after **| it will throw errors. So the additional pipe (|) at the beginning of the comment bloc...
by lasher
Sun Jan 18, 2004 1:16 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82830

Found the problem with the script include on the comment blocks. Make sure there are NO trailing spaces on the following code blocks: |** [advpath] version=1.04 **| The phpbb board seems to enjoy adding them when cutting/pasting. The same goes for every version tag at the top of the .mac and .inc fi...