Spent a good hour scratching my head on this one, hopefully this helps someone else in the future:
Problem:
Toons didn't load when clicking the Innerspace load shortcut on desktop (using runscript OgreAutoLogin).
Error:
Via Innerspace Uplink - Console
Game 'everquest 2' not found
Toon ( Jesus ) is suppose to log onto ( Heaven.is1 ) but it has ( NULL ) still logged into it.
Extension 'isxogre' unloaded
Cause:
Recent ISXOgre Patch [Versions: ISXOgre-2012.12.31, Patch Version-193, OgreBot-15.078, OgreCraft-1.024 (Available from autopatcher) - Kannkor]
AutoLogin (Part of OgreAutoLogin)
Fix:
As Kannkor mentioned above:
Goto your "\InnerSpace\Scripts\EQ2OgreCommon\OgreAutoLogin" folder
Open "AutoLogin.iss" via Notepad
Going forward, keep updated by reading the OgreBot release notes.
Problem:
Toons didn't load when clicking the Innerspace load shortcut on desktop (using runscript OgreAutoLogin).
Error:
Via Innerspace Uplink - Console
Game 'everquest 2' not found
Toon ( Jesus ) is suppose to log onto ( Heaven.is1 ) but it has ( NULL ) still logged into it.
Extension 'isxogre' unloaded
Cause:
Recent ISXOgre Patch [Versions: ISXOgre-2012.12.31, Patch Version-193, OgreBot-15.078, OgreCraft-1.024 (Available from autopatcher) - Kannkor]
AutoLogin (Part of OgreAutoLogin)
Added a 30 second timer to various session calls. (These should normally be completed within a few seconds). Should allow for the script to actually error out/log in what it can instead of waiting indefinitately
Because this file has to patch, anyone with a different EQ2 name will need to update this file. The lines you may have to change in <install dir>\Scripts\EQ2OgreCommon\OgreAutoLogin\Autologin.iss are:
variable string GameName="everquest 2"
variable string ProfileName="everquest 2 default profile"
Because this file has to patch, anyone with a different EQ2 name will need to update this file. The lines you may have to change in <install dir>\Scripts\EQ2OgreCommon\OgreAutoLogin\Autologin.iss are:
variable string GameName="everquest 2"
variable string ProfileName="everquest 2 default profile"
Fix:
As Kannkor mentioned above:
Goto your "\InnerSpace\Scripts\EQ2OgreCommon\OgreAutoLogin" folder
Open "AutoLogin.iss" via Notepad
Revised the following 2 lines inside Autologin.iss
variable string GameName="everquest 2" to "EverQuest2"
variable string ProfileName="everquest 2 Default Profile" to "EverQuest2 Default Profile"
variable string GameName="everquest 2" to "EverQuest2"
variable string ProfileName="everquest 2 Default Profile" to "EverQuest2 Default Profile"
Going forward, keep updated by reading the OgreBot release notes.