Difference between revisions of "User:Rayth"

From Mudlet
Jump to navigation Jump to search
 
Line 1: Line 1:
<table>
+
=Who is Rayth?=
<th></th>
+
I've been a mudder for 4-5 years. I started off on [http://www.play.net/gs4/ Gemstone IV], created by [http://www.play.net Simultronics]. After nearly a year of not mudding, I stumbled upon [http://old.lusternia.com/ Lusternia] created by [http://www.ironrealms.com/ Iron Realms Entertainment]. I've since been playing Lusternia for some four years. For half those years I used the Nexus client to get my daily dose of mudding. In 2009, wanting to get into combat, and seeing that Nexus was unable to provide me with the tools to get into combat, I sought out a different mud client. I think I first tried MUSHclient, but just couldn't get into it, then tried cMud or zMud, whichever is free, but couldn't get into it either. So I decided to go back to MUSHclient, since I found it preferable to the other. After a while, my dislike for MUSHclient reached its peak, and I sought out a different client. Finally I found Mudlet and I've yet to look back.
<th>Test1</th>
+
My main mud is Lusternia, though I dabble in Midkemia Online every now and then, and have tried out all the other IRE muds, and a few other non-IRE muds.
<th>Test2</th>
 
<tr>
 
<td>
 
Test1
 
</td>
 
</tr>
 
</table>
 
  
<table border="1" width="100%">
+
=What is Rayth working on?=
<th>Mudlet</th>
+
Most of my coding projects aren't really for the public, most are for personal use. One that is semi-public is my Demesne package for Lusternia, It's constantly being re-worked, so unfortunately is not in a state ready for semi-public consumption. A lot of my time is spent working on small personal coding projects, and whenever I'm up to it, wiki editing work. If someone request some coding work/help, if I am able I can try my best to help, and if I need to be found, I'm usually lurking in the #mudlet/#mudlet-help ircs.
<th>Nexus</th>
+
 
<tr>
+
Thanks for reading my ramblings.
<td><variable name> = "<text value>"</td>
 
<td><p>#set <variable name> <text value></p></td>
 
</tr>
 
<tr>
 
<td><variable name> = <expression></td>
 
<td><p>#set <variable name> = <expression></p></td>
 
</tr>
 
<tr>
 
<td><variable name> = nil</td>
 
<td><p>#unset <variable name></p></td>
 
</tr>
 
<tr>
 
<td><variable> = <variablename> <+ - / *> <number or variable></td>
 
<td><p>#add <variablename> <expression></p></td>
 
</tr>
 
<tr>
 
<td>echo "text\n" or echo("text\n")</td>
 
<td><p>#echo <text></p></td>
 
</tr>
 
<tr>
 
<td>echo "text" or echo("text")</td>
 
<td><p>#echo_ <text></p></td>
 
</tr>
 
<tr>
 
<td>enableAlias("<group name>")/enableTrigger()/enableKey()/enableTimer()</td>
 
<td><p>#groupon <group name></p></td>
 
</tr>
 
<tr>
 
<td>disableAlias("<group name>")disableTrigger()disableKey()disableTimer()</td>
 
<td><p>#groupoff <group name></p></td>
 
</tr>
 
<tr>
 
<td>selectString (line, 1) bg("<color>") resetFormat()</td>
 
<td><p> #highlight <color></p></td>
 
</tr>
 
<tr>
 
<td>deleteLine()</td>
 
<td><p>#gag</p></td>
 
</tr>
 
<tr>
 
<td>openUrl("<url>")</td>
 
<td><p>#openurl <url></p></td>
 
</tr>
 
<tr>
 
<td>send("<stuff>")</td>
 
<td><p>#send <text></p></td>
 
</tr>
 
<tr>
 
<td>sendAll("hi", "hello", "bye")</td>
 
<td><p>#send_ hi #send_ hello #send bye</p></td>
 
</tr>
 
<tr>
 
<td>tempTimer(<time in s>, [[ <nowiki><lua code to do once time is up></nowiki> ]])</td>
 
<td><p>#wait <milliseconds></p></td>
 
</tr>
 
</table>
 

Latest revision as of 21:38, 1 August 2011

Who is Rayth?

I've been a mudder for 4-5 years. I started off on Gemstone IV, created by Simultronics. After nearly a year of not mudding, I stumbled upon Lusternia created by Iron Realms Entertainment. I've since been playing Lusternia for some four years. For half those years I used the Nexus client to get my daily dose of mudding. In 2009, wanting to get into combat, and seeing that Nexus was unable to provide me with the tools to get into combat, I sought out a different mud client. I think I first tried MUSHclient, but just couldn't get into it, then tried cMud or zMud, whichever is free, but couldn't get into it either. So I decided to go back to MUSHclient, since I found it preferable to the other. After a while, my dislike for MUSHclient reached its peak, and I sought out a different client. Finally I found Mudlet and I've yet to look back. My main mud is Lusternia, though I dabble in Midkemia Online every now and then, and have tried out all the other IRE muds, and a few other non-IRE muds.

What is Rayth working on?

Most of my coding projects aren't really for the public, most are for personal use. One that is semi-public is my Demesne package for Lusternia, It's constantly being re-worked, so unfortunately is not in a state ready for semi-public consumption. A lot of my time is spent working on small personal coding projects, and whenever I'm up to it, wiki editing work. If someone request some coding work/help, if I am able I can try my best to help, and if I need to be found, I'm usually lurking in the #mudlet/#mudlet-help ircs.

Thanks for reading my ramblings.