<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.ogregaming.com/eq2/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ogregaming.com/eq2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mooshi</id>
		<title>ISXOgre - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ogregaming.com/eq2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mooshi"/>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/Special:Contributions/Mooshi"/>
		<updated>2026-04-08T15:24:31Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.13</generator>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin</id>
		<title>OgreOther:AutoLogin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin"/>
				<updated>2013-05-22T22:14:45Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: /* Step By Step */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
OgreAutoLogin can open sessions, and/or use existing sessions, and log characters into specific sessions.&lt;br /&gt;
&lt;br /&gt;
Note: This is an advanced feature. You will need to follow specific instructions, including creating windows short cuts to be able to set this up.&lt;br /&gt;
&lt;br /&gt;
Remember: If you only want to auto login one character, all you need is to complete the &amp;quot;Before You Begin&amp;quot; section.  Then launch EQ2, open the innerspace console (using the ~ key), and type &amp;quot;ogre login toonname&amp;quot; (without the quotes).&lt;br /&gt;
&lt;br /&gt;
==Before You Begin==&lt;br /&gt;
In order to use OgreAutoLogin, you need the following set up prior.&lt;br /&gt;
* A blank loginscene. Information on obtaining one can be found in the [[NewUserWalkthrough:Page1|New user walkthrough page 1]]. (Scroll down to the section titled &amp;lt;b&amp;gt;Blank loginscene&amp;lt;/b&amp;gt;)&lt;br /&gt;
* EQ2Chars.inc must be filled in with correct information. Information can be found in the [[NewUserWalkthrough:Page2|New user walkthrough page 2]].&lt;br /&gt;
&lt;br /&gt;
== Step By Step ==&lt;br /&gt;
#MAKE SURE you have completed the &amp;quot;Before You Begin&amp;quot; section! DO NOT SKIP ANY STEPS on EITHER of the pages linked above, or the rest of this will NOT work.&lt;br /&gt;
#Locate and edit the following file - Innerspace/Scripts/EQ2OgreCommon/OgreAutoLogin/AutoLogin.iss. Here is a listing of the first few lines of that file:&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;******** Ogre Automated Login. Version 1.03 **********&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Change the below 2 to match what you have. Below are the defaults. All computers must have the same names. Use uniformity.&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string GameName=&amp;quot;Everquest 2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string ProfileName=&amp;quot;Everquest 2 Default Profile&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Below is the amount of time the script will wait after it loads a session.&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Edit the &amp;lt;b&amp;gt;GameName&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;ProfileName&amp;lt;/b&amp;gt; to match the values you used when you configured Innerspace.&lt;br /&gt;
#*If you are unsure of what your game name is you can right click the innerspace taskbar notification window&lt;br /&gt;
#:[[image:IS.taskbar.png]]&lt;br /&gt;
#*At the top, you'll see a list of the &amp;quot;GameNames&amp;quot; innerspace knows about.&lt;br /&gt;
#*Moving your mouse over the Everquest2 game will show the name of the &amp;quot;ProfileName&amp;quot; you need to use.&lt;br /&gt;
#*Use these exact names (case sensitive) when editing your AutoLogin.iss file.&lt;br /&gt;
#Create a Desktop Shortcut that will launch the Ogre Auto Login UI&lt;br /&gt;
#*Right-click on your desktop and click 'New' -&amp;gt; 'Shortcut'&lt;br /&gt;
#*Click the Browse... button to locate Innerspace/Innerspace.exe. This will put the path to Innerspace.exe in the &amp;quot;Type the location of the item:&amp;quot; box.&lt;br /&gt;
#*Edit that line to append &amp;quot;runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;quot; after the path to the exe.&lt;br /&gt;
#*The line should now look something like&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#::or&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;&amp;quot;C:\Program Files\Innerspace\InnerSpace.exe&amp;quot; runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#:(if the path to Innerspace.exe contains spaces or special characters, you'll need quotes around the path as shown in the 2nd example)&lt;br /&gt;
#*Click the Next button, Give it a name and click Finish. &lt;br /&gt;
#Launch the Ogre Auto Login UI by double-clicking the desktop shortcut you just created.&lt;br /&gt;
#* Note: This loads INSIDE of the uplink console. Depending on your computer, it will pop up in front of you, OR you will see a new window in your task bar, go ahead and click it. If you can't find the window anywhere, right-click the Innerspace icon in your taskbar and select Console.&lt;br /&gt;
#:[[image:Console.autologin.png|500px]]&lt;br /&gt;
#*The Character List (on the left) will contain all your characters from the EQ2Chars.ini file you edited above.&lt;br /&gt;
#*#Select the first Character from Character List&lt;br /&gt;
#*#Select the PC you wish to use for this character.&lt;br /&gt;
#*#Select the Innerspace Session name to use for that character (e.g. IS1).&lt;br /&gt;
#*#* Currently it performs the following checks&lt;br /&gt;
#*#** If session is &amp;quot;Any&amp;quot;&lt;br /&gt;
#*#*** Toon will stay logged in on its current session&lt;br /&gt;
#*#** If Session is specific &amp;quot;IS1&amp;quot; / &amp;quot;IS2&amp;quot; etc&lt;br /&gt;
#*#*** If toon online: Checks to see if the toon is on that specific session. If not, log off.&lt;br /&gt;
#*#*** If toon offline: If that specific session is in use, log that session off.&lt;br /&gt;
#*#** If an alt (based off of eq2chars.inc list) is logged on, they will be logged off to allow the characters you have selected to be logged on.&lt;br /&gt;
#*#Click Add Selection&lt;br /&gt;
#*#Repeat for each character in the group you wish to have logged in at the same time.&lt;br /&gt;
#*Type in a name to save the profile as (on the right side), then click the Save Profile button.&lt;br /&gt;
#**The next time you run Ogre Auto Login UI, the saved profiles will be available under the &amp;quot;load profile&amp;quot; button.&lt;br /&gt;
#*Click 'Load Toons and exit'.&lt;br /&gt;
#*Wait for it to finish logging in all your toons (this can take a long time, even as much as a few minutes) then you can click 'X' to close the Innerspace Console.&lt;br /&gt;
#And you've now successfully set up and used Ogre Auto Login. You can just click your desktop shortcut any time you want, and it will launch the Ogre Auto Login UI (remember it might be in the background, or you might have to manually launch the Innerspace Console if your shortcut doesn't bring the window up automatically)&amp;lt;br /&amp;gt;If you are happy with this, you can stop now. If you'd like to get even fancier, read the section below on launching a specific toon list directly from a desktop shortcut (without launching the Ogre Auto Login UI).&lt;br /&gt;
&lt;br /&gt;
== Loading a specific toon list profile ==&lt;br /&gt;
Once you have created a toon list profile using the step-by-step method above, you can automatically launch and login that profile using Ogre Automated Login, rather than using the UI.&lt;br /&gt;
* The AutoLogin script that your desktop shortcut runs can accept 1 parameter, a saved toon list profile. When a parameter is passed, it automatically runs the script in the background, bypassing the Ogre Auto Login UI entirely.&lt;br /&gt;
* IMPORTANT *** You MUST create the toon list profile using the Ogre Auto Login UI *BEFORE* you can use this&lt;br /&gt;
#Let's assume you saved your toon list profile as &amp;quot;MainGroup&amp;quot;.&lt;br /&gt;
#Create a new Desktop Shortcut exactly like you did above.&lt;br /&gt;
#When you get to the part where you're appending to the Innerspace.exe path, also append &amp;quot;MainGroup&amp;quot; at the very end.&amp;lt;br /&amp;gt;Example:&lt;br /&gt;
#* &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MainGroup&amp;lt;/code&amp;gt;&lt;br /&gt;
#Now you have two desktop shorcuts. The first one will launch the UI, and the second one will automatically log in your &amp;quot;MainGroup&amp;quot; toons, but will bypass the UI.&lt;br /&gt;
&lt;br /&gt;
== Quirks == &lt;br /&gt;
* It's a good idea to have Innerspace running before you double-click your desktop shortcuts. Double-clicking your shortcuts will launch Innerspace if it is not already running. However:&lt;br /&gt;
** If Innerspace needs to patch, it will do so, reload itself, and run the script you were trying to run, but it will not include any parameters you were passing in (i.e. the &amp;quot;MainGroup&amp;quot; toon list profile name.&lt;br /&gt;
** If Innerspace is already open, it simply runs the script with the parameters (which is a good thing).&lt;br /&gt;
* There is VERY limited user error checking. So use some common sense. For example: If you say you want the toon Kannkor to load on IS8 and that's it, it will load 1 session (IS1), and fail to load Kannkor because it can't find IS8. It's best to start to have the entire set (Kannkor IS1, Kannkor2 IS2 etc), or use the &amp;quot;Any&amp;quot; option.&lt;br /&gt;
* The odd time, when changing toons around, 1 session would crash. I can't reproduce this bug other than rarely, and randomly, so I believe it still exists. If this happens to you, look at the uplink console of that computer, and you should see a line such as: Command given: ogre -&amp;lt;stuff&amp;gt;-. I need the &amp;lt;stuff&amp;gt;. It will have your toon name, but if it has anything else (including spaces) I need to know exactly what that other stuff is.&lt;br /&gt;
* Note: When you run this, it loads ISXOgre into your uplink. Which should patch ISXOgre fine. However if you are in the game and need to patch ISXOgre, you will need to unload the extension from the uplink console (done via loading the console and ext -unload isxogre).&lt;br /&gt;
&lt;br /&gt;
== Using Multiple Computers ==&lt;br /&gt;
If you are using multiple computers, you must have them &amp;quot;connected&amp;quot; prior to running your desktop shortcuts.&lt;br /&gt;
&lt;br /&gt;
If you like, you can create yet another desktop shortcut to connect them. Just create a shortcut to Innerspace.exe like you did above, and when you get to the part about appending the script name, append this:&lt;br /&gt;
: &amp;lt;code&amp;gt;runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
So your full shortcut link should look like this:&lt;br /&gt;
: &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
And give this shortcut a name like &amp;quot;Ogre Connect&amp;quot;&lt;br /&gt;
* When using this shortcut, &amp;quot;nothing&amp;quot; visually you can see will happen. It simply connects your computers.&lt;br /&gt;
*'''Ensure all computers are using the same naming in the game profile in Innerspace game configuration.'''&lt;br /&gt;
&lt;br /&gt;
Now if you've accomplished all of the &amp;quot;Step by Step&amp;quot; section above, you will have multiple shortcuts on your desktop.&lt;br /&gt;
A typical startup sequence if you are using multiple computers would be:&lt;br /&gt;
# Launch Innerspace on all computers.&lt;br /&gt;
# Double-Click your &amp;quot;Ogre Connect&amp;quot; desktop shortcut.&lt;br /&gt;
# Double-Click your &amp;quot;Auto Login&amp;quot; desktop shortcut&lt;br /&gt;
#* This can be either the one that launches the UI or one that launches one of your toon list groups.&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin</id>
		<title>OgreOther:AutoLogin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin"/>
				<updated>2013-05-22T22:01:15Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: /* Using Multiple Computers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
OgreAutoLogin can open sessions, and/or use existing sessions, and log characters into specific sessions.&lt;br /&gt;
&lt;br /&gt;
Note: This is an advanced feature. You will need to follow specific instructions, including creating windows short cuts to be able to set this up.&lt;br /&gt;
&lt;br /&gt;
Remember: If you only want to auto login one character, all you need is to complete the &amp;quot;Before You Begin&amp;quot; section.  Then launch EQ2, open the innerspace console (using the ~ key), and type &amp;quot;ogre login toonname&amp;quot; (without the quotes).&lt;br /&gt;
&lt;br /&gt;
==Before You Begin==&lt;br /&gt;
In order to use OgreAutoLogin, you need the following set up prior.&lt;br /&gt;
* A blank loginscene. Information on obtaining one can be found in the [[NewUserWalkthrough:Page1|New user walkthrough page 1]]. (Scroll down to the section titled &amp;lt;b&amp;gt;Blank loginscene&amp;lt;/b&amp;gt;)&lt;br /&gt;
* EQ2Chars.inc must be filled in with correct information. Information can be found in the [[NewUserWalkthrough:Page2|New user walkthrough page 2]].&lt;br /&gt;
&lt;br /&gt;
== Step By Step ==&lt;br /&gt;
#MAKE SURE you have completed the &amp;quot;Before You Begin&amp;quot; section! DO NOT SKIP ANY STEPS on EITHER of the pages linked above, or the rest of this will NOT work.&lt;br /&gt;
#Locate and edit the following file - Innerspace/Scripts/EQ2OgreCommon/OgreAutoLogin/AutoLogin.iss. Here is a listing of the first few lines of that file:&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;******** Ogre Automated Login. Version 1.03 **********&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Change the below 2 to match what you have. Below are the defaults. All computers must have the same names. Use uniformity.&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string GameName=&amp;quot;Everquest 2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string ProfileName=&amp;quot;Everquest 2 Default Profile&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Below is the amount of time the script will wait after it loads a session.&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Edit the &amp;lt;b&amp;gt;GameName&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;ProfileName&amp;lt;/b&amp;gt; to match the values you used when you configured Innerspace.&lt;br /&gt;
#*If you are unsure of what your game name is you can right click the innerspace taskbar notification window&lt;br /&gt;
#:[[image:IS.taskbar.png]]&lt;br /&gt;
#*At the top, you'll see a list of the &amp;quot;GameNames&amp;quot; innerspace knows about.&lt;br /&gt;
#*Moving your mouse over the Everquest2 game will show the name of the &amp;quot;ProfileName&amp;quot; you need to use.&lt;br /&gt;
#*Use these exact names (case sensitive) when editing your AutoLogin.iss file.&lt;br /&gt;
#Create a Desktop Shortcut that will launch the Ogre Auto Login UI&lt;br /&gt;
#*Right-click on your desktop and click 'New' -&amp;gt; 'Shortcut'&lt;br /&gt;
#*Click the Browse... button to locate Innerspace/Innerspace.exe. This will put the path to Innerspace.exe in the &amp;quot;Type the location of the item:&amp;quot; box.&lt;br /&gt;
#*Edit that line to append &amp;quot;runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;quot; after the path to the exe.&lt;br /&gt;
#*The line should now look something like&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#::or&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;&amp;quot;C:\Program Files\Innerspace\InnerSpace.exe&amp;quot; runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#:(if the path to Innerspace.exe contains spaces or special characters, you'll need quotes around the path as shown in the 2nd example)&lt;br /&gt;
#*Click the Next button, Give it a name and click Finish. &lt;br /&gt;
#Launch the Ogre Auto Login UI by double-clicking the desktop shortcut you just created.&lt;br /&gt;
#* Note: This loads INSIDE of the uplink console. Depending on your computer, it will pop up in front of you, OR you will see a new window in your task bar, go ahead and click it. If you can't find the window anywhere, right-click the Innerspace icon in your taskbar and select Console.&lt;br /&gt;
#:[[image:Console.autologin.png|500px]]&lt;br /&gt;
#*The Character List (on the left) will contain all your characters from the EQ2Chars.ini file you edited above.&lt;br /&gt;
#**Select the first Character from Character List&lt;br /&gt;
#**Select the PC you wish to use for this character.&lt;br /&gt;
#**Select the Innerspace Session name to use for that character (e.g. IS1).&lt;br /&gt;
#*** Currently it performs the following checks&lt;br /&gt;
#**** If session is &amp;quot;Any&amp;quot;&lt;br /&gt;
#***** Toon will stay logged in on its current session&lt;br /&gt;
#**** If Session is specific &amp;quot;IS1&amp;quot; / &amp;quot;IS2&amp;quot; etc&lt;br /&gt;
#***** If toon online: Checks to see if the toon is on that specific session. If not, log off.&lt;br /&gt;
#***** If toon offline: If that specific session is in use, log that session off.&lt;br /&gt;
#**** If an alt (based off of eq2chars.inc list) is logged on, they will be logged off to allow the characters you have selected to be logged on.&lt;br /&gt;
#**Click Add Selection&lt;br /&gt;
#**Repeat for each character in the group you wish to have logged in at the same time.&lt;br /&gt;
#*Type in a name to save the profile as (on the right side), then click the Save Profile button.&lt;br /&gt;
#**The next time you run Ogre Auto Login UI, the saved profiles will be available under the &amp;quot;load profile&amp;quot; button.&lt;br /&gt;
#*Click 'Load Toons and exit'.&lt;br /&gt;
#*Wait for it to finish logging in all your toons (this can take a long time, even as much as a few minutes) then you can click 'X' to close the Innerspace Console.&lt;br /&gt;
#And you've now successfully set up and used Ogre Auto Login. You can just click your desktop shortcut any time you want, and it will launch the Ogre Auto Login UI (remember it might be in the background, or you might have to manually launch the Innerspace Console if your shortcut doesn't bring the window up automatically)&amp;lt;br /&amp;gt;If you are happy with this, you can stop now. If you'd like to get even fancier, read the section below on launching a specific toon list directly from a desktop shortcut (without launching the Ogre Auto Login UI).&lt;br /&gt;
&lt;br /&gt;
== Loading a specific toon list profile ==&lt;br /&gt;
Once you have created a toon list profile using the step-by-step method above, you can automatically launch and login that profile using Ogre Automated Login, rather than using the UI.&lt;br /&gt;
* The AutoLogin script that your desktop shortcut runs can accept 1 parameter, a saved toon list profile. When a parameter is passed, it automatically runs the script in the background, bypassing the Ogre Auto Login UI entirely.&lt;br /&gt;
* IMPORTANT *** You MUST create the toon list profile using the Ogre Auto Login UI *BEFORE* you can use this&lt;br /&gt;
#Let's assume you saved your toon list profile as &amp;quot;MainGroup&amp;quot;.&lt;br /&gt;
#Create a new Desktop Shortcut exactly like you did above.&lt;br /&gt;
#When you get to the part where you're appending to the Innerspace.exe path, also append &amp;quot;MainGroup&amp;quot; at the very end.&amp;lt;br /&amp;gt;Example:&lt;br /&gt;
#* &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MainGroup&amp;lt;/code&amp;gt;&lt;br /&gt;
#Now you have two desktop shorcuts. The first one will launch the UI, and the second one will automatically log in your &amp;quot;MainGroup&amp;quot; toons, but will bypass the UI.&lt;br /&gt;
&lt;br /&gt;
== Quirks == &lt;br /&gt;
* It's a good idea to have Innerspace running before you double-click your desktop shortcuts. Double-clicking your shortcuts will launch Innerspace if it is not already running. However:&lt;br /&gt;
** If Innerspace needs to patch, it will do so, reload itself, and run the script you were trying to run, but it will not include any parameters you were passing in (i.e. the &amp;quot;MainGroup&amp;quot; toon list profile name.&lt;br /&gt;
** If Innerspace is already open, it simply runs the script with the parameters (which is a good thing).&lt;br /&gt;
* There is VERY limited user error checking. So use some common sense. For example: If you say you want the toon Kannkor to load on IS8 and that's it, it will load 1 session (IS1), and fail to load Kannkor because it can't find IS8. It's best to start to have the entire set (Kannkor IS1, Kannkor2 IS2 etc), or use the &amp;quot;Any&amp;quot; option.&lt;br /&gt;
* The odd time, when changing toons around, 1 session would crash. I can't reproduce this bug other than rarely, and randomly, so I believe it still exists. If this happens to you, look at the uplink console of that computer, and you should see a line such as: Command given: ogre -&amp;lt;stuff&amp;gt;-. I need the &amp;lt;stuff&amp;gt;. It will have your toon name, but if it has anything else (including spaces) I need to know exactly what that other stuff is.&lt;br /&gt;
* Note: When you run this, it loads ISXOgre into your uplink. Which should patch ISXOgre fine. However if you are in the game and need to patch ISXOgre, you will need to unload the extension from the uplink console (done via loading the console and ext -unload isxogre).&lt;br /&gt;
&lt;br /&gt;
== Using Multiple Computers ==&lt;br /&gt;
If you are using multiple computers, you must have them &amp;quot;connected&amp;quot; prior to running your desktop shortcuts.&lt;br /&gt;
&lt;br /&gt;
If you like, you can create yet another desktop shortcut to connect them. Just create a shortcut to Innerspace.exe like you did above, and when you get to the part about appending the script name, append this:&lt;br /&gt;
: &amp;lt;code&amp;gt;runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
So your full shortcut link should look like this:&lt;br /&gt;
: &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
And give this shortcut a name like &amp;quot;Ogre Connect&amp;quot;&lt;br /&gt;
* When using this shortcut, &amp;quot;nothing&amp;quot; visually you can see will happen. It simply connects your computers.&lt;br /&gt;
*'''Ensure all computers are using the same naming in the game profile in Innerspace game configuration.'''&lt;br /&gt;
&lt;br /&gt;
Now if you've accomplished all of the &amp;quot;Step by Step&amp;quot; section above, you will have multiple shortcuts on your desktop.&lt;br /&gt;
A typical startup sequence if you are using multiple computers would be:&lt;br /&gt;
# Launch Innerspace on all computers.&lt;br /&gt;
# Double-Click your &amp;quot;Ogre Connect&amp;quot; desktop shortcut.&lt;br /&gt;
# Double-Click your &amp;quot;Auto Login&amp;quot; desktop shortcut&lt;br /&gt;
#* This can be either the one that launches the UI or one that launches one of your toon list groups.&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin</id>
		<title>OgreOther:AutoLogin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin"/>
				<updated>2013-05-22T22:00:44Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: /* Using Multiple Computers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
OgreAutoLogin can open sessions, and/or use existing sessions, and log characters into specific sessions.&lt;br /&gt;
&lt;br /&gt;
Note: This is an advanced feature. You will need to follow specific instructions, including creating windows short cuts to be able to set this up.&lt;br /&gt;
&lt;br /&gt;
Remember: If you only want to auto login one character, all you need is to complete the &amp;quot;Before You Begin&amp;quot; section.  Then launch EQ2, open the innerspace console (using the ~ key), and type &amp;quot;ogre login toonname&amp;quot; (without the quotes).&lt;br /&gt;
&lt;br /&gt;
==Before You Begin==&lt;br /&gt;
In order to use OgreAutoLogin, you need the following set up prior.&lt;br /&gt;
* A blank loginscene. Information on obtaining one can be found in the [[NewUserWalkthrough:Page1|New user walkthrough page 1]]. (Scroll down to the section titled &amp;lt;b&amp;gt;Blank loginscene&amp;lt;/b&amp;gt;)&lt;br /&gt;
* EQ2Chars.inc must be filled in with correct information. Information can be found in the [[NewUserWalkthrough:Page2|New user walkthrough page 2]].&lt;br /&gt;
&lt;br /&gt;
== Step By Step ==&lt;br /&gt;
#MAKE SURE you have completed the &amp;quot;Before You Begin&amp;quot; section! DO NOT SKIP ANY STEPS on EITHER of the pages linked above, or the rest of this will NOT work.&lt;br /&gt;
#Locate and edit the following file - Innerspace/Scripts/EQ2OgreCommon/OgreAutoLogin/AutoLogin.iss. Here is a listing of the first few lines of that file:&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;******** Ogre Automated Login. Version 1.03 **********&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Change the below 2 to match what you have. Below are the defaults. All computers must have the same names. Use uniformity.&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string GameName=&amp;quot;Everquest 2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string ProfileName=&amp;quot;Everquest 2 Default Profile&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Below is the amount of time the script will wait after it loads a session.&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Edit the &amp;lt;b&amp;gt;GameName&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;ProfileName&amp;lt;/b&amp;gt; to match the values you used when you configured Innerspace.&lt;br /&gt;
#*If you are unsure of what your game name is you can right click the innerspace taskbar notification window&lt;br /&gt;
#:[[image:IS.taskbar.png]]&lt;br /&gt;
#*At the top, you'll see a list of the &amp;quot;GameNames&amp;quot; innerspace knows about.&lt;br /&gt;
#*Moving your mouse over the Everquest2 game will show the name of the &amp;quot;ProfileName&amp;quot; you need to use.&lt;br /&gt;
#*Use these exact names (case sensitive) when editing your AutoLogin.iss file.&lt;br /&gt;
#Create a Desktop Shortcut that will launch the Ogre Auto Login UI&lt;br /&gt;
#*Right-click on your desktop and click 'New' -&amp;gt; 'Shortcut'&lt;br /&gt;
#*Click the Browse... button to locate Innerspace/Innerspace.exe. This will put the path to Innerspace.exe in the &amp;quot;Type the location of the item:&amp;quot; box.&lt;br /&gt;
#*Edit that line to append &amp;quot;runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;quot; after the path to the exe.&lt;br /&gt;
#*The line should now look something like&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#::or&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;&amp;quot;C:\Program Files\Innerspace\InnerSpace.exe&amp;quot; runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#:(if the path to Innerspace.exe contains spaces or special characters, you'll need quotes around the path as shown in the 2nd example)&lt;br /&gt;
#*Click the Next button, Give it a name and click Finish. &lt;br /&gt;
#Launch the Ogre Auto Login UI by double-clicking the desktop shortcut you just created.&lt;br /&gt;
#* Note: This loads INSIDE of the uplink console. Depending on your computer, it will pop up in front of you, OR you will see a new window in your task bar, go ahead and click it. If you can't find the window anywhere, right-click the Innerspace icon in your taskbar and select Console.&lt;br /&gt;
#:[[image:Console.autologin.png|500px]]&lt;br /&gt;
#*The Character List (on the left) will contain all your characters from the EQ2Chars.ini file you edited above.&lt;br /&gt;
#**Select the first Character from Character List&lt;br /&gt;
#**Select the PC you wish to use for this character.&lt;br /&gt;
#**Select the Innerspace Session name to use for that character (e.g. IS1).&lt;br /&gt;
#*** Currently it performs the following checks&lt;br /&gt;
#**** If session is &amp;quot;Any&amp;quot;&lt;br /&gt;
#***** Toon will stay logged in on its current session&lt;br /&gt;
#**** If Session is specific &amp;quot;IS1&amp;quot; / &amp;quot;IS2&amp;quot; etc&lt;br /&gt;
#***** If toon online: Checks to see if the toon is on that specific session. If not, log off.&lt;br /&gt;
#***** If toon offline: If that specific session is in use, log that session off.&lt;br /&gt;
#**** If an alt (based off of eq2chars.inc list) is logged on, they will be logged off to allow the characters you have selected to be logged on.&lt;br /&gt;
#**Click Add Selection&lt;br /&gt;
#**Repeat for each character in the group you wish to have logged in at the same time.&lt;br /&gt;
#*Type in a name to save the profile as (on the right side), then click the Save Profile button.&lt;br /&gt;
#**The next time you run Ogre Auto Login UI, the saved profiles will be available under the &amp;quot;load profile&amp;quot; button.&lt;br /&gt;
#*Click 'Load Toons and exit'.&lt;br /&gt;
#*Wait for it to finish logging in all your toons (this can take a long time, even as much as a few minutes) then you can click 'X' to close the Innerspace Console.&lt;br /&gt;
#And you've now successfully set up and used Ogre Auto Login. You can just click your desktop shortcut any time you want, and it will launch the Ogre Auto Login UI (remember it might be in the background, or you might have to manually launch the Innerspace Console if your shortcut doesn't bring the window up automatically)&amp;lt;br /&amp;gt;If you are happy with this, you can stop now. If you'd like to get even fancier, read the section below on launching a specific toon list directly from a desktop shortcut (without launching the Ogre Auto Login UI).&lt;br /&gt;
&lt;br /&gt;
== Loading a specific toon list profile ==&lt;br /&gt;
Once you have created a toon list profile using the step-by-step method above, you can automatically launch and login that profile using Ogre Automated Login, rather than using the UI.&lt;br /&gt;
* The AutoLogin script that your desktop shortcut runs can accept 1 parameter, a saved toon list profile. When a parameter is passed, it automatically runs the script in the background, bypassing the Ogre Auto Login UI entirely.&lt;br /&gt;
* IMPORTANT *** You MUST create the toon list profile using the Ogre Auto Login UI *BEFORE* you can use this&lt;br /&gt;
#Let's assume you saved your toon list profile as &amp;quot;MainGroup&amp;quot;.&lt;br /&gt;
#Create a new Desktop Shortcut exactly like you did above.&lt;br /&gt;
#When you get to the part where you're appending to the Innerspace.exe path, also append &amp;quot;MainGroup&amp;quot; at the very end.&amp;lt;br /&amp;gt;Example:&lt;br /&gt;
#* &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MainGroup&amp;lt;/code&amp;gt;&lt;br /&gt;
#Now you have two desktop shorcuts. The first one will launch the UI, and the second one will automatically log in your &amp;quot;MainGroup&amp;quot; toons, but will bypass the UI.&lt;br /&gt;
&lt;br /&gt;
== Quirks == &lt;br /&gt;
* It's a good idea to have Innerspace running before you double-click your desktop shortcuts. Double-clicking your shortcuts will launch Innerspace if it is not already running. However:&lt;br /&gt;
** If Innerspace needs to patch, it will do so, reload itself, and run the script you were trying to run, but it will not include any parameters you were passing in (i.e. the &amp;quot;MainGroup&amp;quot; toon list profile name.&lt;br /&gt;
** If Innerspace is already open, it simply runs the script with the parameters (which is a good thing).&lt;br /&gt;
* There is VERY limited user error checking. So use some common sense. For example: If you say you want the toon Kannkor to load on IS8 and that's it, it will load 1 session (IS1), and fail to load Kannkor because it can't find IS8. It's best to start to have the entire set (Kannkor IS1, Kannkor2 IS2 etc), or use the &amp;quot;Any&amp;quot; option.&lt;br /&gt;
* The odd time, when changing toons around, 1 session would crash. I can't reproduce this bug other than rarely, and randomly, so I believe it still exists. If this happens to you, look at the uplink console of that computer, and you should see a line such as: Command given: ogre -&amp;lt;stuff&amp;gt;-. I need the &amp;lt;stuff&amp;gt;. It will have your toon name, but if it has anything else (including spaces) I need to know exactly what that other stuff is.&lt;br /&gt;
* Note: When you run this, it loads ISXOgre into your uplink. Which should patch ISXOgre fine. However if you are in the game and need to patch ISXOgre, you will need to unload the extension from the uplink console (done via loading the console and ext -unload isxogre).&lt;br /&gt;
&lt;br /&gt;
== Using Multiple Computers ==&lt;br /&gt;
If you are using multiple computers, you must have them &amp;quot;connected&amp;quot; prior to running your desktop shortcuts.&lt;br /&gt;
&lt;br /&gt;
If you like, you can create yet another desktop shortcut to connect them. Just create a shortcut to Innerspace.exe like you did above, and when you get to the part about appending the script name, append this:&lt;br /&gt;
: &amp;lt;code&amp;gt;runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
So your full shortcut link should look like this:&lt;br /&gt;
: &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
And give this shortcut a name like &amp;quot;Ogre Connect&amp;quot;&lt;br /&gt;
* When using this shortcut, &amp;quot;nothing&amp;quot; visually you can see will happen. It simply connects your computers.&lt;br /&gt;
*'''Ensure all computers are using the same naming in the game profile in Innerspace game configuration.'''&lt;br /&gt;
&lt;br /&gt;
Now if you've accomplished all of the &amp;quot;Step by Step&amp;quot; section above, you will have multiple shortcuts on your desktop.&lt;br /&gt;
A typical startup sequence if you are using multiple computers would be:&lt;br /&gt;
# Launch Innerspace.&lt;br /&gt;
# Double-Click your &amp;quot;Ogre Connect&amp;quot; desktop shortcut.&lt;br /&gt;
# Double-Click your &amp;quot;Auto Login&amp;quot; desktop shortcut&lt;br /&gt;
#* This can be either the one that launches the UI or one that launches one of your toon list groups.&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin</id>
		<title>OgreOther:AutoLogin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin"/>
				<updated>2013-05-22T21:48:34Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: /* Using Multiple Computers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
OgreAutoLogin can open sessions, and/or use existing sessions, and log characters into specific sessions.&lt;br /&gt;
&lt;br /&gt;
Note: This is an advanced feature. You will need to follow specific instructions, including creating windows short cuts to be able to set this up.&lt;br /&gt;
&lt;br /&gt;
Remember: If you only want to auto login one character, all you need is to complete the &amp;quot;Before You Begin&amp;quot; section.  Then launch EQ2, open the innerspace console (using the ~ key), and type &amp;quot;ogre login toonname&amp;quot; (without the quotes).&lt;br /&gt;
&lt;br /&gt;
==Before You Begin==&lt;br /&gt;
In order to use OgreAutoLogin, you need the following set up prior.&lt;br /&gt;
* A blank loginscene. Information on obtaining one can be found in the [[NewUserWalkthrough:Page1|New user walkthrough page 1]]. (Scroll down to the section titled &amp;lt;b&amp;gt;Blank loginscene&amp;lt;/b&amp;gt;)&lt;br /&gt;
* EQ2Chars.inc must be filled in with correct information. Information can be found in the [[NewUserWalkthrough:Page2|New user walkthrough page 2]].&lt;br /&gt;
&lt;br /&gt;
== Step By Step ==&lt;br /&gt;
#MAKE SURE you have completed the &amp;quot;Before You Begin&amp;quot; section! DO NOT SKIP ANY STEPS on EITHER of the pages linked above, or the rest of this will NOT work.&lt;br /&gt;
#Locate and edit the following file - Innerspace/Scripts/EQ2OgreCommon/OgreAutoLogin/AutoLogin.iss. Here is a listing of the first few lines of that file:&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;******** Ogre Automated Login. Version 1.03 **********&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Change the below 2 to match what you have. Below are the defaults. All computers must have the same names. Use uniformity.&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string GameName=&amp;quot;Everquest 2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string ProfileName=&amp;quot;Everquest 2 Default Profile&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Below is the amount of time the script will wait after it loads a session.&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Edit the &amp;lt;b&amp;gt;GameName&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;ProfileName&amp;lt;/b&amp;gt; to match the values you used when you configured Innerspace.&lt;br /&gt;
#*If you are unsure of what your game name is you can right click the innerspace taskbar notification window&lt;br /&gt;
#:[[image:IS.taskbar.png]]&lt;br /&gt;
#*At the top, you'll see a list of the &amp;quot;GameNames&amp;quot; innerspace knows about.&lt;br /&gt;
#*Moving your mouse over the Everquest2 game will show the name of the &amp;quot;ProfileName&amp;quot; you need to use.&lt;br /&gt;
#*Use these exact names (case sensitive) when editing your AutoLogin.iss file.&lt;br /&gt;
#Create a Desktop Shortcut that will launch the Ogre Auto Login UI&lt;br /&gt;
#*Right-click on your desktop and click 'New' -&amp;gt; 'Shortcut'&lt;br /&gt;
#*Click the Browse... button to locate Innerspace/Innerspace.exe. This will put the path to Innerspace.exe in the &amp;quot;Type the location of the item:&amp;quot; box.&lt;br /&gt;
#*Edit that line to append &amp;quot;runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;quot; after the path to the exe.&lt;br /&gt;
#*The line should now look something like&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#::or&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;&amp;quot;C:\Program Files\Innerspace\InnerSpace.exe&amp;quot; runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#:(if the path to Innerspace.exe contains spaces or special characters, you'll need quotes around the path as shown in the 2nd example)&lt;br /&gt;
#*Click the Next button, Give it a name and click Finish. &lt;br /&gt;
#Launch the Ogre Auto Login UI by double-clicking the desktop shortcut you just created.&lt;br /&gt;
#* Note: This loads INSIDE of the uplink console. Depending on your computer, it will pop up in front of you, OR you will see a new window in your task bar, go ahead and click it. If you can't find the window anywhere, right-click the Innerspace icon in your taskbar and select Console.&lt;br /&gt;
#:[[image:Console.autologin.png|500px]]&lt;br /&gt;
#*The Character List (on the left) will contain all your characters from the EQ2Chars.ini file you edited above.&lt;br /&gt;
#**Select the first Character from Character List&lt;br /&gt;
#**Select the PC you wish to use for this character.&lt;br /&gt;
#**Select the Innerspace Session name to use for that character (e.g. IS1).&lt;br /&gt;
#*** Currently it performs the following checks&lt;br /&gt;
#**** If session is &amp;quot;Any&amp;quot;&lt;br /&gt;
#***** Toon will stay logged in on its current session&lt;br /&gt;
#**** If Session is specific &amp;quot;IS1&amp;quot; / &amp;quot;IS2&amp;quot; etc&lt;br /&gt;
#***** If toon online: Checks to see if the toon is on that specific session. If not, log off.&lt;br /&gt;
#***** If toon offline: If that specific session is in use, log that session off.&lt;br /&gt;
#**** If an alt (based off of eq2chars.inc list) is logged on, they will be logged off to allow the characters you have selected to be logged on.&lt;br /&gt;
#**Click Add Selection&lt;br /&gt;
#**Repeat for each character in the group you wish to have logged in at the same time.&lt;br /&gt;
#*Type in a name to save the profile as (on the right side), then click the Save Profile button.&lt;br /&gt;
#**The next time you run Ogre Auto Login UI, the saved profiles will be available under the &amp;quot;load profile&amp;quot; button.&lt;br /&gt;
#*Click 'Load Toons and exit'.&lt;br /&gt;
#*Wait for it to finish logging in all your toons (this can take a long time, even as much as a few minutes) then you can click 'X' to close the Innerspace Console.&lt;br /&gt;
#And you've now successfully set up and used Ogre Auto Login. You can just click your desktop shortcut any time you want, and it will launch the Ogre Auto Login UI (remember it might be in the background, or you might have to manually launch the Innerspace Console if your shortcut doesn't bring the window up automatically)&amp;lt;br /&amp;gt;If you are happy with this, you can stop now. If you'd like to get even fancier, read the section below on launching a specific toon list directly from a desktop shortcut (without launching the Ogre Auto Login UI).&lt;br /&gt;
&lt;br /&gt;
== Loading a specific toon list profile ==&lt;br /&gt;
Once you have created a toon list profile using the step-by-step method above, you can automatically launch and login that profile using Ogre Automated Login, rather than using the UI.&lt;br /&gt;
* The AutoLogin script that your desktop shortcut runs can accept 1 parameter, a saved toon list profile. When a parameter is passed, it automatically runs the script in the background, bypassing the Ogre Auto Login UI entirely.&lt;br /&gt;
* IMPORTANT *** You MUST create the toon list profile using the Ogre Auto Login UI *BEFORE* you can use this&lt;br /&gt;
#Let's assume you saved your toon list profile as &amp;quot;MainGroup&amp;quot;.&lt;br /&gt;
#Create a new Desktop Shortcut exactly like you did above.&lt;br /&gt;
#When you get to the part where you're appending to the Innerspace.exe path, also append &amp;quot;MainGroup&amp;quot; at the very end.&amp;lt;br /&amp;gt;Example:&lt;br /&gt;
#* &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MainGroup&amp;lt;/code&amp;gt;&lt;br /&gt;
#Now you have two desktop shorcuts. The first one will launch the UI, and the second one will automatically log in your &amp;quot;MainGroup&amp;quot; toons, but will bypass the UI.&lt;br /&gt;
&lt;br /&gt;
== Quirks == &lt;br /&gt;
* It's a good idea to have Innerspace running before you double-click your desktop shortcuts. Double-clicking your shortcuts will launch Innerspace if it is not already running. However:&lt;br /&gt;
** If Innerspace needs to patch, it will do so, reload itself, and run the script you were trying to run, but it will not include any parameters you were passing in (i.e. the &amp;quot;MainGroup&amp;quot; toon list profile name.&lt;br /&gt;
** If Innerspace is already open, it simply runs the script with the parameters (which is a good thing).&lt;br /&gt;
* There is VERY limited user error checking. So use some common sense. For example: If you say you want the toon Kannkor to load on IS8 and that's it, it will load 1 session (IS1), and fail to load Kannkor because it can't find IS8. It's best to start to have the entire set (Kannkor IS1, Kannkor2 IS2 etc), or use the &amp;quot;Any&amp;quot; option.&lt;br /&gt;
* The odd time, when changing toons around, 1 session would crash. I can't reproduce this bug other than rarely, and randomly, so I believe it still exists. If this happens to you, look at the uplink console of that computer, and you should see a line such as: Command given: ogre -&amp;lt;stuff&amp;gt;-. I need the &amp;lt;stuff&amp;gt;. It will have your toon name, but if it has anything else (including spaces) I need to know exactly what that other stuff is.&lt;br /&gt;
* Note: When you run this, it loads ISXOgre into your uplink. Which should patch ISXOgre fine. However if you are in the game and need to patch ISXOgre, you will need to unload the extension from the uplink console (done via loading the console and ext -unload isxogre).&lt;br /&gt;
&lt;br /&gt;
== Using Multiple Computers ==&lt;br /&gt;
If you are using multiple computers, you must have them &amp;quot;connected&amp;quot; prior to running your desktop shortcuts.&lt;br /&gt;
&lt;br /&gt;
If you like, you can create yet another desktop shortcut to connect them. Just create a shortcut to Innerspace.exe like you did above, and when you get to the part about appending the script name, append this:&lt;br /&gt;
: &amp;lt;code&amp;gt;runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
So your full shortcut link should look like this:&lt;br /&gt;
: &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/ogreconnect&amp;lt;/code&amp;gt;&lt;br /&gt;
And give this shortcut a name like &amp;quot;Ogre Connect&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Now if you've accomplished all of the &amp;quot;Step by Step&amp;quot; section above, you will have multiple shortcuts on your desktop.&lt;br /&gt;
A typical startup sequence if you are using multiple computers would be:&lt;br /&gt;
# Launch Innerspace.&lt;br /&gt;
# Double-Click your &amp;quot;Ogre Connect&amp;quot; desktop shortcut.&lt;br /&gt;
# Double-Click your &amp;quot;Auto Login&amp;quot; desktop shortcut&lt;br /&gt;
#* This can be either the one that launches the UI or one that launches one of your toon list groups.&lt;br /&gt;
&lt;br /&gt;
* When using this shortcut, &amp;quot;nothing&amp;quot; visually you can see will happen. It simply connects your computers.&lt;br /&gt;
*'''Ensure all computers are using the same naming in the game profile in Innerspace game configuration.'''&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin</id>
		<title>OgreOther:AutoLogin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin"/>
				<updated>2013-05-22T21:39:35Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
OgreAutoLogin can open sessions, and/or use existing sessions, and log characters into specific sessions.&lt;br /&gt;
&lt;br /&gt;
Note: This is an advanced feature. You will need to follow specific instructions, including creating windows short cuts to be able to set this up.&lt;br /&gt;
&lt;br /&gt;
Remember: If you only want to auto login one character, all you need is to complete the &amp;quot;Before You Begin&amp;quot; section.  Then launch EQ2, open the innerspace console (using the ~ key), and type &amp;quot;ogre login toonname&amp;quot; (without the quotes).&lt;br /&gt;
&lt;br /&gt;
==Before You Begin==&lt;br /&gt;
In order to use OgreAutoLogin, you need the following set up prior.&lt;br /&gt;
* A blank loginscene. Information on obtaining one can be found in the [[NewUserWalkthrough:Page1|New user walkthrough page 1]]. (Scroll down to the section titled &amp;lt;b&amp;gt;Blank loginscene&amp;lt;/b&amp;gt;)&lt;br /&gt;
* EQ2Chars.inc must be filled in with correct information. Information can be found in the [[NewUserWalkthrough:Page2|New user walkthrough page 2]].&lt;br /&gt;
&lt;br /&gt;
== Step By Step ==&lt;br /&gt;
#MAKE SURE you have completed the &amp;quot;Before You Begin&amp;quot; section! DO NOT SKIP ANY STEPS on EITHER of the pages linked above, or the rest of this will NOT work.&lt;br /&gt;
#Locate and edit the following file - Innerspace/Scripts/EQ2OgreCommon/OgreAutoLogin/AutoLogin.iss. Here is a listing of the first few lines of that file:&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;******** Ogre Automated Login. Version 1.03 **********&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Change the below 2 to match what you have. Below are the defaults. All computers must have the same names. Use uniformity.&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string GameName=&amp;quot;Everquest 2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string ProfileName=&amp;quot;Everquest 2 Default Profile&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Below is the amount of time the script will wait after it loads a session.&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Edit the &amp;lt;b&amp;gt;GameName&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;ProfileName&amp;lt;/b&amp;gt; to match the values you used when you configured Innerspace.&lt;br /&gt;
#*If you are unsure of what your game name is you can right click the innerspace taskbar notification window&lt;br /&gt;
#:[[image:IS.taskbar.png]]&lt;br /&gt;
#*At the top, you'll see a list of the &amp;quot;GameNames&amp;quot; innerspace knows about.&lt;br /&gt;
#*Moving your mouse over the Everquest2 game will show the name of the &amp;quot;ProfileName&amp;quot; you need to use.&lt;br /&gt;
#*Use these exact names (case sensitive) when editing your AutoLogin.iss file.&lt;br /&gt;
#Create a Desktop Shortcut that will launch the Ogre Auto Login UI&lt;br /&gt;
#*Right-click on your desktop and click 'New' -&amp;gt; 'Shortcut'&lt;br /&gt;
#*Click the Browse... button to locate Innerspace/Innerspace.exe. This will put the path to Innerspace.exe in the &amp;quot;Type the location of the item:&amp;quot; box.&lt;br /&gt;
#*Edit that line to append &amp;quot;runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;quot; after the path to the exe.&lt;br /&gt;
#*The line should now look something like&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#::or&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;&amp;quot;C:\Program Files\Innerspace\InnerSpace.exe&amp;quot; runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#:(if the path to Innerspace.exe contains spaces or special characters, you'll need quotes around the path as shown in the 2nd example)&lt;br /&gt;
#*Click the Next button, Give it a name and click Finish. &lt;br /&gt;
#Launch the Ogre Auto Login UI by double-clicking the desktop shortcut you just created.&lt;br /&gt;
#* Note: This loads INSIDE of the uplink console. Depending on your computer, it will pop up in front of you, OR you will see a new window in your task bar, go ahead and click it. If you can't find the window anywhere, right-click the Innerspace icon in your taskbar and select Console.&lt;br /&gt;
#:[[image:Console.autologin.png|500px]]&lt;br /&gt;
#*The Character List (on the left) will contain all your characters from the EQ2Chars.ini file you edited above.&lt;br /&gt;
#**Select the first Character from Character List&lt;br /&gt;
#**Select the PC you wish to use for this character.&lt;br /&gt;
#**Select the Innerspace Session name to use for that character (e.g. IS1).&lt;br /&gt;
#*** Currently it performs the following checks&lt;br /&gt;
#**** If session is &amp;quot;Any&amp;quot;&lt;br /&gt;
#***** Toon will stay logged in on its current session&lt;br /&gt;
#**** If Session is specific &amp;quot;IS1&amp;quot; / &amp;quot;IS2&amp;quot; etc&lt;br /&gt;
#***** If toon online: Checks to see if the toon is on that specific session. If not, log off.&lt;br /&gt;
#***** If toon offline: If that specific session is in use, log that session off.&lt;br /&gt;
#**** If an alt (based off of eq2chars.inc list) is logged on, they will be logged off to allow the characters you have selected to be logged on.&lt;br /&gt;
#**Click Add Selection&lt;br /&gt;
#**Repeat for each character in the group you wish to have logged in at the same time.&lt;br /&gt;
#*Type in a name to save the profile as (on the right side), then click the Save Profile button.&lt;br /&gt;
#**The next time you run Ogre Auto Login UI, the saved profiles will be available under the &amp;quot;load profile&amp;quot; button.&lt;br /&gt;
#*Click 'Load Toons and exit'.&lt;br /&gt;
#*Wait for it to finish logging in all your toons (this can take a long time, even as much as a few minutes) then you can click 'X' to close the Innerspace Console.&lt;br /&gt;
#And you've now successfully set up and used Ogre Auto Login. You can just click your desktop shortcut any time you want, and it will launch the Ogre Auto Login UI (remember it might be in the background, or you might have to manually launch the Innerspace Console if your shortcut doesn't bring the window up automatically)&amp;lt;br /&amp;gt;If you are happy with this, you can stop now. If you'd like to get even fancier, read the section below on launching a specific toon list directly from a desktop shortcut (without launching the Ogre Auto Login UI).&lt;br /&gt;
&lt;br /&gt;
== Loading a specific toon list profile ==&lt;br /&gt;
Once you have created a toon list profile using the step-by-step method above, you can automatically launch and login that profile using Ogre Automated Login, rather than using the UI.&lt;br /&gt;
* The AutoLogin script that your desktop shortcut runs can accept 1 parameter, a saved toon list profile. When a parameter is passed, it automatically runs the script in the background, bypassing the Ogre Auto Login UI entirely.&lt;br /&gt;
* IMPORTANT *** You MUST create the toon list profile using the Ogre Auto Login UI *BEFORE* you can use this&lt;br /&gt;
#Let's assume you saved your toon list profile as &amp;quot;MainGroup&amp;quot;.&lt;br /&gt;
#Create a new Desktop Shortcut exactly like you did above.&lt;br /&gt;
#When you get to the part where you're appending to the Innerspace.exe path, also append &amp;quot;MainGroup&amp;quot; at the very end.&amp;lt;br /&amp;gt;Example:&lt;br /&gt;
#* &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MainGroup&amp;lt;/code&amp;gt;&lt;br /&gt;
#Now you have two desktop shorcuts. The first one will launch the UI, and the second one will automatically log in your &amp;quot;MainGroup&amp;quot; toons, but will bypass the UI.&lt;br /&gt;
&lt;br /&gt;
== Quirks == &lt;br /&gt;
* It's a good idea to have Innerspace running before you double-click your desktop shortcuts. Double-clicking your shortcuts will launch Innerspace if it is not already running. However:&lt;br /&gt;
** If Innerspace needs to patch, it will do so, reload itself, and run the script you were trying to run, but it will not include any parameters you were passing in (i.e. the &amp;quot;MainGroup&amp;quot; toon list profile name.&lt;br /&gt;
** If Innerspace is already open, it simply runs the script with the parameters (which is a good thing).&lt;br /&gt;
* There is VERY limited user error checking. So use some common sense. For example: If you say you want the toon Kannkor to load on IS8 and that's it, it will load 1 session (IS1), and fail to load Kannkor because it can't find IS8. It's best to start to have the entire set (Kannkor IS1, Kannkor2 IS2 etc), or use the &amp;quot;Any&amp;quot; option.&lt;br /&gt;
* The odd time, when changing toons around, 1 session would crash. I can't reproduce this bug other than rarely, and randomly, so I believe it still exists. If this happens to you, look at the uplink console of that computer, and you should see a line such as: Command given: ogre -&amp;lt;stuff&amp;gt;-. I need the &amp;lt;stuff&amp;gt;. It will have your toon name, but if it has anything else (including spaces) I need to know exactly what that other stuff is.&lt;br /&gt;
* Note: When you run this, it loads ISXOgre into your uplink. Which should patch ISXOgre fine. However if you are in the game and need to patch ISXOgre, you will need to unload the extension from the uplink console (done via loading the console and ext -unload isxogre).&lt;br /&gt;
&lt;br /&gt;
== Using Multiple Computers ==&lt;br /&gt;
If you are using multiple computers, you must have them &amp;quot;connected&amp;quot; prior to running your desktop shortcuts.&lt;br /&gt;
Connecting via shortcut example (this is the same as clicking connect on OgreMCP):&lt;br /&gt;
* D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/ogreconnect&lt;br /&gt;
* When using this shortcut, &amp;quot;nothing&amp;quot; visually you can see will happen. It simply connects your computers.&lt;br /&gt;
*'''Ensure all computers are using the same naming in the game profile in Innerspace game configuration.'''&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin</id>
		<title>OgreOther:AutoLogin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin"/>
				<updated>2013-05-22T21:38:21Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
OgreAutoLogin can open sessions, and/or use existing sessions, and log characters into specific sessions.&lt;br /&gt;
&lt;br /&gt;
Note: This is an advanced feature. You will need to follow specific instructions, including creating windows short cuts to be able to set this up.&lt;br /&gt;
&lt;br /&gt;
Remember: If you only want to auto login one character, all you need is to complete the &amp;quot;Before You Begin&amp;quot; section.  Then launch EQ2, open the innerspace console (using the ~ key), and type &amp;quot;oger login toonname&amp;quot; (without the quotes).&lt;br /&gt;
&lt;br /&gt;
==Before You Begin==&lt;br /&gt;
In order to use OgreAutoLogin, you need the following set up prior.&lt;br /&gt;
* A blank loginscene. Information on obtaining one can be found in the [[NewUserWalkthrough:Page1|New user walkthrough page 1]]. (Scroll down to the section titled &amp;lt;b&amp;gt;Blank loginscene&amp;lt;/b&amp;gt;)&lt;br /&gt;
* EQ2Chars.inc must be filled in with correct information. Information can be found in the [[NewUserWalkthrough:Page2|New user walkthrough page 2]].&lt;br /&gt;
&lt;br /&gt;
== Step By Step ==&lt;br /&gt;
#MAKE SURE you have completed the &amp;quot;Before You Begin&amp;quot; section! DO NOT SKIP ANY STEPS on EITHER of the pages linked above, or the rest of this will NOT work.&lt;br /&gt;
#Locate and edit the following file - Innerspace/Scripts/EQ2OgreCommon/OgreAutoLogin/AutoLogin.iss. Here is a listing of the first few lines of that file:&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;******** Ogre Automated Login. Version 1.03 **********&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Change the below 2 to match what you have. Below are the defaults. All computers must have the same names. Use uniformity.&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string GameName=&amp;quot;Everquest 2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string ProfileName=&amp;quot;Everquest 2 Default Profile&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Below is the amount of time the script will wait after it loads a session.&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Edit the &amp;lt;b&amp;gt;GameName&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;ProfileName&amp;lt;/b&amp;gt; to match the values you used when you configured Innerspace.&lt;br /&gt;
#*If you are unsure of what your game name is you can right click the innerspace taskbar notification window&lt;br /&gt;
#:[[image:IS.taskbar.png]]&lt;br /&gt;
#*At the top, you'll see a list of the &amp;quot;GameNames&amp;quot; innerspace knows about.&lt;br /&gt;
#*Moving your mouse over the Everquest2 game will show the name of the &amp;quot;ProfileName&amp;quot; you need to use.&lt;br /&gt;
#*Use these exact names (case sensitive) when editing your AutoLogin.iss file.&lt;br /&gt;
#Create a Desktop Shortcut that will launch the Ogre Auto Login UI&lt;br /&gt;
#*Right-click on your desktop and click 'New' -&amp;gt; 'Shortcut'&lt;br /&gt;
#*Click the Browse... button to locate Innerspace/Innerspace.exe. This will put the path to Innerspace.exe in the &amp;quot;Type the location of the item:&amp;quot; box.&lt;br /&gt;
#*Edit that line to append &amp;quot;runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;quot; after the path to the exe.&lt;br /&gt;
#*The line should now look something like&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#::or&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;&amp;quot;C:\Program Files\Innerspace\InnerSpace.exe&amp;quot; runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#:(if the path to Innerspace.exe contains spaces or special characters, you'll need quotes around the path as shown in the 2nd example)&lt;br /&gt;
#*Click the Next button, Give it a name and click Finish. &lt;br /&gt;
#Launch the Ogre Auto Login UI by double-clicking the desktop shortcut you just created.&lt;br /&gt;
#* Note: This loads INSIDE of the uplink console. Depending on your computer, it will pop up in front of you, OR you will see a new window in your task bar, go ahead and click it. If you can't find the window anywhere, right-click the Innerspace icon in your taskbar and select Console.&lt;br /&gt;
#:[[image:Console.autologin.png|500px]]&lt;br /&gt;
#*The Character List (on the left) will contain all your characters from the EQ2Chars.ini file you edited above.&lt;br /&gt;
#**Select the first Character from Character List&lt;br /&gt;
#**Select the PC you wish to use for this character.&lt;br /&gt;
#**Select the Innerspace Session name to use for that character (e.g. IS1).&lt;br /&gt;
#*** Currently it performs the following checks&lt;br /&gt;
#**** If session is &amp;quot;Any&amp;quot;&lt;br /&gt;
#***** Toon will stay logged in on its current session&lt;br /&gt;
#**** If Session is specific &amp;quot;IS1&amp;quot; / &amp;quot;IS2&amp;quot; etc&lt;br /&gt;
#***** If toon online: Checks to see if the toon is on that specific session. If not, log off.&lt;br /&gt;
#***** If toon offline: If that specific session is in use, log that session off.&lt;br /&gt;
#**** If an alt (based off of eq2chars.inc list) is logged on, they will be logged off to allow the characters you have selected to be logged on.&lt;br /&gt;
#**Click Add Selection&lt;br /&gt;
#**Repeat for each character in the group you wish to have logged in at the same time.&lt;br /&gt;
#*Type in a name to save the profile as (on the right side), then click the Save Profile button.&lt;br /&gt;
#**The next time you run Ogre Auto Login UI, the saved profiles will be available under the &amp;quot;load profile&amp;quot; button.&lt;br /&gt;
#*Click 'Load Toons and exit'.&lt;br /&gt;
#*Wait for it to finish logging in all your toons (this can take a long time, even as much as a few minutes) then you can click 'X' to close the Innerspace Console.&lt;br /&gt;
#And you've now successfully set up and used Ogre Auto Login. You can just click your desktop shortcut any time you want, and it will launch the Ogre Auto Login UI (remember it might be in the background, or you might have to manually launch the Innerspace Console if your shortcut doesn't bring the window up automatically)&amp;lt;br /&amp;gt;If you are happy with this, you can stop now. If you'd like to get even fancier, read the section below on launching a specific toon list directly from a desktop shortcut (without launching the Ogre Auto Login UI).&lt;br /&gt;
&lt;br /&gt;
== Loading a specific toon list profile ==&lt;br /&gt;
Once you have created a toon list profile using the step-by-step method above, you can automatically launch and login that profile using Ogre Automated Login, rather than using the UI.&lt;br /&gt;
* The AutoLogin script that your desktop shortcut runs can accept 1 parameter, a saved toon list profile. When a parameter is passed, it automatically runs the script in the background, bypassing the Ogre Auto Login UI entirely.&lt;br /&gt;
* IMPORTANT *** You MUST create the toon list profile using the Ogre Auto Login UI *BEFORE* you can use this&lt;br /&gt;
#Let's assume you saved your toon list profile as &amp;quot;MainGroup&amp;quot;.&lt;br /&gt;
#Create a new Desktop Shortcut exactly like you did above.&lt;br /&gt;
#When you get to the part where you're appending to the Innerspace.exe path, also append &amp;quot;MainGroup&amp;quot; at the very end.&amp;lt;br /&amp;gt;Example:&lt;br /&gt;
#* &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MainGroup&amp;lt;/code&amp;gt;&lt;br /&gt;
#Now you have two desktop shorcuts. The first one will launch the UI, and the second one will automatically log in your &amp;quot;MainGroup&amp;quot; toons, but will bypass the UI.&lt;br /&gt;
&lt;br /&gt;
== Quirks == &lt;br /&gt;
* It's a good idea to have Innerspace running before you double-click your desktop shortcuts. Double-clicking your shortcuts will launch Innerspace if it is not already running. However:&lt;br /&gt;
** If Innerspace needs to patch, it will do so, reload itself, and run the script you were trying to run, but it will not include any parameters you were passing in (i.e. the &amp;quot;MainGroup&amp;quot; toon list profile name.&lt;br /&gt;
** If Innerspace is already open, it simply runs the script with the parameters (which is a good thing).&lt;br /&gt;
* There is VERY limited user error checking. So use some common sense. For example: If you say you want the toon Kannkor to load on IS8 and that's it, it will load 1 session (IS1), and fail to load Kannkor because it can't find IS8. It's best to start to have the entire set (Kannkor IS1, Kannkor2 IS2 etc), or use the &amp;quot;Any&amp;quot; option.&lt;br /&gt;
* The odd time, when changing toons around, 1 session would crash. I can't reproduce this bug other than rarely, and randomly, so I believe it still exists. If this happens to you, look at the uplink console of that computer, and you should see a line such as: Command given: ogre -&amp;lt;stuff&amp;gt;-. I need the &amp;lt;stuff&amp;gt;. It will have your toon name, but if it has anything else (including spaces) I need to know exactly what that other stuff is.&lt;br /&gt;
* Note: When you run this, it loads ISXOgre into your uplink. Which should patch ISXOgre fine. However if you are in the game and need to patch ISXOgre, you will need to unload the extension from the uplink console (done via loading the console and ext -unload isxogre).&lt;br /&gt;
&lt;br /&gt;
== Using Multiple Computers ==&lt;br /&gt;
If you are using multiple computers, you must have them &amp;quot;connected&amp;quot; prior to running your desktop shortcuts.&lt;br /&gt;
Connecting via shortcut example (this is the same as clicking connect on OgreMCP):&lt;br /&gt;
* D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/ogreconnect&lt;br /&gt;
* When using this shortcut, &amp;quot;nothing&amp;quot; visually you can see will happen. It simply connects your computers.&lt;br /&gt;
*'''Ensure all computers are using the same naming in the game profile in Innerspace game configuration.'''&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin</id>
		<title>OgreOther:AutoLogin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/OgreOther:AutoLogin"/>
				<updated>2013-05-22T21:33:24Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: Reworked the page, Making it more chronological, and hopefully less confusing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
OgreAutoLogin can open sessions, and/or use existing sessions, and log characters into specific sessions.&lt;br /&gt;
&lt;br /&gt;
Note: This is an advanced feature. You will need to follow specific instructions, including creating windows short cuts to be able to set this up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Before You Begin==&lt;br /&gt;
In order to use OgreAutoLogin, you need the following set up prior.&lt;br /&gt;
* A blank loginscene. Information on obtaining one can be found in the [[NewUserWalkthrough:Page1|New user walkthrough page 1]]. (Scroll down to the section titled &amp;lt;b&amp;gt;Blank loginscene&amp;lt;/b&amp;gt;)&lt;br /&gt;
* EQ2Chars.inc must be filled in with correct information. Information can be found in the [[NewUserWalkthrough:Page2|New user walkthrough page 2]].&lt;br /&gt;
&lt;br /&gt;
== Step By Step ==&lt;br /&gt;
#MAKE SURE you have completed the &amp;quot;Before You Begin&amp;quot; section! DO NOT SKIP ANY STEPS on EITHER of the pages linked above, or the rest of this will NOT work.&lt;br /&gt;
#Locate and edit the following file - Innerspace/Scripts/EQ2OgreCommon/OgreAutoLogin/AutoLogin.iss. Here is a listing of the first few lines of that file:&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;******** Ogre Automated Login. Version 1.03 **********&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Change the below 2 to match what you have. Below are the defaults. All computers must have the same names. Use uniformity.&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string GameName=&amp;quot;Everquest 2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;variable string ProfileName=&amp;quot;Everquest 2 Default Profile&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;Below is the amount of time the script will wait after it loads a session.&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Edit the &amp;lt;b&amp;gt;GameName&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;ProfileName&amp;lt;/b&amp;gt; to match the values you used when you configured Innerspace.&lt;br /&gt;
#*If you are unsure of what your game name is you can right click the innerspace taskbar notification window&lt;br /&gt;
#:[[image:IS.taskbar.png]]&lt;br /&gt;
#*At the top, you'll see a list of the &amp;quot;GameNames&amp;quot; innerspace knows about.&lt;br /&gt;
#*Moving your mouse over the Everquest2 game will show the name of the &amp;quot;ProfileName&amp;quot; you need to use.&lt;br /&gt;
#*Use these exact names (case sensitive) when editing your AutoLogin.iss file.&lt;br /&gt;
#Create a Desktop Shortcut that will launch the Ogre Auto Login UI&lt;br /&gt;
#*Right-click on your desktop and click 'New' -&amp;gt; 'Shortcut'&lt;br /&gt;
#*Click the Browse... button to locate Innerspace/Innerspace.exe. This will put the path to Innerspace.exe in the &amp;quot;Type the location of the item:&amp;quot; box.&lt;br /&gt;
#*Edit that line to append &amp;quot;runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;quot; after the path to the exe.&lt;br /&gt;
#*The line should now look something like&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#::or&amp;lt;br /&amp;gt;&lt;br /&gt;
#:&amp;lt;i&amp;gt;&amp;quot;C:\Program Files\Innerspace\InnerSpace.exe&amp;quot; runscript eq2ogrecommon/OgreAutoLogin/AutoLogin&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
#:(if the path to Innerspace.exe contains spaces or special characters, you'll need quotes around the path as shown in the 2nd example)&lt;br /&gt;
#*Click the Next button, Give it a name and click Finish. &lt;br /&gt;
#Launch the Ogre Auto Login UI by double-clicking the desktop shortcut you just created.&lt;br /&gt;
#* Note: This loads INSIDE of the uplink console. Depending on your computer, it will pop up in front of you, OR you will see a new window in your task bar, go ahead and click it. If you can't find the window anywhere, right-click the Innerspace icon in your taskbar and select Console.&lt;br /&gt;
#:[[image:Console.autologin.png|500px]]&lt;br /&gt;
#*The Character List (on the left) will contain all your characters from the EQ2Chars.ini file you edited above.&lt;br /&gt;
#**Select the first Character from Character List&lt;br /&gt;
#**Select the PC you wish to use for this character.&lt;br /&gt;
#**Select the Innerspace Session name to use for that character (e.g. IS1).&lt;br /&gt;
#*** Currently it performs the following checks&lt;br /&gt;
#**** If session is &amp;quot;Any&amp;quot;&lt;br /&gt;
#***** Toon will stay logged in on its current session&lt;br /&gt;
#**** If Session is specific &amp;quot;IS1&amp;quot; / &amp;quot;IS2&amp;quot; etc&lt;br /&gt;
#***** If toon online: Checks to see if the toon is on that specific session. If not, log off.&lt;br /&gt;
#***** If toon offline: If that specific session is in use, log that session off.&lt;br /&gt;
#**** If an alt (based off of eq2chars.inc list) is logged on, they will be logged off to allow the characters you have selected to be logged on.&lt;br /&gt;
#**Click Add Selection&lt;br /&gt;
#**Repeat for each character in the group you wish to have logged in at the same time.&lt;br /&gt;
#*Type in a name to save the profile as (on the right side), then click the Save Profile button.&lt;br /&gt;
#**The next time you run Ogre Auto Login UI, the saved profiles will be available under the &amp;quot;load profile&amp;quot; button.&lt;br /&gt;
#*Click 'Load Toons and exit'.&lt;br /&gt;
#*Wait for it to finish logging in all your toons (this can take a long time, even as much as a few minutes) then you can click 'X' to close the Innerspace Console.&lt;br /&gt;
#And you've now successfully set up and used Ogre Auto Login. You can just click your desktop shortcut any time you want, and it will launch the Ogre Auto Login UI (remember it might be in the background, or you might have to manually launch the Innerspace Console if your shortcut doesn't bring the window up automatically)&amp;lt;br /&amp;gt;If you are happy with this, you can stop now. If you'd like to get even fancier, read the section below on launching a specific toon list directly from a desktop shortcut (without launching the Ogre Auto Login UI).&lt;br /&gt;
&lt;br /&gt;
== Loading a specific toon list profile ==&lt;br /&gt;
Once you have created a toon list profile using the step-by-step method above, you can automatically launch and login that profile using Ogre Automated Login, rather than using the UI.&lt;br /&gt;
* The AutoLogin script that your desktop shortcut runs can accept 1 parameter, a saved toon list profile. When a parameter is passed, it automatically runs the script in the background, bypassing the Ogre Auto Login UI entirely.&lt;br /&gt;
* IMPORTANT *** You MUST create the toon list profile using the Ogre Auto Login UI *BEFORE* you can use this&lt;br /&gt;
#Let's assume you saved your toon list profile as &amp;quot;MainGroup&amp;quot;.&lt;br /&gt;
#Create a new Desktop Shortcut exactly like you did above.&lt;br /&gt;
#When you get to the part where you're appending to the Innerspace.exe path, also append &amp;quot;MainGroup&amp;quot; at the very end.&amp;lt;br /&amp;gt;Example:&lt;br /&gt;
#* &amp;lt;code&amp;gt;D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MainGroup&amp;lt;/code&amp;gt;&lt;br /&gt;
#Now you have two desktop shorcuts. The first one will launch the UI, and the second one will automatically log in your &amp;quot;MainGroup&amp;quot; toons, but will bypass the UI.&lt;br /&gt;
&lt;br /&gt;
== Quirks == &lt;br /&gt;
* It's a good idea to have Innerspace running before you double-click your desktop shortcuts. Double-clicking your shortcuts will launch Innerspace if it is not already running. However:&lt;br /&gt;
** If Innerspace needs to patch, it will do so, reload itself, and run the script you were trying to run, but it will not include any parameters you were passing in (i.e. the &amp;quot;MainGroup&amp;quot; toon list profile name.&lt;br /&gt;
** If Innerspace is already open, it simply runs the script with the parameters (which is a good thing).&lt;br /&gt;
* There is VERY limited user error checking. So use some common sense. For example: If you say you want the toon Kannkor to load on IS8 and that's it, it will load 1 session (IS1), and fail to load Kannkor because it can't find IS8. It's best to start to have the entire set (Kannkor IS1, Kannkor2 IS2 etc), or use the &amp;quot;Any&amp;quot; option.&lt;br /&gt;
* The odd time, when changing toons around, 1 session would crash. I can't reproduce this bug other than rarely, and randomly, so I believe it still exists. If this happens to you, look at the uplink console of that computer, and you should see a line such as: Command given: ogre -&amp;lt;stuff&amp;gt;-. I need the &amp;lt;stuff&amp;gt;. It will have your toon name, but if it has anything else (including spaces) I need to know exactly what that other stuff is.&lt;br /&gt;
* Note: When you run this, it loads ISXOgre into your uplink. Which should patch ISXOgre fine. However if you are in the game and need to patch ISXOgre, you will need to unload the extension from the uplink console (done via loading the console and ext -unload isxogre).&lt;br /&gt;
&lt;br /&gt;
== Using Multiple Computers ==&lt;br /&gt;
If you are using multiple computers, you must have them &amp;quot;connected&amp;quot; prior to running your desktop shortcuts.&lt;br /&gt;
Connecting via shortcut example (this is the same as clicking connect on OgreMCP):&lt;br /&gt;
* D:\Games\InnerSpace\InnerSpace.exe runscript eq2ogrecommon/ogreconnect&lt;br /&gt;
* When using this shortcut, &amp;quot;nothing&amp;quot; visually you can see will happen. It simply connects your computers.&lt;br /&gt;
*'''Ensure all computers are using the same naming in the game profile in Innerspace game configuration.'''&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/NewUserWalkthrough:Page2</id>
		<title>NewUserWalkthrough:Page2</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/NewUserWalkthrough:Page2"/>
				<updated>2013-05-22T19:40:03Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;'''New User Walkthrough - Page 2: EQ2Chars.inc'''&amp;lt;/big&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== EQ2Chars.inc ==&lt;br /&gt;
First thing you have to do, is setup a file called EQ2chars.inc. This file contains private information the bot needs to complete some functions.&lt;br /&gt;
This file is used for the following reasons:&lt;br /&gt;
* Auto-logging toons in&lt;br /&gt;
* Allowing other toons to give commands (such as making you a leader)&lt;br /&gt;
* Responding to events from characters (such as accepting group invites, or accepting a res)&lt;br /&gt;
* Connecting to other computers via Innerspace's uplink&lt;br /&gt;
&lt;br /&gt;
Navigate to the following directory: /innerspace/scripts/EQ2OgreCommon/DoNotShareWithOthers/&lt;br /&gt;
&lt;br /&gt;
In here you will find 2 files, Blank.EQ2Chars.inc and readme.txt. First thing you need to do, is rename the file from &amp;quot;Blank.EQ2Chars.inc&amp;quot; to &amp;quot;EQ2Chars.inc&amp;quot;. Now edit the file (you can right click -edit).&lt;br /&gt;
&lt;br /&gt;
== Setting up your movement keys == &lt;br /&gt;
If you use the standard: w is move forward, s is move backwards, and num lock is autorun, you can skip down to the next section (Setting up the Uplink).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ;// Default movement keys for Ogrebot. Only change the letters at the end.&lt;br /&gt;
 #if !${OgreForwardKey(exists)}&lt;br /&gt;
 	variable(global) string '''OgreForwardKey=w'''&lt;br /&gt;
 #endif&lt;br /&gt;
 #if !${OgreBackwardKey(exists)}&lt;br /&gt;
 	variable(global) string '''OgreBackwardKey=s'''&lt;br /&gt;
 #endif&lt;br /&gt;
 #if !${OgreAutoRunKey(exists)}&lt;br /&gt;
 	variable(global) string '''OgreAutoRunKey=Num Lock'''&lt;br /&gt;
 #endif&lt;br /&gt;
&lt;br /&gt;
Simply change the &amp;quot;w&amp;quot;, &amp;quot;s&amp;quot;, &amp;quot;Num Lock&amp;quot; to the keys you use. Make sure NOT to modify anything else in this section.&lt;br /&gt;
&lt;br /&gt;
== Setting up the Uplink == &lt;br /&gt;
The first function is the Uplink. This allows you to connect to other computers. If you run some of your bot sessions on other computers, make sure they are all listed here. If you only use 1 computer, you can continue to the next section.&lt;br /&gt;
&lt;br /&gt;
The first function you should see is:&lt;br /&gt;
&lt;br /&gt;
 function SetUpUplink()&lt;br /&gt;
 {&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Computername1]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Computername2]&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''** NOTE:''' &amp;lt;b&amp;gt;It's safe to go ahead and add any computers you plan to use with ISXOgre, even if they're not on/connected/active all of the time.&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''** NOTE:''' &amp;lt;b&amp;gt;It's important that the computer names match the names Innerspace uses.  On each computer, right-click the Innerspace icon in your taskbar, then click &amp;quot;Configuration&amp;quot;.  The computer name will be right there.&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the &amp;quot;Computername#&amp;quot; to the names of the other computers you wish to connect to. If you have more than 2 computers, simply add more. &lt;br /&gt;
&lt;br /&gt;
Here are a few examples:&lt;br /&gt;
&lt;br /&gt;
Example 1: Connecting to 1 other computer named &amp;quot;Kannkor1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 function SetUpUplink()&lt;br /&gt;
 {&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor1]&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
You will notice I simply deleted the extra line.&lt;br /&gt;
&lt;br /&gt;
Example 2: Connecting to 5 other computers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 function SetUpUplink()&lt;br /&gt;
 {&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor1]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor2]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor3]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor4]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor5]&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
If you have more computers, just add more lines.&lt;br /&gt;
&lt;br /&gt;
== Setting up Character information ==&lt;br /&gt;
&lt;br /&gt;
The next function is used to set up your character information.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' - You don't technically need to fill this information out. It is 100% secure as only your computer uses this information. You should NEVER share this file with anyone, not even me - ever. If you are not comfortable filling this out, you do not have to. You will just limit some of the functionality. Either way, continue reading as filling out part of the information will add to functionality.&lt;br /&gt;
&lt;br /&gt;
The next function should look like this:&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[ToonName]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[ToonName]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Options:&lt;br /&gt;
* Fill out everything - Provides full functionality. Including authorization list, auto login, support for Hireg etc.&lt;br /&gt;
** Fill out all 4&lt;br /&gt;
* Fill out ToonName only - Provides most functionality - Including authorization list. Lose auto login and Hireg support.&lt;br /&gt;
** Fill out &amp;quot;ToonName&amp;quot; only&lt;br /&gt;
* Fill out nothing - You lose authorization and auto login. I don't recommend this if you run more than 1 character since your bots will not respond to each other if they give commands (since they won't be authorized).&lt;br /&gt;
** Fill nothing out.&lt;br /&gt;
&lt;br /&gt;
In the example, it only gives you room for two characters. For more than two, you copy/paste the following lines. Here is an example of 4 characters with full information (it's obviously fake information, so don't try to log into my account :) ).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Kannkor]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginOne]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorWife]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginTwo]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorGirlfriend]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginThree]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorWhore]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginFour]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
If you choose to fill out your character name only, it would look like this:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Kannkor]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorWife]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Since you won't be using the auto-login feature, the &amp;quot;Password&amp;quot; field can stay as &amp;quot;Password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' - If you play with others that know you bot, or people you trust to be on your authorized list, you can add them also. You can have a mix of full information, and character name only. For example, here is my character information, with a friend's character that gives him authorization. Since I don't know his login information, it won't be used.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Kannkor]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginOne]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Abe] &amp;lt;---- Friends character name&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can always edit this file at any time. Just remember not to share this file with anyone, because it has your character names, and your username and passwords!&lt;br /&gt;
&lt;br /&gt;
Save the file, and continue on.&lt;br /&gt;
&lt;br /&gt;
== Navigation == &lt;br /&gt;
Back to Page 1 [[NewUserWalkthrough:Page1|Introduction]]&lt;br /&gt;
&lt;br /&gt;
Continue to Page 3 [[NewUserWalkthrough:Page3|Tips and Tricks]]&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	<entry>
		<id>https://wiki.ogregaming.com/eq2/index.php/NewUserWalkthrough:Page2</id>
		<title>NewUserWalkthrough:Page2</title>
		<link rel="alternate" type="text/html" href="https://wiki.ogregaming.com/eq2/index.php/NewUserWalkthrough:Page2"/>
				<updated>2013-05-22T19:39:25Z</updated>
		
		<summary type="html">&lt;p&gt;Mooshi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;'''New User Walkthrough - Page 2: EQ2Chars.inc'''&amp;lt;/big&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== EQ2Chars.inc ==&lt;br /&gt;
First thing you have to do, is setup a file called EQ2chars.inc. This file contains private information the bot needs to complete some functions.&lt;br /&gt;
This file is used for the following reasons:&lt;br /&gt;
* Auto-logging toons in&lt;br /&gt;
* Allowing other toons to give commands (such as making you a leader)&lt;br /&gt;
* Responding to events from characters (such as accepting group invites, or accepting a res)&lt;br /&gt;
* Connecting to other computers via Innerspace's uplink&lt;br /&gt;
&lt;br /&gt;
Navigate to the following directory: /innerspace/scripts/EQ2OgreCommon/DoNotShareWithOthers/&lt;br /&gt;
&lt;br /&gt;
In here you will find 2 files, Blank.EQ2Chars.inc and readme.txt. First thing you need to do, is rename the file from &amp;quot;Blank.EQ2Chars.inc&amp;quot; to &amp;quot;EQ2Chars.inc&amp;quot;. Now edit the file (you can right click -edit).&lt;br /&gt;
&lt;br /&gt;
== Setting up your movement keys == &lt;br /&gt;
If you use the standard: w is move forward, s is move backwards, and num lock is autorun, you can skip down to the next section (Setting up the Uplink).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ;// Default movement keys for Ogrebot. Only change the letters at the end.&lt;br /&gt;
 #if !${OgreForwardKey(exists)}&lt;br /&gt;
 	variable(global) string '''OgreForwardKey=w'''&lt;br /&gt;
 #endif&lt;br /&gt;
 #if !${OgreBackwardKey(exists)}&lt;br /&gt;
 	variable(global) string '''OgreBackwardKey=s'''&lt;br /&gt;
 #endif&lt;br /&gt;
 #if !${OgreAutoRunKey(exists)}&lt;br /&gt;
 	variable(global) string '''OgreAutoRunKey=Num Lock'''&lt;br /&gt;
 #endif&lt;br /&gt;
&lt;br /&gt;
Simply change the &amp;quot;w&amp;quot;, &amp;quot;s&amp;quot;, &amp;quot;Num Lock&amp;quot; to the keys you use. Make sure NOT to modify anything else in this section.&lt;br /&gt;
&lt;br /&gt;
== Setting up the Uplink == &lt;br /&gt;
The first function is the Uplink. This allows you to connect to other computers. If you run some of your bot sessions on other computers, make sure they are all listed here. If you only use 1 computer, you can continue to the next section.&lt;br /&gt;
&lt;br /&gt;
The first function you should see is:&lt;br /&gt;
&lt;br /&gt;
 function SetUpUplink()&lt;br /&gt;
 {&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Computername1]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Computername2]&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''** NOTE:''' &amp;lt;b&amp;gt;It's safe to go ahead and add any computers you plan to use with ISXOgre, even if they're not on/connected/active all of the time.&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''** NOTE:''' &amp;lt;b&amp;gt;It's important that the computer names match the names Innerspace uses.  On each computer, right-click the Innerspace icon in your taskbar, then click &amp;quot;Configuration&amp;quot;.  The computer name will be right there.&lt;br /&gt;
&lt;br /&gt;
Change the &amp;quot;Computername#&amp;quot; to the names of the other computers you wish to connect to. If you have more than 2 computers, simply add more. &lt;br /&gt;
&lt;br /&gt;
Here are a few examples:&lt;br /&gt;
&lt;br /&gt;
Example 1: Connecting to 1 other computer named &amp;quot;Kannkor1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 function SetUpUplink()&lt;br /&gt;
 {&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor1]&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
You will notice I simply deleted the extra line.&lt;br /&gt;
&lt;br /&gt;
Example 2: Connecting to 5 other computers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 function SetUpUplink()&lt;br /&gt;
 {&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor1]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor2]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor3]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor4]&lt;br /&gt;
 	UplinkInfo[${UplinkCount:Inc}]:Set[Kannkor5]&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
If you have more computers, just add more lines.&lt;br /&gt;
&lt;br /&gt;
== Setting up Character information ==&lt;br /&gt;
&lt;br /&gt;
The next function is used to set up your character information.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' - You don't technically need to fill this information out. It is 100% secure as only your computer uses this information. You should NEVER share this file with anyone, not even me - ever. If you are not comfortable filling this out, you do not have to. You will just limit some of the functionality. Either way, continue reading as filling out part of the information will add to functionality.&lt;br /&gt;
&lt;br /&gt;
The next function should look like this:&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[ToonName]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[ToonName]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Options:&lt;br /&gt;
* Fill out everything - Provides full functionality. Including authorization list, auto login, support for Hireg etc.&lt;br /&gt;
** Fill out all 4&lt;br /&gt;
* Fill out ToonName only - Provides most functionality - Including authorization list. Lose auto login and Hireg support.&lt;br /&gt;
** Fill out &amp;quot;ToonName&amp;quot; only&lt;br /&gt;
* Fill out nothing - You lose authorization and auto login. I don't recommend this if you run more than 1 character since your bots will not respond to each other if they give commands (since they won't be authorized).&lt;br /&gt;
** Fill nothing out.&lt;br /&gt;
&lt;br /&gt;
In the example, it only gives you room for two characters. For more than two, you copy/paste the following lines. Here is an example of 4 characters with full information (it's obviously fake information, so don't try to log into my account :) ).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Kannkor]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginOne]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorWife]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginTwo]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorGirlfriend]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginThree]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorWhore]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginFour]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
If you choose to fill out your character name only, it would look like this:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Kannkor]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[KannkorWife]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Since you won't be using the auto-login feature, the &amp;quot;Password&amp;quot; field can stay as &amp;quot;Password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' - If you play with others that know you bot, or people you trust to be on your authorized list, you can add them also. You can have a mix of full information, and character name only. For example, here is my character information, with a friend's character that gives him authorization. Since I don't know his login information, it won't be used.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 function SetUpChars()&lt;br /&gt;
 {&lt;br /&gt;
 variable int TempCounter=1&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Kannkor]&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[SecretPassword]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[KannkorLoginOne]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[Unrest]&lt;br /&gt;
 &lt;br /&gt;
 TempCounter:Inc&lt;br /&gt;
 CharInfo[${TempCounter},1]:Set[Abe] &amp;lt;---- Friends character name&lt;br /&gt;
 CharInfo[${TempCounter},2]:Set[Password]&lt;br /&gt;
 CharInfo[${TempCounter},3]:Set[LoginName]&lt;br /&gt;
 CharInfo[${TempCounter},4]:Set[ServerName]&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can always edit this file at any time. Just remember not to share this file with anyone, because it has your character names, and your username and passwords!&lt;br /&gt;
&lt;br /&gt;
Save the file, and continue on.&lt;br /&gt;
&lt;br /&gt;
== Navigation == &lt;br /&gt;
Back to Page 1 [[NewUserWalkthrough:Page1|Introduction]]&lt;br /&gt;
&lt;br /&gt;
Continue to Page 3 [[NewUserWalkthrough:Page3|Tips and Tricks]]&lt;/div&gt;</summary>
		<author><name>Mooshi</name></author>	</entry>

	</feed>