<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Seriphin's site</title>
        <link>http://www.byond.com/members/Seriphin</link>
        <description></description>
        <lastBuildDate>Fri, 10 Feb 2012 23:31:09 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>My Sprite sheet</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=258713</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=258713</guid>
            <pubDate>Fri, 26 Feb 2010 22:00:45 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=258713#comments</comments>
            
            <description>Belowe I posted a mock up of a Sprite which I put ontop of this base I drew. What do you guys think of the base so far?&lt;br&gt;
&lt;br&gt;
There is 1 or two little mistakes i need to fix (wrong colour used etc) and I need to shade the side views but what do you all think?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://i61.photobucket.com/albums/h64/Seriphin/SpriteSheetcopy.png&quot;&gt;</description>
        </item>
                <item>
            <title>First attempt at 32x32 Sprite</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=258710</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=258710</guid>
            <pubDate>Tue, 23 Feb 2010 18:33:01 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=258710#comments</comments>
            
            <description>Here is my first attempt at making a 32x32 base. Ive added an overlay as a mockup so I could see what the sprite would look like. I know there isnt shading thats just because im not to great at it yet :S lol&lt;br&gt;
&lt;br&gt;
&lt;img src=&quot;http://i61.photobucket.com/albums/h64/Seriphin/mock.png&quot;&gt;</description>
        </item>
                <item>
            <title>set category</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=145980</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=145980</guid>
            <pubDate>Tue, 18 Oct 2005 23:39:23 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=145980#comments</comments>
            
            <description>&lt;b&gt;Code:set category&lt;/b&gt;&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
    &lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;set&lt;/span&gt; category = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Speech&amp;quot;&lt;/span&gt;&lt;br&gt;        say(mesg &lt;span class=&quot;dmkeyword&quot;&gt;as&lt;/span&gt; text)&lt;br&gt;            world &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.key]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;: &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[mesg]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:I don't understand why im getting an error. It says mobs.dm:14:error:set :invalid proc definition. Any help would be good thank you ^_^&lt;/b&gt;&lt;br&gt;
&lt;br&gt;</description>
        </item>
                <item>
            <title>No Topic</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=145989</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=145989</guid>
            <pubDate>Sat, 15 Oct 2005 22:52:45 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=145989#comments</comments>
            
            <description>&lt;b&gt;Code:&lt;/b&gt;&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
&lt;span class=&quot;dmcomment&quot;&gt;//////////////////////////////////////&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;dmcomment&quot;&gt;/////Code for the turf files//////////&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;dmcomment&quot;&gt;//////////////////////////////////////&lt;/span&gt;&lt;br&gt;&lt;br&gt;turf&lt;br&gt;    woodenfloor&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'turfs.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wooden&amp;quot;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;span class=&quot;dmcomment&quot;&gt;//Soul hall Walls etc&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span class=&quot;dmcomment&quot;&gt;//red wall&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;    llamp&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;llamp&amp;quot;&lt;/span&gt;&lt;br&gt;    llampa&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;llampa&amp;quot;&lt;/span&gt;&lt;br&gt;    rlamp&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;rlamp&amp;quot;&lt;/span&gt;&lt;br&gt;    rlampa&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;rlampa&amp;quot;&lt;/span&gt;&lt;br&gt;    &lt;br&gt;    wall1&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall1&amp;quot;&lt;/span&gt;&lt;br&gt;    wall2&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall2&amp;quot;&lt;/span&gt;&lt;br&gt;    wall3&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall3&amp;quot;&lt;/span&gt;&lt;br&gt;    wall4&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall4&amp;quot;&lt;/span&gt;&lt;br&gt;    wall5&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall5&amp;quot;&lt;/span&gt;&lt;br&gt;&lt;br&gt;    corner1&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner1&amp;quot;&lt;/span&gt;&lt;br&gt;    corner2&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner2&amp;quot;&lt;/span&gt;&lt;br&gt;    corner3&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner3&amp;quot;&lt;/span&gt;&lt;br&gt;    corner4&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'red wall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state =&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner4&amp;quot;&lt;/span&gt;&lt;br&gt;        &lt;br&gt;        &lt;br&gt;        &lt;br&gt;&lt;span class=&quot;dmcomment&quot;&gt;//white wall&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;    scrolltop&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;top&amp;quot;&lt;/span&gt;&lt;br&gt;    scrollmiddle&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;middle&amp;quot;&lt;/span&gt;&lt;br&gt;    scrollbottom&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;bottom&amp;quot;&lt;/span&gt;&lt;br&gt;        &lt;br&gt;    wall1&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall1&amp;quot;&lt;/span&gt;&lt;br&gt;    wall2&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall2&amp;quot;&lt;/span&gt;&lt;br&gt;    wall3&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall3&amp;quot;&lt;/span&gt;&lt;br&gt;    wall4&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall4&amp;quot;&lt;/span&gt;&lt;br&gt;    wall5&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;wall5&amp;quot;&lt;/span&gt;&lt;br&gt;    &lt;br&gt;    corner1&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner1&amp;quot;&lt;/span&gt;&lt;br&gt;    corner2&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner2&amp;quot;&lt;/span&gt;&lt;br&gt;    corner3&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner3&amp;quot;&lt;/span&gt;&lt;br&gt;    corner4&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'whitewall.dmi'&lt;/span&gt;&lt;br&gt;        icon_state = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;corner4&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:I dont know why im getting these errors. The code was working fine till i tried giving unique names to the items. Now I get all these errors&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
loading BleachDensetsuTaichous.dme&lt;br&gt;
loading Soul Society.dmp&lt;br&gt;
Soul Society.dmp:7:error: undefined type: /turf/wal5&lt;br&gt;
Soul Society.dmp:7:error: unknown type&lt;br&gt;
Soul Society.dmp:8:error: undefined type: /turf/wal5&lt;br&gt;
Soul Society.dmp:8:error: unknown type&lt;br&gt;
Soul Society.dmp:11:error: undefined type: /turf/wal5&lt;br&gt;
Soul Society.dmp:11:error: unknown type&lt;br&gt;
Soul Society.dmp:12:error: undefined type: /turf/wal5&lt;br&gt;
Soul Society.dmp:12:error: unknown type&lt;br&gt;
&lt;br&gt;
BleachDensetsuTaichous.dmb - 8 errors, 0 warnings (double-click on an error to jump to it)&lt;br&gt;</description>
        </item>
                <item>
            <title>Host game in hub?</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=168474</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=168474</guid>
            <pubDate>Tue, 11 Oct 2005 22:01:40 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=168474#comments</comments>
            
            <description>For somereason I cant get my game to host in the hub. When i host it it creates a new temp entry. How do I make the game play under the name of the hub entry I made for it?</description>
        </item>
                <item>
            <title>Nothing happens on Execution</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=168500</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=168500</guid>
            <pubDate>Fri, 07 Oct 2005 23:17:45 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=168500#comments</comments>
            
            <description>When I try to test run my game or run it live nothing happens. Dream seeker opens but it stays blank. I have no idea whats wrong with this. Could someone post suggestions as to something in the code as to what is causing this problem.&lt;br&gt;
&lt;br&gt;
Thanks in advance</description>
        </item>
                <item>
            <title>How can i make people see my game</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=135960</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=135960</guid>
            <pubDate>Thu, 30 Oct 2003 02:41:14 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=135960#comments</comments>
            
            <description>For some reason I cant get people to see my game. When i make it and start walking around in it my friend says it doesnt say im in a game and he cant join it. Why is this and how do i fix it&lt;br&gt;
&lt;br&gt;
P.S The game is in Public mode :S</description>
        </item>
                <item>
            <title>I cant create a new environment</title>
            <link>http://www.byond.com/members/Seriphin?command=view_post&amp;post=135968</link>
            <guid>http://www.byond.com/members/Seriphin?command=view_post&amp;post=135968</guid>
            <pubDate>Wed, 22 Oct 2003 22:02:31 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Seriphin?command=view_comments&amp;post=135968#comments</comments>
            
            <description>An error comes up saying something like&lt;br&gt;
&lt;br&gt;
Cannot create C://byone/games/testgame/testgame.dm&lt;br&gt;
&lt;br&gt;
or something like that &amp;gt;&amp;lt;</description>
        </item>
            
    </channel>
</rss>


