Search found 22 matches

by greggor
Sun Aug 29, 2004 6:55 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: genbot shortcuts....
Replies: 1
Views: 1857

nice stuff :)
by greggor
Sun Aug 29, 2004 6:01 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 176770

Line 443 of botcombat.inc



Old code


/if (${Toggle-petona} /pet backoff


/if (${Toggle-petona}) /pet backoff

Correct code, you just missed a parenthesis :)
by greggor
Sat Aug 21, 2004 4:35 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 69382

How bout a stop if killed toggle? that will auto stop the spell you are casting if target dies... :)


also how bout making it so that when it relays tells it che3cks if the tell is from your pet and doesn't relay that tell :)
by greggor
Sat Aug 21, 2004 12:15 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.2 [Updated 08/08/2004] Slim trim code rewrite!
Replies: 142
Views: 69382

I'm trying to make an automatic debuff/nuke command for my chanter... here is what I have so far... killing=assist|/sit off|petattack|snt "howl of tashan"|snt "forlorn deeds"|chainnuke basically I have trouble with the chain nuke tends to go first tthen it sometimes bothers to ta...
by greggor
Sun Nov 09, 2003 5:39 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V8 with ini
Replies: 253
Views: 68505

in genbot.mac 11/6 there is a $DoTraps Variable that should be @DoTraps I assume... also in 11/8 botspell I think you should add... #Event Sitting "You must stand upright and still in order to cast!" thats what it says when you are sitting and try to use an aa spell type ability, IE divine...
by greggor
Sun Oct 26, 2003 7:37 pm
Forum: MQ2::Development::Feature Discussion
Topic: /memspell has a very strange bug...
Replies: 2
Views: 961

/memspell has a very strange bug...

/memspell works always when typed in, but when mounted and using a macro to activate the command it won't work anymore no matter how many times the macro tells it to... it works fine on non mounted chars. in fact I can click off horse and memspell works without reloading macro Unfortunately I don't ...
by greggor
Sun Oct 26, 2003 12:05 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V8 with ini
Replies: 253
Views: 68505

yeah I didn't see anything too wierd ... just an extra ch every once in a while. Anyway here are some of the changes that I use just to give you some ideas, use them or not hehe. 1. the check agressive code in botcombat version 8.1... Sub CheckAggressive /if $invpanel==TRUE /return /call CheckPuller...
by greggor
Sun Oct 26, 2003 1:52 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V8 with ini
Replies: 253
Views: 68505

hmm I can't figure out why but for some reason after complete healing the tank (warrior) the cleric I have using this mac sometimes complete heals me (the monk/always the leader of the group)... I'm trying to narrow it down now but no luck so far... hehe the new healer code is a little over my head ...
by greggor
Sat Oct 25, 2003 5:20 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V8 with ini
Replies: 253
Views: 68505

a blank personal.inc would be nice for those who don't want to erase all your stuff to make their own :)
by greggor
Sat Oct 11, 2003 4:10 am
Forum: MQ2::Development::Feature Discussion
Topic: fixed
Replies: 2
Views: 838

recompiling shortly will delete post if it solves the problem thanks :)...
by greggor
Sat Oct 11, 2003 3:22 am
Forum: MQ2::Development::Feature Discussion
Topic: fixed
Replies: 2
Views: 838

fixed

fixed
by greggor
Sat Oct 11, 2003 1:19 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Bot for any class.
Replies: 104
Views: 29493

First you should replace in botheal.inc... /if $spawn($group(@GroupMember),class)=="Magie" /call Casterheal with /if $spawn($group(@GroupMember),class)=="Magician" /call Casterheal 2ndly... in botcore.inc... Sub Do-follow /varset Afollow 0 /varset FollowTarget "NULL" /t...
by greggor
Fri Oct 10, 2003 1:59 pm
Forum: MQ2::Development::Feature Discussion
Topic: Feature request: $zone(indoor)
Replies: 2
Views: 1561

Feature request: $zone(indoor)

something that can tell your macro whether you are indoors or outdoors would help with some horse/siting to med scripts I have thought of...

IE.

$zone(indoor) would return True or false...
by greggor
Fri Oct 10, 2003 11:37 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Bot for any class.
Replies: 104
Views: 29493

Great code btw it has taken me weeks to work out the nuances of it I can't imagine the time/effort put into writing it... Here are some suggestions. 1.) Move all user defined variables from genbot.mac to personal.inc, that way when you make a slight modification we don't have to redo those variables...
by greggor
Sat Oct 04, 2003 2:17 pm
Forum: MQ2::General
Topic: Guide to converting macros.... (in progress)
Replies: 8
Views: 2562

Guide to converting macros.... (in progress)

Just figured a guide to converting macros would be a good idea, and a great first step to a macro converting program (if anyone wants to make this :) ) Here is what I've figured out so far... please feel free to add more ideas/steps/suggestions and I will add to this post as needed. I'm relying heav...