<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Halo's Realm ]dot[ COM &#187; innerspace</title>
	<atom:link href="http://www.halosrealm.com/tags/innerspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halosrealm.com</link>
	<description>Gaming, Life, and More Gaming</description>
	<lastBuildDate>Fri, 22 Jan 2010 14:26:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>InnerSpace ISBoxer Control UI</title>
		<link>http://www.halosrealm.com/2009/07/innerspace-isboxer-control-ui/</link>
		<comments>http://www.halosrealm.com/2009/07/innerspace-isboxer-control-ui/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 21:20:11 +0000</pubDate>
		<dc:creator>Halo</dc:creator>
				<category><![CDATA[5 Boxing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[ClickBoxer]]></category>
		<category><![CDATA[innerspace]]></category>
		<category><![CDATA[ISBoxer]]></category>

		<guid isPermaLink="false">http://www.halosrealm.com/?p=132</guid>
		<description><![CDATA[ISBoxer Controls UI
Since I don&#8217;t have a G15 keyboard to make use of the lights for repeater on/off state. I decided to tweak Zanthor&#8217;s old repeater UI he included in his first IS Scripts compilation, so original credits to him for the UI, I just did a few tweaks to incorporate keymap toggle, and ISBoxer [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>ISBoxer Controls UI</strong></h1>
<p>Since I don&#8217;t have a G15 keyboard to make use of the lights for repeater on/off state. I decided to tweak Zanthor&#8217;s old repeater UI he included in his first IS Scripts compilation, so original credits to him for the UI, I just did a few tweaks to incorporate keymap toggle, and ISBoxer Config reload.</p>
<p><a href="http://www.halosrealm.com/images/isboxer/repeater.xml" target="_blank">repeater.xml</a> (Right click, save as repeater.xml to InnerSpace\Interface)</p>
<p>What does it do?</p>
<ul>
<li>Toggle Repeater on / off</li>
<li>Toggle Specified Keymap</li>
<li>Reload ISBoxer Settings</li>
</ul>
<h1><strong>Toggle Repeater</strong></h1>
<p><img src="http://www.halosrealm.com/images/isboxer/controls_startup.gif" alt="Repeater" /><br />
<em>Repeater Disabled, Keymap Active</em></p>
<p><img src="http://www.halosrealm.com/images/isboxer/isboxer_controls.gif" alt="Repeater" /><br />
<em>Repeater Disabled, Keymap Disabled</em></p>
<p>In your repeater profile, if have the startup defaults &#8220;key repeat enabled&#8221; checked, you&#8217;ll need to click the keys button once, then it will catch up and show the correct state. *Keys* should indicated repeating is enabled, Keys will indicate it is disabled. My repeater profile does not have this checked so the Keys button is already at the correct state.</p>
<h1><strong>Keymap Toggle</strong></h1>
<p>This is setup to toggle a keymap named Base. You can change the name of the keymap you want to toggle on line 37 of repeater.xml &#8220;relay all keymapper -togglemap Base&#8221; Just replace Base with whichever keymap you want the button to toggle.</p>
<p><em>Modifying keymapper.iss To Change the button text.</em></p>
<p>In order to get the Maps Text to indicate the current state of keymaps, we need to change the text on the button when the keymap is toggled.</p>
<p>Open InnerSpace\Scripts\keymapper.iss</p>
<p>Scroll down to line ~387 (or find &#8220;method ToggleKeyMap(string name)&#8221;)</p>
<p>This is what you should find:</p>
<blockquote><p>method ToggleKeyMap(string name)<br />
{<br />
if ${LoadedMaps.Contains["${name.Escape}"]}<br />
This:UnloadKeyMap["${name.Escape}"]<br />
else<br />
This:LoadKeyMap["${name.Escape}"]<br />
}</p></blockquote>
<p>This is what you want to replace it with:</p>
<blockquote><p>method ToggleKeyMap(string name)<br />
{<br />
if ${LoadedMaps.Contains["${name.Escape}"]}<br />
{<br />
UIElement[keymaptoggle@main@repeater]:SetText["Maps"]<br />
This:UnloadKeyMap["${name.Escape}"]<br />
}<br />
else<br />
{<br />
This:LoadKeyMap["${name.Escape}"]<br />
UIElement[keymaptoggle@main@repeater]:SetText["*Maps*"]<br />
}<br />
}</p></blockquote>
<p>Save and reload your ISBoxer config (or launch your character set). Open the IS Console (Default ~ key) and type &#8220;ui -reload repeater.xml&#8221;. You should see the ISBoxer Controls UI show up as in this image (You may not have the WoWSkin loaded, but it&#8217;s not required)<br />
<img src="http://www.halosrealm.com/images/isboxer/controls_startup.gif" alt="Repeater UI" /></p>
<h1>Reload</h1>
<p>This simply sends a &#8220;relay all run isboxer -reload&#8221; to reload your ISBoxer Configuration just like the ISBoxer ingame GUI does. I threw this command so i wouldn&#8217;t have to open the ISBoxer gui just to reload.</p>
<p>Thanks to Lax and Red-One for answering all my questions in #isboxer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halosrealm.com/2009/07/innerspace-isboxer-control-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Boxing Auchindoun &#8211; Auchenai Crypts</title>
		<link>http://www.halosrealm.com/2009/01/5-boxing-auchindoun-auchenai-crypts/</link>
		<comments>http://www.halosrealm.com/2009/01/5-boxing-auchindoun-auchenai-crypts/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 02:45:51 +0000</pubDate>
		<dc:creator>Halo</dc:creator>
				<category><![CDATA[5 Boxing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[ClickBoxer]]></category>
		<category><![CDATA[innerspace]]></category>
		<category><![CDATA[Multiboxing]]></category>

		<guid isPermaLink="false">http://www.halosrealm.com/?p=67</guid>
		<description><![CDATA[Current Outland Dungeon Master Progress:

Here is my team:
Nimmen &#8211; 80 Resto Druid
Lewlsfear &#8211; 65 Shadow Preist
Menage &#8211; 73 Elemental Shaman
Nymin &#8211; 64 Balance Druid
Fröstlust &#8211; 65 Unholy Death Knight
I hate this place. The first boss took 3 tries but I got him. I pretty much moved in and out of range to catch heals when [...]]]></description>
			<content:encoded><![CDATA[<p>Current Outland Dungeon Master Progress:<br />
<img src="http://www.halosrealm.com/images/5box/outland_dungemaster.jpg" alt="outland dungeon master" /><br />
Here is my team:<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nimmen">Nimmen</a> &#8211; 80 Resto Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Lewlsfear">Lewlsfear</a> &#8211; 65 Shadow Preist<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Menage">Menage</a> &#8211; 73 Elemental Shaman<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nymin">Nymin</a> &#8211; 64 Balance Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Fröstlust">Fröstlust</a> &#8211; 65 Unholy Death Knight</p>
<p>I hate this place. The first boss took 3 tries but I got him. I pretty much moved in and out of range to catch heals when I needed them and that seemed to work well. Died a couple times to trash, I had no real recovery method if my tank or healer got possessed. I ended up making a macro on the tank that tried to target one of the possessors so I could find them quickly and shut them down.<br />
First boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-AC-1.jpg"><img src="http://www.halosrealm.com/images/5box/5box-AC-1_sml.jpg" alt="Mana Tombs First boss" /></a><br />
Second Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-AC-2.jpg"><img src="http://www.halosrealm.com/images/5box/5box-AC-2_sml.jpg" alt="Mana Tombs Second boss" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halosrealm.com/2009/01/5-boxing-auchindoun-auchenai-crypts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five Boxing Auchindoun &#8211; Mana Tombs</title>
		<link>http://www.halosrealm.com/2009/01/five-boxing-auchindoun-mana-tombs/</link>
		<comments>http://www.halosrealm.com/2009/01/five-boxing-auchindoun-mana-tombs/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:42:06 +0000</pubDate>
		<dc:creator>Halo</dc:creator>
				<category><![CDATA[5 Boxing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[ClickBoxer]]></category>
		<category><![CDATA[innerspace]]></category>
		<category><![CDATA[Multiboxing]]></category>

		<guid isPermaLink="false">http://www.halosrealm.com/?p=59</guid>
		<description><![CDATA[Current Outland Dungeon Master Progress:

Here is my team:
Nimmen &#8211; 80 Resto Druid
Lewlsfear &#8211; 65 Shadow Preist
Menage &#8211; 73 Elemental Shaman
Nymin &#8211; 64 Balance Druid
Fröstlust &#8211; 65 Unholy Death Knight
Cleared Mana Tombs! No problems at all. I thought the last boss was going to be tough but turned out to be nothing major.
First boss

Second Boss

Third Boss

]]></description>
			<content:encoded><![CDATA[<p>Current Outland Dungeon Master Progress:<br />
<img src="http://www.halosrealm.com/images/5box/outland_dungemaster.jpg" alt="outland dungeon master" /><br />
Here is my team:<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nimmen">Nimmen</a> &#8211; 80 Resto Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Lewlsfear">Lewlsfear</a> &#8211; 65 Shadow Preist<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Menage">Menage</a> &#8211; 73 Elemental Shaman<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nymin">Nymin</a> &#8211; 64 Balance Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Fröstlust">Fröstlust</a> &#8211; 65 Unholy Death Knight</p>
<p>Cleared Mana Tombs! No problems at all. I thought the last boss was going to be tough but turned out to be nothing major.<br />
First boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-MT-1.jpg"><img src="http://www.halosrealm.com/images/5box/5box-MT-1_sml.jpg" alt="Mana Tombs First boss" /></a><br />
Second Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-MT-2.jpg"><img src="http://www.halosrealm.com/images/5box/5box-MT-2_sml.jpg" alt="Mana Tombs Second boss" /></a><br />
Third Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-MT-3.jpg"><img src="http://www.halosrealm.com/images/5box/5box-MT-3_sml.jpg" alt="Mana Tombs Third boss" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halosrealm.com/2009/01/five-boxing-auchindoun-mana-tombs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Boxing Coilfang Reservoir &#8211; The Underbog</title>
		<link>http://www.halosrealm.com/2009/01/five-boxing-coilfang-reservoir-the-underbog/</link>
		<comments>http://www.halosrealm.com/2009/01/five-boxing-coilfang-reservoir-the-underbog/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:35:29 +0000</pubDate>
		<dc:creator>Halo</dc:creator>
				<category><![CDATA[5 Boxing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[ClickBoxer]]></category>
		<category><![CDATA[innerspace]]></category>
		<category><![CDATA[Multiboxing]]></category>
		<category><![CDATA[warcraft]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.halosrealm.com/?p=56</guid>
		<description><![CDATA[Here is my team:
Nimmen &#8211; 80 Resto Druid
Lewlsfear &#8211; 64 Shadow Preist
Menage &#8211; 73 Elemental Shaman
Nymin &#8211; 63 Balance Druid
Fröstlust &#8211; 64 Unholy Death Knight
Cleared The Underbog! Only had 1 death due to not paying attention. I ended up aggroing The Black Stalker before I was ready so the preist didn&#8217;t make it. I&#8217;m still [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my team:<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nimmen">Nimmen</a> &#8211; 80 Resto Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Lewlsfear">Lewlsfear</a> &#8211; 64 Shadow Preist<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Menage">Menage</a> &#8211; 73 Elemental Shaman<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nymin">Nymin</a> &#8211; 63 Balance Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Fröstlust">Fröstlust</a> &#8211; 64 Unholy Death Knight</p>
<p>Cleared The Underbog! Only had 1 death due to not paying attention. I ended up aggroing The Black Stalker before I was ready so the preist didn&#8217;t make it. I&#8217;m still swapping around spells. I&#8217;m not very good with a Shadow Priest. I also realized when I dinged on the 3 lowbies, and went to train, I hadn&#8217;t trained Mind Flay at all. Oh well, should see a nice boost next instance. Planning on doing some questing in Zangarmarsh. The lowbies are just over their current levels so I want to get another level maybe before I head into Mana Tombs.</p>
<p>First boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-UB-1.jpg"><img src="http://www.halosrealm.com/images/5box/5box-UB-1_sml.jpg" alt="The Underbog First boss" /></a><br />
Second Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-UB-2.jpg"><img src="http://www.halosrealm.com/images/5box/5box-UB-2_sml.jpg" alt="The Underbog Second boss" /></a><br />
Third Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-UB-3.jpg"><img src="http://www.halosrealm.com/images/5box/5box-UB-3_sml.jpg" alt="The Underbog boss" /></a><br />
Fourth Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-UB-4.jpg"><img src="http://www.halosrealm.com/images/5box/5box-UB-4_sml.jpg" alt="The Underbog boss" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halosrealm.com/2009/01/five-boxing-coilfang-reservoir-the-underbog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Boxing Coilfang Reservoir &#8211; The Slave Pens</title>
		<link>http://www.halosrealm.com/2009/01/five-boxing-coilfang-reservoir-the-slave-pens/</link>
		<comments>http://www.halosrealm.com/2009/01/five-boxing-coilfang-reservoir-the-slave-pens/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:12:55 +0000</pubDate>
		<dc:creator>Halo</dc:creator>
				<category><![CDATA[5 Boxing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[ClickBoxer]]></category>
		<category><![CDATA[innerspace]]></category>
		<category><![CDATA[Multiboxing]]></category>
		<category><![CDATA[warcraft]]></category>

		<guid isPermaLink="false">http://www.halosrealm.com/?p=54</guid>
		<description><![CDATA[Here is my team:
Nimmen &#8211; 80 Resto Druid
Lewlsfear &#8211; 63 Shadow Preist
Menage &#8211; 73 Elemental Shaman
Nymin &#8211; 62 Balance Druid
Fröstlust &#8211; 63 Unholy Death Knight
Cleared The Slave Pens with no deaths! ClickBoxer makes healing a non issue. I&#8217;m still not using a secondary targeting mechanism for heals. I&#8217;m just using a /tar party1. I need [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my team:<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nimmen">Nimmen</a> &#8211; 80 Resto Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Lewlsfear">Lewlsfear</a> &#8211; 63 Shadow Preist<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Menage">Menage</a> &#8211; 73 Elemental Shaman<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Nymin">Nymin</a> &#8211; 62 Balance Druid<br />
<a href="http://www.wowarmory.com/character-sheet.xml?r=Madoran&#038;n=Fröstlust">Fröstlust</a> &#8211; 63 Unholy Death Knight</p>
<p>Cleared The Slave Pens with no deaths! ClickBoxer makes healing a non issue. I&#8217;m still not using a secondary targeting mechanism for heals. I&#8217;m just using a /tar party1. I need to make a macro so I can single target heal a party member.</p>
<p>First boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-SP-1.jpg"><img src="http://www.halosrealm.com/images/5box/5box-SP-1_sml.jpg" alt="The Slave Pens First boss" /></a><br />
Second Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-SP-2.jpg"><img src="http://www.halosrealm.com/images/5box/5box-SP-2_sml.jpg" alt="The Slave Pens Second boss" /></a><br />
Third Boss<br />
<a href="http://www.halosrealm.com/images/5box/5box-SP-3.jpg"><img src="http://www.halosrealm.com/images/5box/5box-SP-3_sml.jpg" alt="The Slave Pens boss" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halosrealm.com/2009/01/five-boxing-coilfang-reservoir-the-slave-pens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiboxing With Multiple Clickboxer Windows</title>
		<link>http://www.halosrealm.com/2008/12/multiboxing-with-multiple-clickboxer-windows/</link>
		<comments>http://www.halosrealm.com/2008/12/multiboxing-with-multiple-clickboxer-windows/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:24:48 +0000</pubDate>
		<dc:creator>Halo</dc:creator>
				<category><![CDATA[5 Boxing]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[ClickBoxer]]></category>
		<category><![CDATA[innerspace]]></category>
		<category><![CDATA[Multiboxing]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.halosrealm.com/?p=40</guid>
		<description><![CDATA[http://www.lavishsoft.com/wiki/index.php/ClickBoxer
I started out with a horizontal ClickBoxer window and after a couple runs it just seemed too small. My idea was to make a vertical window that replaced (or in place of) the right 2 action bars of the default UI and make the buttons bigger. 
Here is what I started with:

Here is the Vertical [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lavishsoft.com/wiki/index.php/ClickBoxer">http://www.lavishsoft.com/wiki/index.php/ClickBoxer</a></p>
<p>I started out with a horizontal ClickBoxer window and after a couple runs it just seemed too small. My idea was to make a vertical window that replaced (or in place of) the right 2 action bars of the default UI and make the buttons bigger. </p>
<p><strong>Here is what I started with:</strong><br />
<img src="http://www.halosrealm.com/images/is/clickboxer-horizontal.gif" alt="Horizontal ClickBoxer" /></p>
<p><strong>Here is the Vertical version using 40&#215;40 for button size:</strong><br />
<img src="http://www.halosrealm.com/images/is/clickboxer-vertical.gif" alt="Vertical ClickBoxer" /></p>
<p>This is all pretty basic stuff. All of the buttons are the same, some of the text is different. I&#8217;m mainly posting this to show what can be (easily) done with ClickBoxer. Once I got the vertical layout, I thought, well maybe I should add the flexibility of using either layout. So set each layout as its own window and with some help from the #isboxer crew, I got it all working. I took it a step further and instead of having to run &#8220;ui -reload -skin WoWSkin clickboxer vertical&#8221; I put that line it it&#8217;s own script so I can just run &#8220;run vertical&#8221; or &#8220;run horizontal&#8221; for whichever orientation I want.</p>
<p>Vertical Script (Save as vertical.iss to C:\Program Files\InnerSpace\Scripts)<br />
<code>function main()<br />
{<br />
ui -reload -skin WoWSkin clickboxer vertical<br />
}</code><br />
Horizontal Script (Save as horizontal.iss to C:\Program Files\InnerSpace\Scripts)<br />
<code>function main()<br />
{<br />
ui -reload -skin WoWSkin clickboxer horizontal<br />
}</code></p>
<p>Here is the full Clickboxer.<strong>xml</strong> (Save to C:\Program Files\InnerSpace\Interface)<br />
<a href="http://www.halosrealm.com/clickboxer.txt" target="_new">ClickBoxer.xml (Opens new Window)</a> &#8211; Saved here as txt for display purposes.</p>
<p>There is a Misc window there that is the building blocks of another window.</p>
<p><strong>About my Clickboxer.xml:</strong><br />
I run 1 system with 3 clients and 1 system with 2. This is why you see &#8220;joeslaptop.is1&#8243;; this is relaying commands directly to the <a href="http://www.lavishsoft.com/wiki/index.php/ISUplink:RemoteUplink_(Command)">RemoteUplink</a> joeslaptop (my 2nd system) is1 session. This is not necessarily something you can drop in and just run. Unless you also run your resto druid on is2, your shaman on is3, and your preist on joeslaptop.is1. The idea here was to document the process for myself and show by example how easy it is to build a custom ClickBoxer UI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halosrealm.com/2008/12/multiboxing-with-multiple-clickboxer-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiboxing With InnerSpace Using Multiple Computers</title>
		<link>http://www.halosrealm.com/2008/12/multiboxing-with-innerspace-using-multiple-computers/</link>
		<comments>http://www.halosrealm.com/2008/12/multiboxing-with-innerspace-using-multiple-computers/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 05:40:19 +0000</pubDate>
		<dc:creator>Halo</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[innerspace]]></category>
		<category><![CDATA[Multiboxing]]></category>

		<guid isPermaLink="false">http://www.halosrealm.com/?p=18</guid>
		<description><![CDATA[I hope this helps someone get started with InnerSpace. And I hope this sheds some light on what InnerSpace + ClickBoxer + Repeater can do as a Multiboxing solution. It is my conclusion that InnerSpace used in this manner is no more in violation of the ToS/EULA than the Nostromo N52 software capable of pressing 1 button to get more than 1 action. This post is not to incite a war of legality. I want to show that there is no ToS / EULA violation here. I'm completely open to INTELLIGENT discussion with SANE and RATIONAL people with WELL THOUGHT OUT replies. Moderation of this thread will be fierce.]]></description>
			<content:encoded><![CDATA[<p>Bare Basic IS Setup For Multiple Remote Uplink Clients (Multiple PCs)<br />
(this should be considered Draft. Still working on finishing touches)<br />
<strong>InnerSpace</strong>: http://www.lavishsoft.com<br />
<strong>Repeater</strong>: http://www.lavishsoft.com/wiki/index.php/IS:Repeater<br />
<strong>ClickBoxer</strong>: http://www.lavishsoft.com/wiki/index.php/ClickBoxer</p>
<p>I used a lot of info from this thread: Many thanks to <strong>Zanthor</strong>:<br />
InnerSpace &#8211; Repeater, Windowsnapper &#038; More: http://www.dual-boxing.com/forums/index.php?page=Thread&#038;threadID=15769<br />
<span id="more-18"></span><br />
Download and install InnerSpace. Once you have IS configured for WoW you&#8217;re ready to proceed here.<br />
(setup and configuration of IS is covered extensively in the above links)</p>
<p>I wrote a script which I named remote.iss and put in my InnerSpace\Scripts\ Folder.</p>
<p><code>function main()<br />
{<br />
Uplink RemoteUplink -connect 192.168.1.120<br />
Uplink RemoteUplink -connect 192.168.1.139<br />
run repeater "scroll lock"<br />
ui -load skins/wowskin/wowskin<br />
ui -load -skin WoWSkin repeater<br />
}</code></p>
<p>Replace 192.168.1.120 and 192.168.1.139 with the IPs (or host names) of your machines. Feel free to change &#8220;Scroll Lock&#8221; to whatever key you would like to bind repeater to. This script with connect to the remote uplinks you have specified and then run repeater, and launch the WoWskin themed UI for repeater. Which is courtesy of zanthor (Thanks for letting me link it here)</p>
<p>If you have more than 2 remote clients, simply copy the &#8220;Uplink RemoteUplink -connect 192.168.1.139&#8243; for as many clients as you have and specify their IPs. The personal, non-commercial user license supports up to 5 PCs.</p>
<p>Once you have the above script customized for your machines save it to your InnerSpace\Scripts\ Folder on your MAIN machine. On your client machines. Right click on the IS system tray icon and select &#8220;Configuration&#8221;. In the middle of the window you should see &#8220;Uplink Networking&#8221; Check the box that says &#8220;Enable incoming connections on port&#8221;. This will allow your main machine to connect to your clients. Remember to adjust any firewalls you may have running to allow for the default port 10101.</p>
<p>Launch WOW on all of your machines via the IS game profile. (right click on the IS system tray icon, select &#8220;World of Warcraft&#8221;, select &#8220;World of Warcraft Default Profile&#8221;. Open the console by pressing the ` key on your main system. In the console type (no quotes) &#8220;run remote&#8221;. This will connect you to your remote uplinks and will start and open the repeater UI. You can check the repeater documentation for how to specify white list and blacklist settings. The basic </p>
<p>commands above will get you running. You can run the command &#8220;Uplink RemoteUplink -list&#8221;  in the IS console to show what RemoteUplinks you are currently connected to. If all went well (Nothing broke) you should be broadcasting all keys to all clients. Congrats, it wasn&#8217;t too hard was it?</p>
<p>Now to take it 1 step further.<br />
(Warning. the learning curve begins here involving editing the clickBoxer.xml)</p>
<p>I&#8217;ve taken the ClickBoxer.xml from Layout 1 on the ClickBoxer Wiki.</p>
<p>Straight from the wiki: &#8220;ClickBoxer is a customizable user interface for multi-boxing with Inner Space.Sample layouts are given below. Make sure to customize the buttons by changing the command that will execute, as the key combinations used in the layout may differ from the keys you want to use. In fact, you may wish to change the text on the buttons, or add more buttons, or make them smaller, or a variety of other things. Make it do what you want it to do, and look how you want it to look! &#8221;</p>
<p>I&#8217;ve modified the the ClickBoxer.xml to work with my setup. I use 1 as my follow macro, 2 as my assist macro, 9 as my attack 1, 8 as my attack 2, and t as my melee key. Also joeslaptop is the hostname of my laptop, and second, is the hostname of my 3rd client. The is1 is the uplink name. By default the first instance of wow you run should be named is1. This is the name of the session. so when you tell ClickBoxer to send a command, you have to specify the HOST.SESSION. This is why you see joeslaptop.is1 or second.is1. <strong>YOU WILL NEED TO CHANGE THESE HOSTNAMES TO MATCH YOUR HOSTNAMES OR THIS WILL NOT WORK</strong>. If you do not know the hostnames, run &#8220;uplink remoteuplink -list&#8221; and this will show you all the hosts you have connected to and their hostnames.</p>
<p>Copy this and save it as Clickboxer.xml in your InnerSpace\Interface folder.</p>
<p><code>Post ClickBoxer.xml here</code></p>
<p>You may want to change the keys to whatever you prefer to use.</p>
<p>Run ClickBoxer by running the following command in the IS Console:<br />
<code>ui -load -skin WoWSkin ClickBoxer</code></p>
<p>If you&#8217;ve specified you&#8217;re host names and uplink names, and key binds correctly, everything should be working fine for you. Click on the buttons to test drive ClickBoxer.</p>
<p>I hope this helps someone get started with InnerSpace. And I hope this sheds some light on what InnerSpace + ClickBoxer + Repeater can do as a Multiboxing solution. It is my conclusion that InnerSpace used in this manner is no more in violation of the ToS/EULA than the Nostromo N52 software capable of pressing 1 button to get more than 1 action. This post is not to incite a war of legality. I want to show that there is no ToS / EULA violation here. I&#8217;m completely open to INTELLIGENT discussion with SANE and RATIONAL people with WELL THOUGHT OUT replies. Moderation of this thread will be fierce.</p>
<p>(this is still a draft and should not be considered 100% Accurate)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halosrealm.com/2008/12/multiboxing-with-innerspace-using-multiple-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
