/loc

pr517

Active Member
But, it is working each time you type it. It just does something you don't expect. InnerSpace is intercepting slash commands from the client.

When you type "/loc" you are actually typing a shortcut for "LockForeground" in the console. You need to create an alias and use that other command instead. For example, type "alias myloc eq2execute loc" in the console. And then you can use /myloc instead. Add this alias to the profile start-up sequence so you don't have to do it each time.

Another good alias to have is "alias parse eq2execute act", since "/act" is a shortcut for "Activate". Then you can perform ACT functions like /parse end, /parse add Player, etc. instead.
 

joebob

Member
I noticed the same issue - thanks for the tip pr517.

I don't understand though, where to put the alias commands for startup. Do you mean in the innerspace configuration, the 'startup' tab (same place the 'prestartup' is)?
 

pr517

Active Member
- Right click InnerSpace icon
- Click "Configuration" menu option
- Click "Game Configuration" tab
- Choose game "EverQuest II"
- Choose profile "EverQuest II No Patch" (or whatever you call your profile)
- Click "Startup" button
- Click "Insert" button
- Click to highlight "New Entry" from the list
- Change the 'name to describe this sequence item' to something like "My Location"
- Enter the 'command to execute at this step of the sequence' as "alias myloc eq2execute loc"
- Click "Apply" to save it

This sequence represents commands that are automatically typed for you when you launch (or 'Startup') a profile of the game. To understand the difference between startup and pre-startup, this is taken from the wiki:
Pre-Startup is performed immediately when the game is launched, before the game is allowed to perform any initialization. Startup is performed after the session successfully contacts the uplink and the game begins processing.
 
Top Bottom