sorc master pet

badshark

Well-Known Member
any necro's having a problem with eq2bot not casting master sorc pet my is casting my 74 sorc pet sux
 

badshark

Well-Known Member
ok i have looked and looked at script i cant find where it says what pet spell to call up since it was updated amybe 3 or for updates ago it wont cast the master sorcerer pet it calls up the old i think 74 sorcerer pet which blows compared to my master pet any help would be awesome thanks everyone yall rock
 

badshark

Well-Known Member
should be using grim sorcerer master 1 lvl 75

but its using grim heritic master 1 lvl 62


was working fine till a few weeks ago and says im missing the grim sorcerer lvl 75 but i have the master of it



thanks amadeus yer program and youre willing to help is just awesome please keep up the great work


badshark
 

Amadeus

The Maestro
Staff member
Did you restart Eq2bot a couple of times to see if it still said you were missing that spell?

If it thinks you're missing the spell, it won't use it. So we have to figure out why it thinks you don't have it. (The fact that it's master or adept shouldn't have any bearing on anything.)
 

badshark

Well-Known Member
yeah the sspell is there i tried to get an adept 1 just in case cant scribe it due to i have the master scribed restarted many times no go
 

Amadeus

The Maestro
Staff member
Ok -- First of all, update your Necromancer.xml file (the spell list file) from SVN (ie, update all of your files from SVN) so that you're using the latest files. I just fixed one typo in the spell file ..I have no idea if it would have caused this or not.

Then, if it still happens, open up the console and type this and tell me what it says:
Code:
echo "Spell: ${Me.Ability[Grim Sorceror]}"
 

wired203

Active Member
I'm pretty sure it's a spelling error, just like if I recall the spell name and the recipie name are different. one is Sorceror and the other is spelled Sorcerer but I don't recall which is which.

Badshark try this command

echo "Spell: ${Me.Ability[Grim Sorcerer]}"

and report back.
 

Amadeus

The Maestro
Staff member
Ok, I updated the necromancer spell list in SVN to read:

Code:
<Setting Name="75,356">Grim Sorcerer</setting>
 
Top Bottom