Inquisitor Script

Kannkor

Ogre
Depending on how in-depth you wish to get, you could make a profile with OgreBot to be fully offensive, or limited heals with heavy dps mode.

You can setup both the melee based combat arts and the ranged base combat arts, so if you are out of melee range for a fight, it will use the ranged base version of them.

If you are interested in more information:
http://www.isxgames.com/forums/showthread.php?t=4382
 

tarbasch

Senior Member
Does SVN get updated with new scripts anymore or do i need to find them and install manually?
 
Last edited:

eddie43302

Senior Member
Hey bob is that inquis script newer.. i think the last one i tried of yours would not ress anyone and would crash when it attempted to.. and also does that one buff tenacity the group wide one.. my inquis script i had to modify it so i coulld cast it manually because it would just sit there and cast over and over. and are the cures any better .. i for one wish the inquis cure was almost like the defilers it cures nicely.. the inquis one will wait til there are to many to cure and some mobs you gotta cure the 1 dot or your dead.
 

bob_the_builder

Well-Known Member
Hey bob is that inquis script newer.. i think the last one i tried of yours would not ress anyone and would crash when it attempted to.. and also does that one buff tenacity the group wide one.. my inquis script i had to modify it so i coulld cast it manually because it would just sit there and cast over and over. and are the cures any better .. i for one wish the inquis cure was almost like the defilers it cures nicely.. the inquis one will wait til there are to many to cure and some mobs you gotta cure the 1 dot or your dead.
Ruh .. dunno on any of those... Ress works.. I know... though my wife doesnt like how it casts raid res on a non combat res as the default ... but just change the spellcast number ... umm .. i am pretty sure we dont have group tenacity .. id love that, my Inq is for heroic content :/ ... as for cures .. I just recently noticed this in the eq2botlib file ... so i am pretty sure i never had these commands...

; Every class file should call CommonPower in RefreshPower and CommonHeal should be called at the end of CheckHeals or somewhere
; in Combat Routine.

BUT ... the function to call is "CommonHeals"
Code:
function UseCrystallizedSpirit(int Health=60)
{
	;UseCrystalizedSpirit is depricated.  Use CommonHeals instead.
	call CommonHeals ${Health}
}

function CommonHeals(int Health)
So anyways i like my current cures and the checks that I added

Here is my wizard and Coe also if interested ... I tried to make the AA abilities names instead of calling from the spell list file but I dont know if I got them all .... so attached my spell list files
 

Attachments

Last edited:

eddie43302

Senior Member
Script works really well bob .. but for one thing.. seems he isnt to quick to ress in combat .. one of my group members were down and the bot didnt seem to wanna ress him until after the fight.. and i do have ress in combat ticked.
 

bob_the_builder

Well-Known Member
Script works really well bob .. but for one thing.. seems he isnt to quick to ress in combat .. one of my group members were down and the bot didnt seem to wanna ress him until after the fight.. and i do have ress in combat ticked.
Yeah my wife just told me the same thing. I'll look into and re-post here again later.

Thanks.
 

bob_the_builder

Well-Known Member
Line 955

Remove the ! in front of Me.InCombat


Should be this:

Code:
elseif ${Me.InCombat} && (${Me.Ability[${SpellType[300]}].IsReady} || ${Me.Ability[${SpellType[301]}].IsReady})
 

Pygar

EQ2Bot Specialist
My inquisitor account was just reactivated last night.

As soon as I throw some raid gear and seals on it, I'll look at merging bob's changes along with the new cure routines I wrote into an official release.
 

Ardon

Well-Known Member
Made official release yet?

Hey Pygar I see that you said your Inquis account is active again and you were looking into making Bob's stuff official along with the cure routines. Have you had any time to do this yet?

The latest update I've received didn't have any updates to the inquisitor script.

Thanks to the both of you!
 
Top Bottom