bot commander/drusella/and/wizard

shovelhead01

Active Member
i wish there was a button to stop combat. like when doing drusella in maidens. i tried the drusella script i cant figure it out they just keep burning her down lol
but i was thinking if there was a stop all combat on the bot commander i may have a chance at her

also noticed that my wizard when she runs a kill path with the rest of my crew she has trouble figuring out when combat is over to begin auto follow and gets left behind alot


thanks! off to play beatles rock band hehe:eek:
 

wired203

Active Member
wow if your using the eq2botcommander didn't you notice the pause? It's a hard pause on the script which halts it mid action until unpaused.
 

shovelhead01

Active Member
does it stop auto attack?

never mind i tested it it will not stop auto attack

thats what button i would like to see put in
 
Last edited:

wired203

Active Member
Technically sure it is, you would just add a relay command to target the controlling toon under the pause command. The file is easy to edit and play around with and has plenty of examples including setting a target and relaying commands.
 

thrakos

Active Member
That's not an easy task when you are running 5 toons.
I'm running 6 toons and have no problem doing this. It's all in how you setup your keys. Create a hotbar macro key on every toon that does something like this:
/autoattack 0
/target <maintank>
/heal <maintank> (put all heals in here)

This includes the main tank, so he'll target himself. Take out the 'heal' for non healing toons. Then, as soon as you see Dru speak, hit pause in the commander and start slamming the macro you created. Once her skeleton hands disappear, unpause thru the commander. Rinse-Repeat.

I've cleared dru at least 10 times in the last two weeks with this setup and she never got healed once. This encounter is super easy w/ this setup. YMMV
 
Last edited:

shovelhead01

Active Member
bot commander

what is the file eq2drusella.iss for? this thing broke? anyone used it? know how to use it? heh

sure would be easier if i had a stop autoattack button on my bot commander im not real good making macros
 

wired203

Active Member
open eq2drusella.iss in notepad and you will be able to see what it does. First step to coding is learning to read code or at least the comments in the code.

I would love to say that I have tons of free time to re-edit the commander but I really have been slammed with work and side work and haven't really even had time to play nevermind code. But I gave you all the tips you would need to figure it out yourself :)
 

shovelhead01

Active Member
eq2drusella

dont now anything about coding. all i know is it keep saying stuff in the big window
like waiting on her to emote i guess but dont work just keeps on attacking
wish some one would make it work would be nice to kill her all i wanted to
 

thrakos

Active Member
what is the file eq2drusella.iss for? this thing broke? anyone used it? know how to use it? heh

sure would be easier if i had a stop autoattack button on my bot commander im not real good making macros
To make a macro in-game, right click on the hotbar key you want to make a macro in, and choose "Create Macro". If you can't handle that, then, well... um... sorry
 

Pygar

EQ2Bot Specialist
Don't use auto attack on Drusella, problem solved.

EQ2Drusella is a script someone asked me to make to pause eq2bot when she has the buff on her. That should be exactly what it is doing.

As you discovered pausing eq2bot doesn't magically turn off auto-attack.

Your Solution:
Turn off Autoattack when killing Drusella and use either method mentioned in this thread to pause the bot as needed.
 

shovelhead01

Active Member
autoattack

k explain how not to use auto attack on drusella on 5 toons without telling me to hit the attack manually on each game im botting

all im saying is i wish you would put in a stop auto attack on the bot commander
it would be so easy to kill her then

i been thinking about trying the joust thing send tells to go in and out?
im betting this dont work either
 

shovelhead01

Active Member
To make a macro in-game, right click on the hotbar key you want to make a macro in, and choose "Create Macro". If you can't handle that, then, well... um... sorry
im not retarded. i know how to set up macros in game. explain how to make one i dont have to spam constantly on 5 toons to get them to stop attacking
 

Forkedman

Active Member
function stopattack()
{
wait 10
relay all eq2execute /autoattack 0
}

In eq2botcommander.iss

and you'll need to make XML for the new button.

And no, haven't tested it but at least it should point you in the right direction. Oh, and I mean this button is after you pause everything.
So you could add it to the pause script if you wanted.

But again, not tested =P
 
Last edited:
Top Bottom