<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Aardwolf custom Mushclient Development</title>
	<atom:link href="http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/</link>
	<description>Aardwolf MUD General News and Updates.</description>
	<pubDate>Sat, 13 Mar 2010 22:26:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: jg0204</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-111</link>
		<dc:creator>jg0204</dc:creator>
		<pubDate>Fri, 11 Jul 2008 04:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-111</guid>
		<description>Where it's get out????? man,this look so F***********NG!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Where it&#8217;s get out????? man,this look so F***********NG!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bottomfeeder</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-98</link>
		<dc:creator>Bottomfeeder</dc:creator>
		<pubDate>Sun, 29 Jun 2008 23:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-98</guid>
		<description>First off I'd like to say that it's about time that MUSHclient got the props that it deserves. I switched from a bought and paid for zMUD to Mc a while back after seeing how clean the interface was. The only downside was that the majority of plugins/scripts were made for zMUD. So glad to hear this news since it will bring more script developers over to this badass client.

As far as suggestions go there is one I'd like to offer up. Alot of us Aard players are stat whores and the vast majority of us use level/quest triggers to gather, store, and report various things like time to level, mobs killed last level, stats gained, qp recieved, and time to complete quest/campaign.

Would it be too much to ask to have some of that info output onto the stats window?

Can't wait to get my hands on this.</description>
		<content:encoded><![CDATA[<p>First off I&#8217;d like to say that it&#8217;s about time that MUSHclient got the props that it deserves. I switched from a bought and paid for zMUD to Mc a while back after seeing how clean the interface was. The only downside was that the majority of plugins/scripts were made for zMUD. So glad to hear this news since it will bring more script developers over to this badass client.</p>
<p>As far as suggestions go there is one I&#8217;d like to offer up. Alot of us Aard players are stat whores and the vast majority of us use level/quest triggers to gather, store, and report various things like time to level, mobs killed last level, stats gained, qp recieved, and time to complete quest/campaign.</p>
<p>Would it be too much to ask to have some of that info output onto the stats window?</p>
<p>Can&#8217;t wait to get my hands on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasher</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-96</link>
		<dc:creator>Lasher</dc:creator>
		<pubDate>Sun, 29 Jun 2008 13:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-96</guid>
		<description>Yeah let's shelve anything to do with internal areas for now - too many bigger projects in progress as it is. I think to do something with those I'd like to make a proxy program for it anyway with some graphics. Or wait to see how the new mapping protocol shapes up (and how "open" it is).</description>
		<content:encoded><![CDATA[<p>Yeah let&#8217;s shelve anything to do with internal areas for now - too many bigger projects in progress as it is. I think to do something with those I&#8217;d like to make a proxy program for it anyway with some graphics. Or wait to see how the new mapping protocol shapes up (and how &#8220;open&#8221; it is).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiendish</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-95</link>
		<dc:creator>Fiendish</dc:creator>
		<pubDate>Sun, 29 Jun 2008 09:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-95</guid>
		<description>'bigmap' (or equivalent) need only be used when the continents actually change, which is almost never, because the map data gets stored. If anything, this would eliminate the need to use the mud's version more than once per new area going in.

In terms of data from the mud, all we need is the continent name (shortened form is fine) and continent coordinates in tags at each movement (walking and running preferably).

There's no need for any special formatting of the map. Just leave it as is. 
If you want, it can even be retrieved from the web server from inside the client instead of using the bigmap command on the mud by using that trick I learned for web voting. Both ways should work equally well (assuming the web server doesn't go down or time out).

Though a "playerless" version of the continent maps without the red asterisk that can be requested from anywhere ("basemap " or something) would be most helpful if you choose to use the mud instead of the web server.

&#62; Might have to artifically lag the command somewhat killing the whole concept 
&#62; if that became the case.

You already do lag the command. That was the whole reason for making my version in the first place. ;)

&#62; In terms of areas, I didnt actually mean knowing where you were on
&#62; bigmap when inside an area

Oh. I did.

&#62; but doing the same thing for an entire area itself. That could be achieved by
&#62; assigning coordinates within areas.

Isn't that what the automap is for? Or do you want a new mediummap for each area? Because that'd be...well...we're going to run out of screen real-estate. :D</description>
		<content:encoded><![CDATA[<p>&#8216;bigmap&#8217; (or equivalent) need only be used when the continents actually change, which is almost never, because the map data gets stored. If anything, this would eliminate the need to use the mud&#8217;s version more than once per new area going in.</p>
<p>In terms of data from the mud, all we need is the continent name (shortened form is fine) and continent coordinates in tags at each movement (walking and running preferably).</p>
<p>There&#8217;s no need for any special formatting of the map. Just leave it as is.<br />
If you want, it can even be retrieved from the web server from inside the client instead of using the bigmap command on the mud by using that trick I learned for web voting. Both ways should work equally well (assuming the web server doesn&#8217;t go down or time out).</p>
<p>Though a &#8220;playerless&#8221; version of the continent maps without the red asterisk that can be requested from anywhere (&#8221;basemap &#8221; or something) would be most helpful if you choose to use the mud instead of the web server.</p>
<p>&gt; Might have to artifically lag the command somewhat killing the whole concept<br />
&gt; if that became the case.</p>
<p>You already do lag the command. That was the whole reason for making my version in the first place. <img src='http://www.aardwolf.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&gt; In terms of areas, I didnt actually mean knowing where you were on<br />
&gt; bigmap when inside an area</p>
<p>Oh. I did.</p>
<p>&gt; but doing the same thing for an entire area itself. That could be achieved by<br />
&gt; assigning coordinates within areas.</p>
<p>Isn&#8217;t that what the automap is for? Or do you want a new mediummap for each area? Because that&#8217;d be&#8230;well&#8230;we&#8217;re going to run out of screen real-estate. <img src='http://www.aardwolf.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasher</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-93</link>
		<dc:creator>Lasher</dc:creator>
		<pubDate>Sun, 29 Jun 2008 05:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-93</guid>
		<description>Anything we do that encourages repeated use of 'bigmap' is not a good idea, a few people doing it in private scripts is fine, it a lot started to do it in something released officially we could see lag from it. Might have to artifically lag the command somewhat killing the whole concept if that became the case. As cool as this could be, smooth running of the MUD itself has to be priority.
 
With that being said, I dont think that is what you're actually doing. Bigmap changes so rarely that we could probably product a tagged version. Just one possibility of how it could look:

[continent]mesolar[/continent]
[rooms]
  [0,0]..symbol and color for room 0,0 here[/0,0]
  [0,1] ...[/0,1]
[/rooms]

This wouldn't be in the mud itself, but a download on the website, updated as necessary. Making the bigmap command output something like this to a file is no big deal, sending it over the mud probably not a good idea.

Anyway, just one possibility. Im terms of areas, I didnt actually mean knowing where you were on bigmap when inside an area, but doing the same thing for an entire area itself. That could be achieved by assigning coordinates within areas. 

It would also likely mean the death of non-euclidian mazes outside of clans, I don't suspect too many tears would be shed over that :)</description>
		<content:encoded><![CDATA[<p>Anything we do that encourages repeated use of &#8216;bigmap&#8217; is not a good idea, a few people doing it in private scripts is fine, it a lot started to do it in something released officially we could see lag from it. Might have to artifically lag the command somewhat killing the whole concept if that became the case. As cool as this could be, smooth running of the MUD itself has to be priority.</p>
<p>With that being said, I dont think that is what you&#8217;re actually doing. Bigmap changes so rarely that we could probably product a tagged version. Just one possibility of how it could look:</p>
<p>[continent]mesolar[/continent]<br />
[rooms]<br />
  [0,0]..symbol and color for room 0,0 here[/0,0]<br />
  [0,1] &#8230;[/0,1]<br />
[/rooms]</p>
<p>This wouldn&#8217;t be in the mud itself, but a download on the website, updated as necessary. Making the bigmap command output something like this to a file is no big deal, sending it over the mud probably not a good idea.</p>
<p>Anyway, just one possibility. Im terms of areas, I didnt actually mean knowing where you were on bigmap when inside an area, but doing the same thing for an entire area itself. That could be achieved by assigning coordinates within areas. </p>
<p>It would also likely mean the death of non-euclidian mazes outside of clans, I don&#8217;t suspect too many tears would be shed over that <img src='http://www.aardwolf.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiendish</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-91</link>
		<dc:creator>Fiendish</dc:creator>
		<pubDate>Sun, 29 Jun 2008 03:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-91</guid>
		<description>Lasher,
I missed this in my reply...

&#62; As the continents are very fixed format (60*40, 40*40, etc), it would seem 
&#62; reasonable to be able to store them in a lua table...

Only if you make it so that the client actually sees a color code for every symbol when it goes to update the internal maps. Currently it does not. While the maps certainly display as rectangles, the color codes are not regularly spaced. On the client end, I see only one color code per block of same-colored text. That makes the maps actually quite irregularly shaped.

Just something to keep in mind.</description>
		<content:encoded><![CDATA[<p>Lasher,<br />
I missed this in my reply&#8230;</p>
<p>&gt; As the continents are very fixed format (60*40, 40*40, etc), it would seem<br />
&gt; reasonable to be able to store them in a lua table&#8230;</p>
<p>Only if you make it so that the client actually sees a color code for every symbol when it goes to update the internal maps. Currently it does not. While the maps certainly display as rectangles, the color codes are not regularly spaced. On the client end, I see only one color code per block of same-colored text. That makes the maps actually quite irregularly shaped.</p>
<p>Just something to keep in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiendish</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-90</link>
		<dc:creator>Fiendish</dc:creator>
		<pubDate>Sat, 28 Jun 2008 23:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-90</guid>
		<description>&#62; This would be much tougher in a full area due to lack of coordinates.

My idea for inside areas is just to output the continent coordinate of the area entrance. That way the player knows where they are in the world even when they get to an area by some way other than the continents.

Your idea of pushing updates for other players as well sounds really cool, but I wonder if it wouldn't break some sort of realism barrier if the player knows too much. It's reasonable to know where you are in the world. Not necessarily so reasonable to know where everyone else is also. Maybe only show the players within automap range? Maybe that would get to be too expensive.

I've created a forum thread over at the MUSHclient forums for converting what I have in zMUD to Lua in MUSHclient.
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=8748</description>
		<content:encoded><![CDATA[<p>&gt; This would be much tougher in a full area due to lack of coordinates.</p>
<p>My idea for inside areas is just to output the continent coordinate of the area entrance. That way the player knows where they are in the world even when they get to an area by some way other than the continents.</p>
<p>Your idea of pushing updates for other players as well sounds really cool, but I wonder if it wouldn&#8217;t break some sort of realism barrier if the player knows too much. It&#8217;s reasonable to know where you are in the world. Not necessarily so reasonable to know where everyone else is also. Maybe only show the players within automap range? Maybe that would get to be too expensive.</p>
<p>I&#8217;ve created a forum thread over at the MUSHclient forums for converting what I have in zMUD to Lua in MUSHclient.<br />
<a href="http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=8748" rel="nofollow">http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=8748</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasher</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-89</link>
		<dc:creator>Lasher</dc:creator>
		<pubDate>Sat, 28 Jun 2008 22:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-89</guid>
		<description>Fiendish/Nick, just brain dumping here, hope I get this across correctly. 

Mushclient can't write to a specific X,Y position on a screen, but it redraws a full screen very quickly.

As the continents are very fixed format (60*40, 40*40, etc), it would seem reasonable to be able to store them in a lua table that is refreshed to the screen and update that lua table as necessary, without having to redraw bigmap every time.

I was thinking about protocol to have a 'bigmap' on your screen that constantly updates so you see the red asterisks as people run around, and see yourself move as you run across the map. This would require the ability, while standing on a continent, to receive tags whenever other (visible) players move across it to. 

In terms of protocol, something that tells the client:

&lt;player&gt;23,17&lt;/player&gt;
&lt;player&gt;51,12&lt;/player&gt;
&lt;you&gt;30,23&lt;/you&gt; 

etc could be workable. 

It would seem resource intensive, but each area already has a linked list of players in the area and continents are just large areas, so probably not.

This would be much tougher in a full area due to lack of coordinates, but could make for an interesting experiment on bigmap. Let me know if you want to try. 

Worst case is we do something fun and unique on the test port that turns out to be too much of a hog to make it live.</description>
		<content:encoded><![CDATA[<p>Fiendish/Nick, just brain dumping here, hope I get this across correctly. </p>
<p>Mushclient can&#8217;t write to a specific X,Y position on a screen, but it redraws a full screen very quickly.</p>
<p>As the continents are very fixed format (60*40, 40*40, etc), it would seem reasonable to be able to store them in a lua table that is refreshed to the screen and update that lua table as necessary, without having to redraw bigmap every time.</p>
<p>I was thinking about protocol to have a &#8216;bigmap&#8217; on your screen that constantly updates so you see the red asterisks as people run around, and see yourself move as you run across the map. This would require the ability, while standing on a continent, to receive tags whenever other (visible) players move across it to. </p>
<p>In terms of protocol, something that tells the client:</p>
<player>23,17</player>
<player>51,12</player>
<you>30,23</you> </p>
<p>etc could be workable. </p>
<p>It would seem resource intensive, but each area already has a linked list of players in the area and continents are just large areas, so probably not.</p>
<p>This would be much tougher in a full area due to lack of coordinates, but could make for an interesting experiment on bigmap. Let me know if you want to try. </p>
<p>Worst case is we do something fun and unique on the test port that turns out to be too much of a hog to make it live.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasher</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-88</link>
		<dc:creator>Lasher</dc:creator>
		<pubDate>Sat, 28 Jun 2008 22:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-88</guid>
		<description>Jollygreen: 'Runto' was never going to be a plugin. It's impossible to predict all the speedwalks someone could want, or where from. Runto came from the idea that if we have speedwalks available in the game with the 'speedwalks' command, then we might as well just output them in alias format for including with the default mushclient install and any other client that wanted to convert them. 

If we're going to make them available in a client, might as well just simplify it and put them directly into the mud - that way everyone gets use of them regardless of client and they're always up to date.

So, 'runto' will just be based on the speedwalks list. From Aylor recall, you would type 'runto lidnesh' for example, and it would execute the speedwalk to lidnesh. It gives nothing that isnt there today, just makes it easier than creating aliases and keeping them up to date as things change. For speedwalks from clans, manors, etc people will still need to generate their own speedwalks.

Hope this explains more clearly what 'runto' will be.</description>
		<content:encoded><![CDATA[<p>Jollygreen: &#8216;Runto&#8217; was never going to be a plugin. It&#8217;s impossible to predict all the speedwalks someone could want, or where from. Runto came from the idea that if we have speedwalks available in the game with the &#8217;speedwalks&#8217; command, then we might as well just output them in alias format for including with the default mushclient install and any other client that wanted to convert them. </p>
<p>If we&#8217;re going to make them available in a client, might as well just simplify it and put them directly into the mud - that way everyone gets use of them regardless of client and they&#8217;re always up to date.</p>
<p>So, &#8216;runto&#8217; will just be based on the speedwalks list. From Aylor recall, you would type &#8216;runto lidnesh&#8217; for example, and it would execute the speedwalk to lidnesh. It gives nothing that isnt there today, just makes it easier than creating aliases and keeping them up to date as things change. For speedwalks from clans, manors, etc people will still need to generate their own speedwalks.</p>
<p>Hope this explains more clearly what &#8216;runto&#8217; will be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jollygreen</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-87</link>
		<dc:creator>jollygreen</dc:creator>
		<pubDate>Sat, 28 Jun 2008 17:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-87</guid>
		<description>So the plugins with the "runto" command are going to be implemented in a final version?</description>
		<content:encoded><![CDATA[<p>So the plugins with the &#8220;runto&#8221; command are going to be implemented in a final version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gammon</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-85</link>
		<dc:creator>Nick Gammon</dc:creator>
		<pubDate>Sat, 28 Jun 2008 06:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-85</guid>
		<description>Hmm - the blog swallowed up what I was trying to demonstrate. Oh well, I'll do it with square brackets.

[HELP]

... help text here ...

[/HELP]

... was what I was trying to say. Imagine the square brackets being angle brackets, and that is what the MUD is sending.</description>
		<content:encoded><![CDATA[<p>Hmm - the blog swallowed up what I was trying to demonstrate. Oh well, I&#8217;ll do it with square brackets.</p>
<p>[HELP]</p>
<p>&#8230; help text here &#8230;</p>
<p>[/HELP]</p>
<p>&#8230; was what I was trying to say. Imagine the square brackets being angle brackets, and that is what the MUD is sending.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gammon</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-84</link>
		<dc:creator>Nick Gammon</dc:creator>
		<pubDate>Sat, 28 Jun 2008 06:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-84</guid>
		<description>I am not exactly a long-term player, however I have made a few characters to test out some of the ideas we had with the plugins.

In the process we have shaken out a few bugs in MUSHclient, or at least, places where it could make more information available (such as the size of the main client window).

Meanwhile Lasher has been adding a few server tags (which any client could detect) to facilitate "screen scraping" of things like help displays, maps, character status, and so on.

Of course these tags are optional, so people can continue to play "the old fashioned" way, however it is quite fun to have relevant information broken out into multiple panes on your main window.

There is also no favoritism shown to MUSHclient in this respect. I would say that virtually any client that supports triggers, multiple screens, and moving text from one screen to another would cope with something like:



... help text here ...



I imagine any of the more popular clients could make use of this information.

The important thing we are trying to do here is making playing MUDs more fun, and more accessible to newbies. Anything that eases new players into a game without needing to memorize, or make sense of, heaps of obscure information, must surely be a good thing.

The other things is that the general techniques employed here could easily be used by other MUDs as well, if they wanted to do something similar.</description>
		<content:encoded><![CDATA[<p>I am not exactly a long-term player, however I have made a few characters to test out some of the ideas we had with the plugins.</p>
<p>In the process we have shaken out a few bugs in MUSHclient, or at least, places where it could make more information available (such as the size of the main client window).</p>
<p>Meanwhile Lasher has been adding a few server tags (which any client could detect) to facilitate &#8220;screen scraping&#8221; of things like help displays, maps, character status, and so on.</p>
<p>Of course these tags are optional, so people can continue to play &#8220;the old fashioned&#8221; way, however it is quite fun to have relevant information broken out into multiple panes on your main window.</p>
<p>There is also no favoritism shown to MUSHclient in this respect. I would say that virtually any client that supports triggers, multiple screens, and moving text from one screen to another would cope with something like:</p>
<p>&#8230; help text here &#8230;</p>
<p>I imagine any of the more popular clients could make use of this information.</p>
<p>The important thing we are trying to do here is making playing MUDs more fun, and more accessible to newbies. Anything that eases new players into a game without needing to memorize, or make sense of, heaps of obscure information, must surely be a good thing.</p>
<p>The other things is that the general techniques employed here could easily be used by other MUDs as well, if they wanted to do something similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiendish</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-83</link>
		<dc:creator>Fiendish</dc:creator>
		<pubDate>Thu, 26 Jun 2008 23:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-83</guid>
		<description>&#62; I looked in the past, and I don’t think child windows can be made on top 
&#62; relative to other child windows. I just don’t think Windows supports that.

Not ideal, but understandable.

&#62; The map screen we have been playing with is similar - in any case you 
&#62; *expect* a flicker

In this case the entire map is static (except when changing continents, obviously) other than the location marker that moves when you move. So here any flicker is unexpected and distracting.

&#62; As for the flicker, my testing here shows that even shoving my entire “score” 
&#62; screen to another window happens so fast I’m not even sure it has done it.
&#62; One of the reasons it looks smooth is the technical way it is done. If you have
&#62; a lot of output all the buffering is done first, and then the screen refreshes, 
&#62; effectively resulting in a single redraw operation, not one per line.

I'll have to check it out. What you say certainly sounds promising. Expect to hear back from me soon about this.
Either way, Lasher, still want the tags! :D

Nick, You don't play Aardwolf, do you? It's cool that you're checking in on the blog.</description>
		<content:encoded><![CDATA[<p>&gt; I looked in the past, and I don’t think child windows can be made on top<br />
&gt; relative to other child windows. I just don’t think Windows supports that.</p>
<p>Not ideal, but understandable.</p>
<p>&gt; The map screen we have been playing with is similar - in any case you<br />
&gt; *expect* a flicker</p>
<p>In this case the entire map is static (except when changing continents, obviously) other than the location marker that moves when you move. So here any flicker is unexpected and distracting.</p>
<p>&gt; As for the flicker, my testing here shows that even shoving my entire “score”<br />
&gt; screen to another window happens so fast I’m not even sure it has done it.<br />
&gt; One of the reasons it looks smooth is the technical way it is done. If you have<br />
&gt; a lot of output all the buffering is done first, and then the screen refreshes,<br />
&gt; effectively resulting in a single redraw operation, not one per line.</p>
<p>I&#8217;ll have to check it out. What you say certainly sounds promising. Expect to hear back from me soon about this.<br />
Either way, Lasher, still want the tags! <img src='http://www.aardwolf.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Nick, You don&#8217;t play Aardwolf, do you? It&#8217;s cool that you&#8217;re checking in on the blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gammon</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-82</link>
		<dc:creator>Nick Gammon</dc:creator>
		<pubDate>Thu, 26 Jun 2008 22:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-82</guid>
		<description>MUSHclient was developed using MFC libraries. Doing some sort of custom "on top" feature won't be easy.  I looked in the past, and I don't think child windows can be made on top relative to other child windows. I just don't think Windows supports that. Other programs that don't have a parent-&#62;child design may well be able to achieve it.

As for the flicker, my testing here shows that even shoving my entire "score" screen to another window happens so fast I'm not even sure it has done it. I have been resorting to deliberately selecting text in the output window, just to see the selection go away.

The map screen we have been playing with is similar - in any case you *expect* a flicker, because the map is redrawn with different walls everywhere, as you move, however it looks smooth to me.

One of the reasons it looks smooth is the technical way it is done. If you have a lot of output all the buffering is done first, and then the screen refreshes, effectively resulting in a single redraw operation, not one per line.</description>
		<content:encoded><![CDATA[<p>MUSHclient was developed using MFC libraries. Doing some sort of custom &#8220;on top&#8221; feature won&#8217;t be easy.  I looked in the past, and I don&#8217;t think child windows can be made on top relative to other child windows. I just don&#8217;t think Windows supports that. Other programs that don&#8217;t have a parent-&gt;child design may well be able to achieve it.</p>
<p>As for the flicker, my testing here shows that even shoving my entire &#8220;score&#8221; screen to another window happens so fast I&#8217;m not even sure it has done it. I have been resorting to deliberately selecting text in the output window, just to see the selection go away.</p>
<p>The map screen we have been playing with is similar - in any case you *expect* a flicker, because the map is redrawn with different walls everywhere, as you move, however it looks smooth to me.</p>
<p>One of the reasons it looks smooth is the technical way it is done. If you have a lot of output all the buffering is done first, and then the screen refreshes, effectively resulting in a single redraw operation, not one per line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiendish</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-75</link>
		<dc:creator>Fiendish</dc:creator>
		<pubDate>Thu, 26 Jun 2008 04:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-75</guid>
		<description>Woah. Hi Nick.

&#62; Not sure how you envisage that working. Conceptually an “always on top” 
&#62; window will not have another window on top of it.
I mean essentially a way to fix the display order of world windows so that ones that I designate as being "in front" or stable don't fall to the back when typing in a different one. This would be especially useful for the map which does not require any user interaction, but should remain in front at all times. The current requirement of having the map off the edge of the main window is not ideal. Obviously two windows cannot both be "on top", but they could both be fixed in order in a primary class of windows that do not reorder themselves when they lose focus.

&#62; No, and it isn’t practical to do that directly. However for something like a
&#62; mapper window you simply clear the whole window with DeleteOutput () and
&#62; then recreate it.

Recreating the whole map is not ideal from the user standpoint. At least in zMUD it leads to an annoying redraw flicker (as well as slowdown from drawing way more than necessary) when the map is sufficiently large. I won't be able to try it in MUSHclient for quite a while, so I don't know if it will have the same problem. I've always found MUSHclient to be rather zippy, but this is not something that I've ever seen anyone else do.

For reference, the script I'm talking about is here:
http://www.not-porn.com/Aardwolf/BigmapWalker/index.html

The video also has an example of what I'm asking for w.r.t. the "on top" feature.</description>
		<content:encoded><![CDATA[<p>Woah. Hi Nick.</p>
<p>&gt; Not sure how you envisage that working. Conceptually an “always on top”<br />
&gt; window will not have another window on top of it.<br />
I mean essentially a way to fix the display order of world windows so that ones that I designate as being &#8220;in front&#8221; or stable don&#8217;t fall to the back when typing in a different one. This would be especially useful for the map which does not require any user interaction, but should remain in front at all times. The current requirement of having the map off the edge of the main window is not ideal. Obviously two windows cannot both be &#8220;on top&#8221;, but they could both be fixed in order in a primary class of windows that do not reorder themselves when they lose focus.</p>
<p>&gt; No, and it isn’t practical to do that directly. However for something like a<br />
&gt; mapper window you simply clear the whole window with DeleteOutput () and<br />
&gt; then recreate it.</p>
<p>Recreating the whole map is not ideal from the user standpoint. At least in zMUD it leads to an annoying redraw flicker (as well as slowdown from drawing way more than necessary) when the map is sufficiently large. I won&#8217;t be able to try it in MUSHclient for quite a while, so I don&#8217;t know if it will have the same problem. I&#8217;ve always found MUSHclient to be rather zippy, but this is not something that I&#8217;ve ever seen anyone else do.</p>
<p>For reference, the script I&#8217;m talking about is here:<br />
<a href="http://www.not-porn.com/Aardwolf/BigmapWalker/index.html" rel="nofollow">http://www.not-porn.com/Aardwolf/BigmapWalker/index.html</a></p>
<p>The video also has an example of what I&#8217;m asking for w.r.t. the &#8220;on top&#8221; feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gammon</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-74</link>
		<dc:creator>Nick Gammon</dc:creator>
		<pubDate>Thu, 26 Jun 2008 04:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-74</guid>
		<description>The new installer works with Ubuntu, although you need to manually select a monospaced font.</description>
		<content:encoded><![CDATA[<p>The new installer works with Ubuntu, although you need to manually select a monospaced font.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gammon</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-73</link>
		<dc:creator>Nick Gammon</dc:creator>
		<pubDate>Thu, 26 Jun 2008 04:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-73</guid>
		<description>&#62;Add or get Nick to add an always-on-top toggle for each world window

Not sure how you envisage that working. Conceptually an "always on top" window will not have another window on top of it.

You can make MUSHclient "always on top", however that applies to the whole application, and it has somewhat the reverse effect - you can't put secondary windows on top of it.

&#62; Can MUSHclient write to arbitrary locations in the output window? 

No, and it isn't practical to do that directly. However for something like a mapper window you simply clear the whole window with DeleteOutput () and then recreate it.</description>
		<content:encoded><![CDATA[<p>&gt;Add or get Nick to add an always-on-top toggle for each world window</p>
<p>Not sure how you envisage that working. Conceptually an &#8220;always on top&#8221; window will not have another window on top of it.</p>
<p>You can make MUSHclient &#8220;always on top&#8221;, however that applies to the whole application, and it has somewhat the reverse effect - you can&#8217;t put secondary windows on top of it.</p>
<p>&gt; Can MUSHclient write to arbitrary locations in the output window? </p>
<p>No, and it isn&#8217;t practical to do that directly. However for something like a mapper window you simply clear the whole window with DeleteOutput () and then recreate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiendish</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-71</link>
		<dc:creator>Fiendish</dc:creator>
		<pubDate>Thu, 26 Jun 2008 03:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-71</guid>
		<description>I would like to see 2 things added.

1) Add or get Nick to add an always-on-top toggle for each world window so that it's possible to make a secondary window float on top of the main one instead of instantly dropping behind it.

2) A tag that indicates location (continent and coordinate) on the continents for each movement step while both walking and running, or the location of the area on the continents while inside an area. so that I can give out my bigmap script which someone could then rewrite for MUSHclient...uh...maybe. Actually, I'm not too sure about that last part. Can MUSHclient write to arbitrary locations in the output window? If not, get that added too.</description>
		<content:encoded><![CDATA[<p>I would like to see 2 things added.</p>
<p>1) Add or get Nick to add an always-on-top toggle for each world window so that it&#8217;s possible to make a secondary window float on top of the main one instead of instantly dropping behind it.</p>
<p>2) A tag that indicates location (continent and coordinate) on the continents for each movement step while both walking and running, or the location of the area on the continents while inside an area. so that I can give out my bigmap script which someone could then rewrite for MUSHclient&#8230;uh&#8230;maybe. Actually, I&#8217;m not too sure about that last part. Can MUSHclient write to arbitrary locations in the output window? If not, get that added too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devlex</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-67</link>
		<dc:creator>devlex</dc:creator>
		<pubDate>Wed, 25 Jun 2008 18:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-67</guid>
		<description>Under Global Options, world tab you can set a list of windows to open at startup. Ive been toying with it for a day or so now. I would like to find a copy of that character stat plugin.</description>
		<content:encoded><![CDATA[<p>Under Global Options, world tab you can set a list of windows to open at startup. Ive been toying with it for a day or so now. I would like to find a copy of that character stat plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evhylessa</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-66</link>
		<dc:creator>Evhylessa</dc:creator>
		<pubDate>Wed, 25 Jun 2008 14:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-66</guid>
		<description>Having an install package of mushclient for aardwolf is awesome.
Easy way for newbie players!!

Think stats isn't important to show than exp to-next-level, alignment or gold
I think some quest/campaign window would be compulsory.
Quest is a lot of important in aard.

Btw, since i play aard from december, ive tried to make some scripts helping for a easy aard playing.

When i've seen this plug-ins for mush, these are similar than mine, but after i though i need some new functions as all prompt info available, pot manager, tick count, and channel window. (ex: http://i29.tinypic.com/qq7ukl.jpg). 

Now, just for my preferences, working for parametrized plugin for everyone.
Programmed in LUA, just i'd like to ask how to open all window at the same time. I haven't found it.</description>
		<content:encoded><![CDATA[<p>Having an install package of mushclient for aardwolf is awesome.<br />
Easy way for newbie players!!</p>
<p>Think stats isn&#8217;t important to show than exp to-next-level, alignment or gold<br />
I think some quest/campaign window would be compulsory.<br />
Quest is a lot of important in aard.</p>
<p>Btw, since i play aard from december, ive tried to make some scripts helping for a easy aard playing.</p>
<p>When i&#8217;ve seen this plug-ins for mush, these are similar than mine, but after i though i need some new functions as all prompt info available, pot manager, tick count, and channel window. (ex: <a href="http://i29.tinypic.com/qq7ukl.jpg" rel="nofollow">http://i29.tinypic.com/qq7ukl.jpg</a>). </p>
<p>Now, just for my preferences, working for parametrized plugin for everyone.<br />
Programmed in LUA, just i&#8217;d like to ask how to open all window at the same time. I haven&#8217;t found it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weeble</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-65</link>
		<dc:creator>Weeble</dc:creator>
		<pubDate>Tue, 24 Jun 2008 23:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-65</guid>
		<description>It looks great, but what would happen to the ignorant people like myself who paid for their copy of ZMud?  Would we have to throw it away and download the new mushclient?  "For users of other clients, these are all tag driven and can be developed using basic triggers, depending on what your client supports."  Or was this previous comment directed toward us, saying that we could accomplish the same effect with triggers?  Other than that I think the mud has come a long way in the (off and on) 9 1/2 years that I've played here, thanks for everything and I hope you don't stop.</description>
		<content:encoded><![CDATA[<p>It looks great, but what would happen to the ignorant people like myself who paid for their copy of ZMud?  Would we have to throw it away and download the new mushclient?  &#8220;For users of other clients, these are all tag driven and can be developed using basic triggers, depending on what your client supports.&#8221;  Or was this previous comment directed toward us, saying that we could accomplish the same effect with triggers?  Other than that I think the mud has come a long way in the (off and on) 9 1/2 years that I&#8217;ve played here, thanks for everything and I hope you don&#8217;t stop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jollygreen</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-64</link>
		<dc:creator>jollygreen</dc:creator>
		<pubDate>Tue, 24 Jun 2008 16:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-64</guid>
		<description>Looks great from here. As someone whose first mud was Aardwolf I think this is a great step for helping new players.  Very well done.</description>
		<content:encoded><![CDATA[<p>Looks great from here. As someone whose first mud was Aardwolf I think this is a great step for helping new players.  Very well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecil</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-63</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-63</guid>
		<description>This looks freakin awesome.  For some layout hints / scripting ideas, please check out Aarddevil (Now with 100% less user tracking) - I was turned onto it last year and would never have made it to tier without the quest/CP/GQ tracking, health stat bars, etc that it has incorporated.  If we can get a Linux-based equivalent (KMuddy-Capable perhaps?) I'll have no more reason to dual boot Windows =oD

Cecil</description>
		<content:encoded><![CDATA[<p>This looks freakin awesome.  For some layout hints / scripting ideas, please check out Aarddevil (Now with 100% less user tracking) - I was turned onto it last year and would never have made it to tier without the quest/CP/GQ tracking, health stat bars, etc that it has incorporated.  If we can get a Linux-based equivalent (KMuddy-Capable perhaps?) I&#8217;ll have no more reason to dual boot Windows =oD</p>
<p>Cecil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devlex</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-62</link>
		<dc:creator>devlex</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-62</guid>
		<description>Wow that really looks nice, hope I can tear myself from zmud to use it. The only thing I capture in zmud that helps me alot is tracking certain speech channels, maybe have a small 4 or 5 line capture at the top which could have selectable channels on which to capture, tells, gossip, auctions, etc.</description>
		<content:encoded><![CDATA[<p>Wow that really looks nice, hope I can tear myself from zmud to use it. The only thing I capture in zmud that helps me alot is tracking certain speech channels, maybe have a small 4 or 5 line capture at the top which could have selectable channels on which to capture, tells, gossip, auctions, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerowyn</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-61</link>
		<dc:creator>kerowyn</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-61</guid>
		<description>Truly awesome!  I agree with others who commented that they wish this had been available when they first came to Aard.  I will definitely point people I personally know to try Aardwolf out (instead of wasting time with WoW).  

Keep up the fantastic work!</description>
		<content:encoded><![CDATA[<p>Truly awesome!  I agree with others who commented that they wish this had been available when they first came to Aard.  I will definitely point people I personally know to try Aardwolf out (instead of wasting time with WoW).  </p>
<p>Keep up the fantastic work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerome</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-60</link>
		<dc:creator>jerome</dc:creator>
		<pubDate>Tue, 24 Jun 2008 06:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-60</guid>
		<description>Looks great. I think it would be nice if there is a plug-in for the speedwalks, 
so that you don't have to code them all yourself. I have all speedwalks coded
for another client (mudmagic) but wonder whether I should change over...</description>
		<content:encoded><![CDATA[<p>Looks great. I think it would be nice if there is a plug-in for the speedwalks,<br />
so that you don&#8217;t have to code them all yourself. I have all speedwalks coded<br />
for another client (mudmagic) but wonder whether I should change over&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: honid</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-59</link>
		<dc:creator>honid</dc:creator>
		<pubDate>Tue, 24 Jun 2008 01:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-59</guid>
		<description>Looks Great lasher I cant wait to test this. Thanks for all the work you have been putting into Aardwolf and Thanks to nick for working so well with lasher.

Keep up the hard work</description>
		<content:encoded><![CDATA[<p>Looks Great lasher I cant wait to test this. Thanks for all the work you have been putting into Aardwolf and Thanks to nick for working so well with lasher.</p>
<p>Keep up the hard work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diggler</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-58</link>
		<dc:creator>Diggler</dc:creator>
		<pubDate>Mon, 23 Jun 2008 23:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-58</guid>
		<description>Innovations like this is what keeps Aardwolf such a great game!
What a long way we have come since V1 
Thank you Lasher and Nick Gammon !</description>
		<content:encoded><![CDATA[<p>Innovations like this is what keeps Aardwolf such a great game!<br />
What a long way we have come since V1<br />
Thank you Lasher and Nick Gammon !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davos</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-57</link>
		<dc:creator>Davos</dc:creator>
		<pubDate>Mon, 23 Jun 2008 23:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-57</guid>
		<description>Lasher:  Do you still intend to look into the other features for zmud/cmud I noted you about earlier in the week?

[Lasher added]: &lt;em&gt;Nod, in fact some of it is in this already. To get the map like that it already has new tags around room names and exits.&lt;/em&gt; </description>
		<content:encoded><![CDATA[<p>Lasher:  Do you still intend to look into the other features for zmud/cmud I noted you about earlier in the week?</p>
<p>[Lasher added]: <em>Nod, in fact some of it is in this already. To get the map like that it already has new tags around room names and exits.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Starky</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-56</link>
		<dc:creator>Starky</dc:creator>
		<pubDate>Mon, 23 Jun 2008 22:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-56</guid>
		<description>You can change the font rather easily it's not a problem</description>
		<content:encoded><![CDATA[<p>You can change the font rather easily it&#8217;s not a problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gritznakka</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-55</link>
		<dc:creator>Gritznakka</dc:creator>
		<pubDate>Mon, 23 Jun 2008 22:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-55</guid>
		<description>Looks good, looks like it's missing double xp in the prompt, and perhaps putting gold/qp into the status window would be nice.

Oh and I think I've been using Zmud for to long, because that font looks funny. :P

[Lasher added]: &lt;em&gt;Font is changeable on each plugin  of course, that's just the default :)&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Looks good, looks like it&#8217;s missing double xp in the prompt, and perhaps putting gold/qp into the status window would be nice.</p>
<p>Oh and I think I&#8217;ve been using Zmud for to long, because that font looks funny. <img src='http://www.aardwolf.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>[Lasher added]: <em>Font is changeable on each plugin  of course, that&#8217;s just the default <img src='http://www.aardwolf.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirara</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-54</link>
		<dc:creator>Mirara</dc:creator>
		<pubDate>Mon, 23 Jun 2008 22:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-54</guid>
		<description>I think that Aard rocks on whatever client I'm using ... but this is certainly going to sweeten the pot for a lot of players - old and new. Thanks for everything you're doing, Lasher!</description>
		<content:encoded><![CDATA[<p>I think that Aard rocks on whatever client I&#8217;m using &#8230; but this is certainly going to sweeten the pot for a lot of players - old and new. Thanks for everything you&#8217;re doing, Lasher!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonshi</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-53</link>
		<dc:creator>Sonshi</dc:creator>
		<pubDate>Mon, 23 Jun 2008 22:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-53</guid>
		<description>Wow. I can hardly wait for it to be done. The spellup thing would be very useful for me - I currently use aliases, and it often leads to overcasting and a lot of time wasted. I'm sure this will make life a lot easier for new players, and even for a good number of existing players!</description>
		<content:encoded><![CDATA[<p>Wow. I can hardly wait for it to be done. The spellup thing would be very useful for me - I currently use aliases, and it often leads to overcasting and a lot of time wasted. I&#8217;m sure this will make life a lot easier for new players, and even for a good number of existing players!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivru</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-52</link>
		<dc:creator>Ivru</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-52</guid>
		<description>It looks fantastic and should help retain people who have never mudded before.  The map capture is much more attractive and cool than the primitive map capture I use with my MUSHclient.   You even placed it in the same spot I placed mine!

As a long time MUSHclient user, I'm excited that the plugins will also be made available to those of us who already use this client.

Another thing I find essential to play Aard is a CP capture window.  Currently I have a primitive one located where you placed the stat capture window in your screenshot.  To promote CPing, it would be slick if you had an optional CP capture window that refreshed after every kill.

Thanks so much!</description>
		<content:encoded><![CDATA[<p>It looks fantastic and should help retain people who have never mudded before.  The map capture is much more attractive and cool than the primitive map capture I use with my MUSHclient.   You even placed it in the same spot I placed mine!</p>
<p>As a long time MUSHclient user, I&#8217;m excited that the plugins will also be made available to those of us who already use this client.</p>
<p>Another thing I find essential to play Aard is a CP capture window.  Currently I have a primitive one located where you placed the stat capture window in your screenshot.  To promote CPing, it would be slick if you had an optional CP capture window that refreshed after every kill.</p>
<p>Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eclaboussure</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-51</link>
		<dc:creator>Eclaboussure</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-51</guid>
		<description>I wish this was around when I started!</description>
		<content:encoded><![CDATA[<p>I wish this was around when I started!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kori</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-50</link>
		<dc:creator>kori</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-50</guid>
		<description>Wow! This looks great! Having a proper client would definitely help, and Mushclient is about as good as it gets too.. wheeee!</description>
		<content:encoded><![CDATA[<p>Wow! This looks great! Having a proper client would definitely help, and Mushclient is about as good as it gets too.. wheeee!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Starky</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-49</link>
		<dc:creator>Starky</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-49</guid>
		<description>So you're going through with the runto then? It was a challenging script to code and kept wondering if you'd include it or not</description>
		<content:encoded><![CDATA[<p>So you&#8217;re going through with the runto then? It was a challenging script to code and kept wondering if you&#8217;d include it or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: citron</title>
		<link>http://www.aardwolf.com/blog/2008/06/23/aardwolf-custom-mushclient-development/#comment-48</link>
		<dc:creator>citron</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.aardwolf.com/blog/?p=5#comment-48</guid>
		<description>Really, really awesome!  I love the stat bars - this will definitely be a boon to new users (the whole package!)</description>
		<content:encoded><![CDATA[<p>Really, really awesome!  I love the stat bars - this will definitely be a boon to new users (the whole package!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
