Eq2bot

nilsar

Active Member
Anyone have a problem with no attacking named mobs seems that for some reason the bot will not attack a named mob after the patch works fine for non named ones.

Nilsar
 

blackee

Senior Member
Yes. I have tried to toggle many different combinations, thinking there was an incorrect ID tag for named...to no avail.
 

bowie

Senior Member
Yes..I have had this with Alerica the Flamecaller in Darklight Wood...using SVN of eq2bot and shadowknight script :/
 

Pygar

EQ2Bot Specialist
This has been a sporadic issue for some time. I get reports of one named not working, but when i go check it, it does.

That being said, when you see one that doesn't work echo ${Target.ID} and post it here.

There is a suspicion that some actor id's are too big for the INT datatype, and this might be causing some agro checks to break internally.
 

Amadeus

The Maestro
Staff member
I just updated ISXEQ2 and made sure that the "ID" MEMBER of the character and actor datatypes are properly returning and unsigned integer and not a signed integer. As far as I can tell from the eq2bot script, it should not require any changes within the script (since the ID is never stored.)
 

Pygar

EQ2Bot Specialist
This change doesn't seem to effect the behavior.

I've been over the code several times, and I'm not sure what about these named's in RoK is causing this.

I verified the ID values are not out of range as well.
 
Top Bottom