Anyone have an updated Warlock or Inquisitor routine?

spunk1278

Active Member
Warlock: Wondering if anyone has an updated class routine for warlock. Particularly the new AA abilities and casting plaguebringer (which currently mine refuses to do) or improved casting order. I tried to make the changes myself but it hasn't worked yet. If no one has one I'll spend some more time on it although I'm totally making it up as I go along, no clue what I'm doing.

Inquisitor: I butchered this one to get the Tenacity buff to work, but no luck with the new myth quest clickie to cure
 

bob_the_builder

Well-Known Member
Warlock: Wondering if anyone has an updated class routine for warlock. Particularly the new AA abilities and casting plaguebringer (which currently mine refuses to do) or improved casting order. I tried to make the changes myself but it hasn't worked yet. If no one has one I'll spend some more time on it although I'm totally making it up as I go along, no clue what I'm doing.

Inquisitor: I butchered this one to get the Tenacity buff to work, but no luck with the new myth quest clickie to cure
For the clickie cure use this:

Code:
if ${grpcure}>2
	{
		if ${Me.Equipment[Penitent's Absolution].IsReady}
		{
			Me.Equipment[ExactName,Penitent's Absolution]:Use
			wait 2
		}	
		else
			call CastSpellRange 220
	}
PM me if you want me to send you my updated ISS file. It has Chilling Embrace, updated Verdict, Divine Recovery, Redemption, and Sacrifice. It is designed for healing but the Offensive spells are there if you want to use Inq as a DPSer. Also changed the Battle Cleric mode to just cast 3 spells, so try that if you want to do melee and be a main healer. PM me if you have other questions.
 

Amadeus

The Maestro
Staff member
Just about anything you could possibly want to do is somewhere in the three files that I have done: Illusionist, Shadowknight, and Fury (in that order.)

Those should be utilized as examples for everyone else.
 

Coladar

Member
This isn't just a total repeat and ass-kiss of Amadeus' post. That said, anyone that wants anything done for any class is beyond stupid if they don't look at the Fury, Illy and SK. You have classes that heal, classes that mez/constantly have to target non $Killtargets, and classes worried with aggro. Nearly every possible contingency for any class is found in those three as comprehensive as they are. Those three basically equal the limits of what the EQ2Bot are capable of. Mind you, that's not the total ass-kissing it looks like, it's just a tip from someone trying to deal with their own classes script and rewriting it without wasting years trying to learn every possible definition EQ2Bot handles.

Anyway, as I said, the reason I replied wasn't just to kiss ass, it was to recommend also looking at EQ2Bot and EQ2BotLib files. While the Fury/Illy/SK are often all you need, particularly if you don't intend to do any radical changes, sometimes the way things are handled in those three scripts are too complex if you're not familiar with scripting, and studying how the shit is actually defined, and exactly what you can do* AND* how it's done is useful. Read the class script, then look to see what each line is really doing by looking it up in EQ2Bot.iss. Since you seemed to be having trouble on your own, I'm just saying I wouldn't recommend looking only at the three class files. EQ2Bot.iss is kind of like a cheat sheet if you aren't overly skilled at this stuff, at least I've found it to be. But its well worth it to do it right and invest the time since a lot of these scripts are, no offense, fairly flawed. I didn't even have much trouble with the Brig script, but taking it apart you see a lot of quirky things that can be improved on. So take the time and learn it instead of just copying/pasting people's answers from these boards, you'll be extremely glad you did.
 

Pygar

EQ2Bot Specialist
If coding isn't your thing, just post feature requests with what you want.

I do not play a warlock, so I have no clue what casting order to use. The current one was provided by someone that understood the class back in RoK.

If coding is your thing, then by god send me what you work out if its better and I'll compare it with the current release and merge where appropriate.
 

spunk1278

Active Member
Thanks for the replies. Bob got me all set on the inquisitor and I started fiddling with the warlock although I dont really know anything about anything. I'm making progress and maybe I'll learn something
 

bob_the_builder

Well-Known Member
Thanks for the replies. Bob got me all set on the inquisitor and I started fiddling with the warlock although I dont really know anything about anything. I'm making progress and maybe I'll learn something
What do you think about the Inq script? any suggestions or comments, I'm always trying to tweak her some !

Used her single healer for Cella and the first Insertion, still having problems with the Erudin Royal Palace but I think its my SHK not my Inq. But please throw me some suggestions, I really want to roll with one healer and my Inq is it !
 
Top Bottom