Ogre bot having issues moving behind mob in combat

speedycerv

Active Member
I am reinstalling everything as I just got a new harddrive. So have innerspace set up, isxeq2 set up, set up the repository, moved the 2 folders, downloaded the ogre.dll. executed the extensions in the console, let everything update. Did ogre spell in console. The ogre to load the bot. Set up the file in the do not share with others with login information. Everything seems as it should except no one can move to or behind the mob even though the options are selected on the bot. I see the character flinch, in between each spell cast like it is trying to move but it isn't.

I have this set up also:

;// Default movement keys for Ogrebot. Only change the letters at the end.
#if !${OgreForwardKey(exists)}
variable(global) string OgreForwardKey=w
#endif
#if !${OgreBackwardKey(exists)}
variable(global) string OgreBackwardKey=s
#endif
#if !${OgreAutoRunKey(exists)}
variable(global) string OgreAutoRunKey=Num Lock
#endif

I'm out of ideas. Any clue?
 

Kannkor

Ogre
I am reinstalling everything as I just got a new harddrive. So have innerspace set up, isxeq2 set up, set up the repository, moved the 2 folders, downloaded the ogre.dll. executed the extensions in the console, let everything update. Did ogre spell in console. The ogre to load the bot. Set up the file in the do not share with others with login information. Everything seems as it should except no one can move to or behind the mob even though the options are selected on the bot. I see the character flinch, in between each spell cast like it is trying to move but it isn't.

I have this set up also:

;// Default movement keys for Ogrebot. Only change the letters at the end.
#if !${OgreForwardKey(exists)}
variable(global) string OgreForwardKey=w
#endif
#if !${OgreBackwardKey(exists)}
variable(global) string OgreBackwardKey=s
#endif
#if !${OgreAutoRunKey(exists)}
variable(global) string OgreAutoRunKey=Num Lock
#endif

I'm out of ideas. Any clue?
Try this:
How to Enable Lock foreground: Right click Innerspace -> Configuration -> Game Configuration -> Everquest 2 -> Lock Foreground. After you enable, hit Apply. Close Innerspace and restart Innerspace.
 

Quigly4000

Active Member
Would be great if this was included somewhere in the installation. I could see this being a huge barrier for new subscribers (dunno how many of these you get these days but still haha) since the fix is not intuitive or self explanatory at all. I spent 2 hours troubleshooting this problem before I managed to stumble upon this thread. Anyway, happy subscriber once again :)
 
Top Bottom