isxeq2 crashing

eddie43302

Senior Member
Keeps crashing ever since i updated my inquis script only on that toon.If anyone can help be much appreciated im going to pin some crash logs also...Sorry had to zip the wordpad file up wouldnt let me post said exceeded the 19.kb for this file type.. dam..
 

Attachments

Kannkor

Ogre
Keeps crashing ever since i updated my inquis script only on that toon.If anyone can help be much appreciated im going to pin some crash logs also...Sorry had to zip the wordpad file up wouldnt let me post said exceeded the 19.kb for this file type.. dam..
I'm guessing it's because you need to use the id keyword.

${Me.Group[${MainTankID}].ToActor.Distance}

Should be: ${Me.Group[id,${MainTankID}].ToActor.Distance}

Basically, MainTankID is a number, lets say, 50304950. Without ID, it's trying to find the 50304950th group member.. which doesn't exist.
 

eddie43302

Senior Member
Ok i fixed that part worked fine for couple hours now im getting this problem his whole game dont crash to where i have to shut it down now .. the bot just stops and i have to run eq2bot again.. but here is the error i got in the innerspace console below.. any help thanks. One thing i did notice in the spell list Divine Guidance and Divine Castigation both use 10,395 in the spell list..maybe that could be a problem not sure which one is the right number is there anyway to tell?


Unknown command '<=${Me.Ability[${SpellType[395]}].Range}'
Dumping script stack
--------------------
-->C:/Program Files (x86)/InnerSpace/Scripts/eq2bot/Class Routines/inquisitor.iss:892 HealMT()
<=${Me.Ability[${SpellType[395]}].Range}
C:/Program Files (x86)/InnerSpace/Scripts/eq2bot/Class Routines/inquisitor.iss:833 CheckHeals() call HealMT ${MainTankID}
${MainTankInGroup}
C:/Program Files (x86)/InnerSpace/Scripts/eq2bot/Class Routines/inquisitor.iss:103 Pulse() call CheckHeals
C:/Program Files (x86)/InnerSpace/Scripts/eq2bot/eq2bot.iss:519 main() call Pulse
Ending EQ2Bot!
 
Last edited:

Kannkor

Ogre
That's something specific to EQ2bot.

By the looks of it, that line isn't aligned with something. It's doing a math calc with half the equation missing.
 

Pygar

EQ2Bot Specialist
Someone committed Bobthebuilder's inquis file back on april 9th.

The file has issues.

I don't normally blindly commit anything he does as he isn't as thorough on testing all permutations. I generally do a diff with my version and implement the enhancements he made that make sense and fix what needs fixing, then commit to SVN.

I'll try to take a look at it and clean it up.
 

Pygar

EQ2Bot Specialist
I made a pass at the file today but did not have time to test.

I found a number of problems that should be addressed now.

Please update from SVN and let me know if there are any problems.
 
Top Bottom