<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Kaliba's site</title>
        <link>http://www.byond.com/members/Kaliba</link>
        <description></description>
        <lastBuildDate>Fri, 10 Feb 2012 20:23:10 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Using Alpha on Overlays</title>
            <link>http://www.byond.com/members/Kaliba?command=view_post&amp;post=140533</link>
            <guid>http://www.byond.com/members/Kaliba?command=view_post&amp;post=140533</guid>
            <pubDate>Thu, 03 Dec 2009 20:52:09 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kaliba?command=view_comments&amp;post=140533#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;
mob&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/move=1&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/moving=0&lt;br&gt;    Move()&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(move&amp;amp;&amp;amp;!moving)&lt;br&gt;            moving=1&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(Superspeed)&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/mob/Afterimage/A = &lt;span class=&quot;dmkeyword&quot;&gt;new&lt;/span&gt;&lt;br&gt;                A.overlayer = usr.overlays&lt;br&gt;                A.overlayer += rgb(0,0,0,100)&lt;br&gt;                A.overlays += A.overlayer&lt;br&gt;                A.icon=usr.icon&lt;br&gt;                A.icon += rgb(0,0,0,100)&lt;br&gt;                A.dir=usr.dir&lt;br&gt;                A.loc=usr.loc&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(Superspeed||Flight)&lt;br&gt;                usr.moving=0&lt;br&gt;                ..()&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;                spawn(5)&lt;br&gt;                usr.moving=0&lt;br&gt;                ..()&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;return&lt;/span&gt; 0
&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:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
No matter what i do, i can't seem to use rgb() on an overlay, i've tried doing it through a process and using a new list but nothing seems to work.&lt;br&gt;
&lt;br&gt;
Help? ^-^!</description>
        </item>
                <item>
            <title>Vampire Game?</title>
            <link>http://www.byond.com/members/Kaliba?command=view_post&amp;post=151712</link>
            <guid>http://www.byond.com/members/Kaliba?command=view_post&amp;post=151712</guid>
            <pubDate>Mon, 27 Jul 2009 14:39:52 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kaliba?command=view_comments&amp;post=151712#comments</comments>
            
            <description>Alright so i've been playing BYOND for quite a while and i've yet to see a decent Vampire based game and since i started coding about a year ago and jsut got into watching True Blood it inspired me to give it a shot, so i just thought i'd run a few ideas on the forum to see what people think and whether it would work.&lt;br&gt;
&lt;br&gt;
Before anyone starts with the whole 'Vampire's dominating everyone' ideal - the game will proberbly be roleplay based, allowing characters to develop and live out a life within a world filled with mysterious happenings. The game will have it's own story not following any currently created universe and as of such days have shortened whilst night dominates it leaving creatures who only come out at night more common amongst mortals.&lt;br&gt;
&lt;br&gt;
The game will feature 3 main races on it's release: Humans, Weres and Vampires.&lt;br&gt;
Because of the increase in supernatural beings some Humans have developed 'gifts' such as telepathy, telekinesis and shapeshifting.&lt;br&gt;
Were's are your common Werewolf characters who are restricted to a single animal and depending on whether they are born or created in game they are able to have a pure animal form (Born) or a hybrid form (Created in game).&lt;br&gt;
Vampire's are your typical blood suckers, craving blood and capable of living for an insane number of centurys, through age and experiance some of them have also developed gifts allowing them to fly, read minds or shapeshift.&lt;br&gt;
&lt;br&gt;
Everyone will start off human, with a rare percentage of being born with either Vamprism or Were...ness.&lt;br&gt;
&lt;br&gt;
Anyhow, the players will leave in a city with apartments, clubs and other buildings however it will also feature deep forests and caves - hopefully an underground sewer system aswell.&lt;br&gt;
&lt;br&gt;
Feedback is welcomed with open arms.&lt;br&gt;
&lt;br&gt;
:]</description>
        </item>
            
    </channel>
</rss>


