Shadowknight Script

draken12685

Active Member
I have a level 70 shadowknight whom I cant get my script working at all. Does anyone have a high level shadowknight script out there? or would anyone be able to make one?

Or maybe if anyone could lend me some tips on how to correct the issues with the current script I have... For one, when I make a path and then start eq2bot off of camp style.. my character will take a step while casting on a mob near me, go back to start position, rinse repeat... never pulls lol.

Secondly... after killing 1-2 mobs my eq2bot quits and says this:

no 'NPCCount' function found in script
Call failed
Dumping Script Stack

c:.../class routines/Shadowknight.iss: 134 Call NPCCount ..
c:.../scripts/eq2bot.iss: 854 Combat() and 482 main() Call_Combat

Any idea's? For now I just want a working script that will allow my guy 3-4 pull positions to chain kill in an area... Any help? Willing to donate.
 

eqcontracts

Active Member
Heya

Code:
			call NPCCount
			if ${Return}>2
to

Code:
if ${Mob.Count}>2

etc.

This change was made with the last upgrade to the EQ2Bot script.

I'm also looking for a high level shadowknight script, if you get this working let me know.
 
Top Bottom