<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>RetroWIKI - new forum threads</title>
		<link>http://retrowiki.wikidot.com/forum/start</link>
		<description>Threads in forums of the site &quot;RetroWIKI&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 13 Apr 2026 18:18:57 +0000</lastBuildDate>
		
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-1737755</guid>
				<title>Maps</title>
				<link>http://retrowiki.wikidot.com/forum/t-1737755/maps</link>
				<description>Does this look okay?</description>
				<pubDate>Fri, 10 Jun 2016 18:53:20 +0000</pubDate>
				<wikidot:authorName>MorrisaKay</wikidot:authorName>				<wikidot:authorUserId>2758705</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I don't know how active the forums are here, but I thought I'd give it a shot. I have a mapping program that allows me to not only make maps, but it also shows colors to specify what area that room is part of, as well as showing if it's a safe zone or not. There's two ways I can save these maps. One way is saving them as a png image, and it looks like this: imgur . com /5Yk7bMs (remove spaces)<br /> The problem is, I can't save big maps like this. If I zoom out too far, you can hardly see any detail, so big city maps would either have to be pieced together in Photoshop, or another solution must be found.</p> <p>The other way is saving the map as an html file. It looks like this: imgur . com /fLtkbxu<br /> The problem here is that it can ONLY be saved as an html file. It breaks links sometimes, and I don't know how to fix that if I can't save it as an image file. Plus, I don't know if I can upload html files to this site.</p> <p>Anyone have any suggestions or preferences?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-614878</guid>
				<title>Helfiles in wiki</title>
				<link>http://retrowiki.wikidot.com/forum/t-614878/helfiles-in-wiki</link>
				<description></description>
				<pubDate>Sat, 12 Jan 2013 22:14:23 +0000</pubDate>
				<wikidot:authorName>mintaj</wikidot:authorName>				<wikidot:authorUserId>493126</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wonder what is the point of copying information from retro helpfiles to the wiki.</p> <p>My worries are the following:<br /> 1. Duplication of information is always bad. Sooner or later the wiki files will become not up to date, and thus misleading.<br /> 2. Are you actually testing all information from the retro helpfiles before copying them? History shows that the helpfiles in retro are often very inaccurate, and some things are virtually impossible to test. Why copy incorrect information?</p> <p>I believe wiki should contain well tested information, in particular of the kind that is not clearly explained in the helpfiles. For example quantitative description of the effects, information about non-fixed bugs etc.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-377918</guid>
				<title>Announcement!</title>
				<link>http://retrowiki.wikidot.com/forum/t-377918/announcement</link>
				<description></description>
				<pubDate>Sat, 30 Jul 2011 14:00:16 +0000</pubDate>
				<wikidot:authorName>KaroNightstorm</wikidot:authorName>				<wikidot:authorUserId>1076226</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi everyone! Over the next few weeks, I'm going to be extensively updating all the guild, skill, spell, and helpfile links here on the Wiki. I also encourage each one of you to sign up as a member of the site and to create your own character page!</p> <p>Let's get RetroWIKI out of the dark ages and turn it into a useful tool.</p> <p>Thanks,<br /> Karo</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-377279</guid>
				<title>wiki help</title>
				<link>http://retrowiki.wikidot.com/forum/t-377279/wiki-help</link>
				<description>char pages</description>
				<pubDate>Thu, 28 Jul 2011 18:27:49 +0000</pubDate>
				<wikidot:authorName>pleasure</wikidot:authorName>				<wikidot:authorUserId>365926</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>once i write a charater page how do i get it to show up under char pages?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69896</guid>
				<title>Mud Scripting</title>
				<link>http://retrowiki.wikidot.com/forum/t-69896/mud-scripting</link>
				<description>Aliases, triggers and scripting discussion</description>
				<pubDate>Wed, 25 Jun 2008 04:58:29 +0000</pubDate>
				<wikidot:authorName>Dubious</wikidot:authorName>				<wikidot:authorUserId>134707</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi again,</p> <p>The world exits interface discussion page didn't seem appropriate, so I made this new thread to talk about more general scripting stuff.</p> <p>In a similar theme to the world exits I posted before, I also have almost the same script to check the time on Sosel.<br /> It will tell you the time in Sosel hours, and also how long (in real life Earth minutes) till the next sunrise or sunset.<br /> From what I have observed it is reasonably accurate. Again, it's a terrible hack and comments are welcome.</p> <p>#ALIAS soseltime {timeprogress = 1<br /> #VARIABLE timeobject %comcreate( &quot;InternetExplorer.Application&quot;)<br /> timeurl=&quot;<a href="http://70.86.15.74:3003/cgi/calendar?=fire">http://70.86.15.74:3003/cgi/calendar?=fire</a>&quot;<br /> #CALL @timeobject.Navigate(@timeurl)<br /> #ECHO Looking for Sosel time&#8230;<br /> timecheck 0}</p> <p>#ALIAS timecheck {timeout=15<br /> #IF {!@timeobject || %1 &gt; @timeout} {#ECHO Timed out!<br /> timeprogress=0<br /> timeobject=0} {#IF {@timeobject.ReadyState==4} {timeprogress=0<br /> #ECHO It is %copy( @timeobject.document.body.innertext, 24, 5) on Sosel.<br /> soselminutes = %eval( %copy( @timeobject.document.body.innertext, 24, 2)*88+%copy( @timeobject.document.body.innertext, 27, 2))<br /> #IF (@soselminutes &lt; 235) {#ECHO It is %round( (235-@soselminutes)/12) minutes till sunrise.} {#IF (@soselminutes&lt;620) {#ECHO It is %round( (620-@soselminutes)/12) minutes till sunset.} {#ECHO It is %round( (1035-@soselminutes)/12) minutes till sunrise.}}<br /> timeobject=0} {#ALARM {+1} {timecheck %eval( %1+1)}}}}</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69207</guid>
				<title>Guild help</title>
				<link>http://retrowiki.wikidot.com/forum/t-69207/guild-help</link>
				<description></description>
				<pubDate>Sun, 22 Jun 2008 06:01:23 +0000</pubDate>
				<wikidot:authorName>madSimon</wikidot:authorName>				<wikidot:authorUserId>148709</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I transcribed &quot;help guild fighter&quot; into the fighter page here to see what it might look like. Not necessarily in love with the layout as is, but I think it does make the wiki a bit more robust than just going to the retromud site.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-46616</guid>
				<title>Theme</title>
				<link>http://retrowiki.wikidot.com/forum/t-46616/theme</link>
				<description>Changes in the site’s CSS theme.</description>
				<pubDate>Thu, 13 Mar 2008 08:57:36 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I’ve been playing around with the site’s theme. So far, the only change <em>should</em> be that text paragraphs are formatted justified, if your browser supports that. If you see layout problems, please report them.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45893</guid>
				<title>Content licence</title>
				<link>http://retrowiki.wikidot.com/forum/t-45893/content-licence</link>
				<description>On switching the licence setting of the wiki.</description>
				<pubDate>Mon, 10 Mar 2008 09:45:16 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The wiki software allows setting a licence for pages here. This is currently set to the <a href="http://creativecommons.org/licenses/by-sa/2.5/">CC-BY-SA-2.5</a> licence, but that does not reflect that most of our content is from the RetroMUD website and therefore proprietary.</p> <p>So, I’m going to switch it to something more appropriate to reflect the ownership of that content. That will not be a copyleft licence. If there are objections or alternative suggestions to that, please comment here within the next few days or MUD mail me, send me a tell, etc.</p> <p>P.S. Such matters can also be clarified on individual pages, when there is a need for that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45036</guid>
				<title>Skill/spell pages creation</title>
				<link>http://retrowiki.wikidot.com/forum/t-45036/skill-spell-pages-creation</link>
				<description>A method to create skill/spell pages faster.</description>
				<pubDate>Thu, 06 Mar 2008 02:40:57 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I’ve written a script that lets you convert the output of <tt>help skill foo</tt> in RetroMUD to the wikidot syntax and formats it like the existing pages. It’s a <tt>sed</tt> script, so if you have a Unix system (e. g. some Linux distro), you can run it. How to use: download <tt>retrowikify.sed</tt> below (click on ‘Files’ for the link) and</p> <ol> <li>Do <tt>help skill foo</tt> in RetroMUD.</li> <li>Copy the output, beginning with the first non-empty line after '<tt>Help for skill</tt>:' and until the last line of the description.</li> <li>Run <tt>sed -f retrowikify.sed | dd ibs=8192</tt> in a terminal.</li> <li>Paste what you copied, in the terminal. Hit enter if you didn’t copy the last linebreak. Hit ctrl-D after pasting.</li> <li>Copy the output of the script, paste it into the edit box on the wiki and adjust as needed.</li> </ol> <p>It’s faster than the description makes it sound, really, and saves a lot of typing. I’m using GNU <tt>sed</tt>, no idea if this works with others, too.</p> <p>The creation of a better script is left as an exercise for the enthusiastic reader.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45033</guid>
				<title>Tag length limit</title>
				<link>http://retrowiki.wikidot.com/forum/t-45033/tag-length-limit</link>
				<description>Problem with the maximum length of the tags on a page, and a solution.</description>
				<pubDate>Thu, 06 Mar 2008 02:26:31 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi all,</p> <p>we’re currently using tags to connect spells and skills to guilds. Some skills are provided in a lot of guilds, which means we need to put many tags on the page, but the tag entry box has a length limit of 70 characters. For example, this is already insufficient for the <a href="http://retrowiki.wikidot.com/bludgeon">bludgeon</a> skill.</p> <p>There doesn’t seem to be a server-side limit (or I haven’t noticed one yet, at least), so I’ve made a script that temporarily disables the limit. You need Firefox and the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> extension. (I hear there’s something for Opera that does the same thing, though.)</p> <p>Once you have the extension, download the attached script (click on ‘files’ below, the file is <tt>wikidotutils.user.js</tt>), drag and drop it in a Firefox window and confirm you want to install it. It’ll add an ‘unlimit tags’ button to the right of the ‘tags’ button. When you click on tags and run out of space in the text box, click the new button to disable the limit. Please use this with caution.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>