Swashbuckler Routine and Spell list

Status
Not open for further replies.

ownagejoo

Well-Known Member
This is what I use right now for Swashbuckler it is not made to be a MT only to assist my Pally and DPS, It needs lots of work but is functional.
 

Attachments

Pygar

EQ2Bot Specialist
I'm not really sure why, but when I load this, I'm unable to press the start button, no errors in console.. odd..
 

Karye

Active Member
Ownagejoo,
I recommend the following changes

To prevent a possible infinite loop in the buff routine lines 132-134
Code:
		Default
			xAction:Set[10]
			break
should be changed to

Code:
		Default
			xAction:Set[20]
			break
Without a previous function call the following will misbehave on lines 249-255
Code:
			if ${Return}>2
			{
				
				call CastSpellRange ${SpellRange[${xAction},1]} ${SpellRange[${xAction},2]} 1
			}
			break
change to

Code:
			if ${Mob.Count}>2
			{
				
				call CastSpellRange ${SpellRange[${xAction},1]} ${SpellRange[${xAction},2]} 1
			}
			break
 

ownagejoo

Well-Known Member
Sorry about not updating this at all, I have a good working copy at home and will repost tonight if I get time, I just have been swamped at work and home and have not played in almost a week.


Thank Karye for the suggestions, I fixed the mobcount one before, the other I will change.

BTW this is now working up to level 63

OAJ
 

Pygar

EQ2Bot Specialist
Current release : 20070504a
EQ2Bot version: 2.60 compatible
Installation:
1. Unzip into your Innerspace directory
2. download and install the Heroic Op Object found at http://www.isxgames.com/forums/showthread.php?t=68. Please note its not necessary to edit the brigand.iss for HO functionality. Simply unzip it to your innerspace folder.
3. download and install the EQ2BotLib found at http://www.isxgames.com/forums/showthread.php?p=258

Features:
-UI with integation into EQ2Bot via a "Class" tab
-Highly Tuned DPS output
-Configureable DPS Routine Selections
-Automatic weapon swaping for AAs
-Toggle AoE use
-Toggle Debuffing
-Toggle Snares
-Mastery spells
-Heroic opporitunity Intit
-Trickery then Evade on Agro
-Uses HO Object lib for heroic opportunity participation.
-Uses "EQ2Bot Extras"
-Uses localized spell casting functions to allow using CA's while moving.
-Maintains Poisons (castic,enfeebling,turgurs)
Many thanks to Kayre, for without his previous work, this would not exist.

Requirements:
Please use latest release of EQ2Bot. Many bugs reported in testing are attributed to users with outdated versions.

Version History
20070504a
Initial Release

Download Available via the Software Repository
 
Status
Not open for further replies.
Top Bottom