<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Created and Setting Your NPC&#8217;s In NexmuTK</title>
	<atom:link href="http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html</link>
	<description>NexusTK Server Emulator, Atlantia MMORPG Development</description>
	<lastBuildDate>Tue, 13 Jul 2010 10:06:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: henry</title>
		<link>http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html/comment-page-1#comment-237</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Tue, 06 Apr 2010 14:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nexmutk.com/?p=239#comment-237</guid>
		<description>@Nexon: How does it go with the database of magic or any additional progress? thanks for your great job!</description>
		<content:encoded><![CDATA[<p>@Nexon: How does it go with the database of magic or any additional progress? thanks for your great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henry</title>
		<link>http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html/comment-page-1#comment-193</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nexmutk.com/?p=239#comment-193</guid>
		<description>@Nexon: Thank you. Also, I notice there are several fields. I tried to change the animation value. Is there any database that hold animation values? thank you.</description>
		<content:encoded><![CDATA[<p>@Nexon: Thank you. Also, I notice there are several fields. I tried to change the animation value. Is there any database that hold animation values? thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nexon</title>
		<link>http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html/comment-page-1#comment-192</link>
		<dc:creator>Nexon</dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.nexmutk.com/?p=239#comment-192</guid>
		<description>tutorial for spell will be written soon as possible.</description>
		<content:encoded><![CDATA[<p>tutorial for spell will be written soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henry</title>
		<link>http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html/comment-page-1#comment-191</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nexmutk.com/?p=239#comment-191</guid>
		<description>Talking about spell, I saw you have only about 10 spells? How to add a new spell and is there any database spells that I can look at? I tried to play with the Monsters&#039; drop items and it worked just fine. I looked at those items at BigDatabase.doc
On magic, there&#039;s &quot;ANIM&quot; value. Where can I check those value at and what does those values represent?
Thank you.</description>
		<content:encoded><![CDATA[<p>Talking about spell, I saw you have only about 10 spells? How to add a new spell and is there any database spells that I can look at? I tried to play with the Monsters&#8217; drop items and it worked just fine. I looked at those items at BigDatabase.doc<br />
On magic, there&#8217;s &#8220;ANIM&#8221; value. Where can I check those value at and what does those values represent?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nexon</title>
		<link>http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html/comment-page-1#comment-190</link>
		<dc:creator>Nexon</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.nexmutk.com/?p=239#comment-190</guid>
		<description>I have limited character to riding horse for level =5+, you should not giving spell summon horse if character under level 5. About that scripts I will fix it on next release.</description>
		<content:encoded><![CDATA[<p>I have limited character to riding horse for level =5+, you should not giving spell summon horse if character under level 5. About that scripts I will fix it on next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henry</title>
		<link>http://www.nexmutk.com/2010/01/how-to-created-and-setting-your-npcs-in-nexmutk.html/comment-page-1#comment-189</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nexmutk.com/?p=239#comment-189</guid>
		<description>Hi Nexon,

I tried below:
declare pBet

Dialog &quot;coba quest ya&quot;, Next

Dialog &quot;questnya simple aja nih&quot;, Next
input &quot; 1 tambah 1 hasilnya berapa?&quot; pBet

if pBet = 2
Dialog &quot;wah benar! selamat quest pertama selesai&quot;, None
end if

It gave me an value 1...20..xxx ...50 something like that, then it was frozen.. please help?  also, I noticed, for newbie for level 1, if he/she cast &quot;horse&quot;, he/she can&#039;t go down from the horse, even using R.. but, when I tried to edit his/her level, then the person can be released from riding the rose.</description>
		<content:encoded><![CDATA[<p>Hi Nexon,</p>
<p>I tried below:<br />
declare pBet</p>
<p>Dialog &#8220;coba quest ya&#8221;, Next</p>
<p>Dialog &#8220;questnya simple aja nih&#8221;, Next<br />
input &#8221; 1 tambah 1 hasilnya berapa?&#8221; pBet</p>
<p>if pBet = 2<br />
Dialog &#8220;wah benar! selamat quest pertama selesai&#8221;, None<br />
end if</p>
<p>It gave me an value 1&#8230;20..xxx &#8230;50 something like that, then it was frozen.. please help?  also, I noticed, for newbie for level 1, if he/she cast &#8220;horse&#8221;, he/she can&#8217;t go down from the horse, even using R.. but, when I tried to edit his/her level, then the person can be released from riding the rose.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
