BS macro

Got a cool macro idea? Wanna request a macro? Here is the place for you!

Moderator: MacroQuest Developers

Jewzaho
orc pawn
orc pawn
Posts: 18
Joined: Fri Jan 09, 2004 2:36 pm

BS macro

Post by Jewzaho » Mon Apr 05, 2004 4:28 pm

I am looking for a simple backstab macro that ends once the mob dies.. And also works with the new mq2 :)

MrSmallie
a hill giant
a hill giant
Posts: 167
Joined: Fri Oct 11, 2002 11:18 am

Post by MrSmallie » Mon Apr 05, 2004 5:10 pm

Try search. There's a few. One works that I know of. The others may need more tweaking.
Me
[img]http://home.comcast.net/~mrsmallie/ches.JPG[/img]

Jewzaho
orc pawn
orc pawn
Posts: 18
Joined: Fri Jan 09, 2004 2:36 pm

Post by Jewzaho » Mon Apr 05, 2004 7:41 pm

MrSmallie wrote:Try search. There's a few. One works that I know of. The others may need more tweaking.
All the ones that ive seen so far have auto stick etc on them, i can do that myself :P just too lazy to keep pressin the dang bs button :(

Jewzaho
orc pawn
orc pawn
Posts: 18
Joined: Fri Jan 09, 2004 2:36 pm

Post by Jewzaho » Tue Apr 20, 2004 12:35 am

bump

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Post by wassup » Tue Apr 20, 2004 1:36 am

Code: Select all

Sub Main
   :Loop
   /newif (${Target.ID} && ${Me.AbilityReady[Backstab]}) /doability Backstab
   /goto :Loop
/endmacro

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Tue Apr 20, 2004 10:50 am

should have a /delay 1 or something in the loop
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

Jewzaho
orc pawn
orc pawn
Posts: 18
Joined: Fri Jan 09, 2004 2:36 pm

Post by Jewzaho » Sat May 15, 2004 10:41 am

Bump, still looking for a simple BS macro.. Something where it auto bs's everytime it pops and stops the macro when the mob dies.. I dont need all that extra follow the mob stuffs :(

User avatar
Dentist
*insert drilling noises here*
Posts: 52
Joined: Mon Jan 26, 2004 2:48 pm

Post by Dentist » Sat May 15, 2004 10:54 am

A) Try posting in the up to date forums, just bumping this post wont help.
B) Because i am such a nice person, i decided not to flame you. There are already 500 different working macros that do what you want. Try browsing the forums before asking.
http://macroquest2.com/phpBB2/viewtopic.php?t=6874
http://macroquest2.com/phpBB2/viewtopic.php?t=7044
Both do what you want.
If you dont need a mob follow script, comment it out of the macro. Or live with it.
<Oid> http://buttox.ytmnd.com/
<Oid> http://picard.ytmnd.com/
<Dentist> OMG!!!! oid you shit head, dont ever do that again or i will hunt you down. that shit is horrible i need to go kill some kittens or soemthin

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Sat May 15, 2004 10:59 am

Better yet, just die.
Smokey the Lax says only you can prevent reproduction.

Jerle69
a hill giant
a hill giant
Posts: 263
Joined: Wed Apr 28, 2004 3:26 pm

Post by Jerle69 » Sat May 15, 2004 12:41 pm

As posted in the second link above, my RH script does what you want. You can *optionally* turn on autosticking and even autoassisting, but they're just mode switches. I know you want a "simple" macro, but trust me, after you use a simple macro, you'll want a little more, then alittle more, and then you may want it all :) I know I did.

http://macroquest2.com/phpBB2/viewtopic.php?t=7044

Either way, RH does very little, or everything, tunable to your tastes without rewriting it.

Load it up, and use "rh 0" to start it, then type /autostick off and you got what you want.

If you want to change the "default" behavior of RH, just edit the appropriate declare statements to change starting conditions, for example:

Code: Select all

/declare doStick bool outer TRUE 
means that autosticking is activated by default when you run the script. You change the TRUE to FALSE, and it will be off when you start the script. Status of the various "modes" of RH are echoed when the script starts.
--Jerle