MadDPS Swashy script

Minuo

Active Member
Is there anyone that has a working raid bot script for a Swashbuckler that can be posted/uploaded to SVN please. Thanks in advance. :halo:
 

Minuo

Active Member
Low DPS

eq2bot works but it seems to parse very low, barely breaking 2k on the parse, when i can manual play the toon and parse close to 3.5k or better. Just looking for someone who uses a Swashy bot script to do 3k dps or better.
 

nathanh

Active Member
The best thing to do is make a dedicated script to perform the following:


Designate a Tank
Designate Spells (Attacks)
Add a GetBehind function to get behind the mob (or not) -- see FastMove function
Initiate attacks on mobs less than % health
Initiate attacks when Tank is in combat.

wait a do / while 1 event, with a wait 01 timer or waitframe in loop, this should execute faster DPS than a person would if you actually code it proper.

g'luck

Equidis
 

Pygar

EQ2Bot Specialist
Actually, a script could handle all the math to figure out the best CA spacing/timing based upon your current haste as it changes durring the fight from proc, etc.

Seems that would be the best way to up the dps.
 

Kevinshp

Well-Known Member
Mad swashbuckler dps

Is there anyone that has a working raid bot script for a Swashbuckler that can be posted/uploaded to SVN please. Thanks in advance. :halo:
I am posting here as its looks as good as any to post it. I can't seem to find a way to start a post. (yes I am a noob) My swashy does some pretty nice dps getting 8k at times however he doesn't seem to use En Garde II or either of his endline Shadow tree spells. Any one have some help for a noob?

Thanks
 

bjcasey

ISX Specialist
I am posting here as its looks as good as any to post it. I can't seem to find a way to start a post. (yes I am a noob) My swashy does some pretty nice dps getting 8k at times however he doesn't seem to use En Garde II or either of his endline Shadow tree spells. Any one have some help for a noob?

Thanks
First thing to do would be to check the swashbuckler.iss and the accompaning spell list file to see if those spells are defined and spelled right.
 

Kevinshp

Well-Known Member
Mad dps

First thing to do would be to check the swashbuckler.iss and the accompaning spell list file to see if those spells are defined and spelled right.
they are in teh spell list and appear to be spelled correct.
 

Kevinshp

Well-Known Member
mad dps

Next would be checking the number it was assigned in the spell list against the .iss to see if somewhere in the combat routine the spell is being cast.
I think you didn't read the part that said I am a noob. I have no clue how to check that
 

bjcasey

ISX Specialist
Open the swashbuckler.iss file in notepad and take a look at the coding. The combat routine is labled as combat and you'll see the casting order. Instead of using the spell names there will be the spell numbers that were assigned to those particular spells in the spell list file.

Poke around with it and see if you can substitute numbers to change what it casts. Trial and error is a great way to learn this stuff. If you screw it up just redownload via the svn.
 

Kevinshp

Well-Known Member
Open the swashbuckler.iss file in notepad and take a look at the coding. The combat routine is labled as combat and you'll see the casting order. Instead of using the spell names there will be the spell numbers that were assigned to those particular spells in the spell list file.

Poke around with it and see if you can substitute numbers to change what it casts. Trial and error is a great way to learn this stuff. If you screw it up just redownload via the svn.
ok wish me luck and thanks
 
Top Bottom