<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
    <channel>
        <title>Legendary Tales News</title>
        <link>http://www.legendarytales.com</link>
        <description>Articles and content syndicated from legendarytales.com</description>ntt<copyright>2010 www.legendarytales.com - All Rights Reserved</copyright>ntt<pubDate>Thu, 29 Jul 2010 19:19:13 +0000</pubDate>ntt<language>en-us</language>
        <image>
	        <url>http://www.legendarytales.com/book.gif</url>
            <link>http://www.legendarytales.com</link>
	        <description>Articles and content syndicated from www.legendarytales.com</description>
            <title>Legendary Tales News Feed</title>
	    </image>
        
        <item>
            <title>New Flash MMO RPG Game: Gilfors Tales</title>
            <description>
                Gilfor\'s Tales is a tactical isometric MMO RPG set in fantasy world, full of dangerous adventures and fierce monsters. You will be able to form a party, with which you will explore the farthest corners of the world. You will get to meet the magic of the world and with your deeds decide about the life or death of its dwellers.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
You can visit the official website at http://www.gilforstales.com/<br />
<br />
View more screenshots in the gallery<br />
<br />

            </description>
            <link>http://www.legendarytales.com/news.php?readmore=42</link>
            <pubDate>18 Jul 2010 10:50:20 GMT</pubDate>
        </item>
        <item>
            <title>Gemstone Dragon Full version launched!</title>
            <description>
                The Gemstone Dragon game has been released. If you have never heard of it before then you must definitely visit http://www.gemstonedragon.com/ to try the demo.<br />
<br />
This is a gameplay video and also a tutorial which shows how to walk through the first area of the game.<br />
<br />
Enjoy!<br />
<br />

            </description>
            <link>http://www.legendarytales.com/news.php?readmore=41</link>
            <pubDate>09 Apr 2010 18:03:59 GMT</pubDate>
        </item>
        <item>
            <title>New Game: King&amp;#39;s Island II</title>
            <description>
                This is the second version of the higly succssful King\'s Island action RPG. Enjoy!<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />

            </description>
            <link>http://www.legendarytales.com/news.php?readmore=40</link>
            <pubDate>24 Jan 2010 09:25:41 GMT</pubDate>
        </item>
        <item>
            <title>New Game: Fantasy Kommander Miniature War Game</title>
            <description>
                Fantasy Kommander is a Flash Game which has the look and feel of miniature war games. You place your warriors on the stage and battle your foes by following a strategy instead of just hacking and slashing. Very interesting.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />

            </description>
            <link>http://www.legendarytales.com/news.php?readmore=39</link>
            <pubDate>20 Dec 2009 10:47:48 GMT</pubDate>
        </item>
        <item>
            <title>RE: Quest</title>
            <description>
                Give the creature a script similar to:<br />
<br />
function OnDead(){<br />
GlobalPer(&amp;quot;quest1&amp;quot;) = 1;<br />
}
            </description>
            <link>http://www.legendarytales.com/forum/viewthread.php?forum_id=3&amp;thread_id=284</link>
            <pubDate>24 May 2010 05:34:27 GMT</pubDate>
        </item>
        <item>
            <title>RE: Hasabushi&amp;#39;s Projects</title>
            <description>
                [quote]Actually, LT&amp;#39;s been going at a slow crawl.<br />
[/quote]<br />
<br />
Hmm yeah I kind of noticed that, I guess I should catch up.<br />
<br />
[quote]But be sure to post up those games! Haha, even the source code files in the case you disappear again and have no plans of continuing the project.<br />
<br />
And of course, welcome back Hasabushi! Glad to have you back again. Hmm, why not register on FWC too?[/quote]<br />
<br />
<br />
:o that sounds like a good idea, I thought I did register, way back when you had the logo change. I&amp;#39;ll swing by and check it out again :D. I&amp;#39;ll hunt for the source, just in case I do vanish again :B). I hope that doesn&amp;#39;t happen lol.
            </description>
            <link>http://www.legendarytales.com/forum/viewthread.php?forum_id=3&amp;thread_id=47</link>
            <pubDate>24 May 2010 03:36:22 GMT</pubDate>
        </item>
        <item>
            <title>RE: Quest</title>
            <description>
                how do you make it so that you have to kill a creature?
            </description>
            <link>http://www.legendarytales.com/forum/viewthread.php?forum_id=3&amp;thread_id=284</link>
            <pubDate>23 May 2010 16:11:20 GMT</pubDate>
        </item>
        <item>
            <title>RE: Hasabushi&amp;#39;s Projects</title>
            <description>
                Actually, LT&amp;#39;s been going at a slow crawl.<br />
<br />
But be sure to post up those games! Haha, even the source code files in the case you disappear again and have no plans of continuing the project.<br />
<br />
And of course, welcome back Hasabushi! Glad to have you back again. Hmm, why not register on FWC too? ;)
            </description>
            <link>http://www.legendarytales.com/forum/viewthread.php?forum_id=3&amp;thread_id=47</link>
            <pubDate>23 May 2010 03:39:35 GMT</pubDate>
        </item>
        <item>
            <title>RE: Quest</title>
            <description>
                function OnDialog(){<br />
if (GlobalPer(&amp;quot;quest1&amp;quot;) == 0){<br />
Echo(&amp;quot;PC: Give me something!&amp;quot;);<br />
<br />
AddOption(0,&amp;quot;Okay, here.&amp;quot;,&amp;quot;op1();&amp;quot;,&amp;quot;&amp;quot;);<br />
AddOption(0,&amp;quot;No.&amp;quot;,&amp;quot;op2();&amp;quot;,&amp;quot;&amp;quot;);<br />
<br />
<br />
ProcessOptions();<br />
<br />
}<br />
else if (GlobalPer(&amp;quot;quest1&amp;quot;) == 1){<br />
<br />
Echo(&amp;quot;You already gave me something.&amp;quot;);<br />
<br />
}<br />
}<br />
<br />
function op1(){<br />
Echo(&amp;quot;Thanks!&amp;quot;);<br />
GlobalPer(&amp;quot;quest1&amp;quot;) = 1;<br />
AddExperience(999999); <br />
// Or was it GiveExperience? Or AddGold? Or was it GiveGold..<br />
<br />
}<br />
<br />
function op2(){<br />
Echo(&amp;quot;Man, not cool.&amp;quot;);<br />
}<br />
<br />
You can always check the legendary tales wiki in my link. It covers the same concept of raising flags, and scripts checking for which state a flag is in. The quest above is very simple, just merely a change of state once, and a simple dialogue.<br />
<br />
But you can see how much more complex it can get by changing the flags.
            </description>
            <link>http://www.legendarytales.com/forum/viewthread.php?forum_id=3&amp;thread_id=284</link>
            <pubDate>23 May 2010 03:03:02 GMT</pubDate>
        </item>
        <item>
            <title>RE: Hasabushi&amp;#39;s Projects</title>
            <description>
                Well its been a long long time since I was last here, alot of stuff happened, including but not limited to the loss of my internet service. Anyways... I&amp;#39;m back and will be digging up my old LT games, one was almost done, Hopefully I can find it along with others, A  lot has changed around the site, so I have much to catch up on. :)
            </description>
            <link>http://www.legendarytales.com/forum/viewthread.php?forum_id=3&amp;thread_id=47</link>
            <pubDate>23 May 2010 01:02:26 GMT</pubDate>
        </item>
    </channel>
</rss>