<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NexmuTK &#187; monster</title>
	<atom:link href="http://www.nexmutk.com/tag/monster/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nexmutk.com</link>
	<description>Nexia NexusTK Baram Official Engine</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:34:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Add More Monster In NexmuTK</title>
		<link>http://www.nexmutk.com/2010/01/how-to-add-more-monster-in-nexmutk.html</link>
		<comments>http://www.nexmutk.com/2010/01/how-to-add-more-monster-in-nexmutk.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:25:10 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[monster]]></category>
		<category><![CDATA[nexmutk]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=232</guid>
		<description><![CDATA[This is an short tutorial on how to add more monster in nexmutk. Please read carefully and follow all the instruction, if you meet problem make sure to backup your database first to prevent if there any problem after you edited database. 1. You will need any programs/software can opened .MDB files usually I&#8217;m using [...]]]></description>
			<content:encoded><![CDATA[<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nexmutk.com%2F2010%2F01%2Fhow-to-add-more-monster-in-nexmutk.html&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p style="text-align: justify;">This is an short tutorial on how to add more monster in nexmutk. Please read carefully and follow all the instruction, if you meet problem make sure to backup your database first to prevent if there any problem after you edited database.</p>
<p style="text-align: justify;">1. You will need any programs/software can opened .MDB files usually I&#8217;m using Microsoft office access 2003, the free software for it is <a href="http://www.hitsquad.com/smm/programs/MDBEditor/" target="_blank">MDB Editor</a>.</p>
<p style="text-align: justify;">2. Open the DB.MDB and click on &#8220;MobDB&#8221; table.</p>
<p style="text-align: justify;"><a href="http://www.nexmutk.com/wp-content/uploads/2010/01/mob-mdb.jpg"><img class="aligncenter size-medium wp-image-233" title="mob-mdb" src="http://www.nexmutk.com/wp-content/uploads/2010/01/mob-mdb-300x215.jpg" alt="" width="300" height="215" /></a></p>
<p style="text-align: justify;">3. By default you will see there is 100 records for monster, you can add more monster into this database by reading files  BigDataBase in &#8220;documentation&#8221; folder (Copyright to Adam)</p>
<p style="text-align: justify;"><a href="http://www.nexmutk.com/wp-content/uploads/2010/01/big-database.jpg"><img class="aligncenter size-medium wp-image-234" title="big-database" src="http://www.nexmutk.com/wp-content/uploads/2010/01/big-database-300x215.jpg" alt="" width="300" height="215" /></a></p>
<p style="text-align: justify;">4. Add monster following this rules:</p>
<p style="text-align: justify;">ID (it&#8217;s automatically number), Name (monster name), Graphic (monster sprite number), Color (monster color, see the color value), Aggresive (by default 1), Attack (by default 1,) Spawn time (monster re-spawn time in milliseconds), Move time (monster moving time in milliseconds), HP (monster vitality), EXP (if die monster will give this exp to player), Might (monster might), Will (monster will), Grace (monster grace), Drop (if die monster will drop this value, following the item database), Rare (if die in many times monster will drop this rare item, following the item database) Damage (damage monster can give to player).</p>
<p style="text-align: justify;"><a href="http://www.nexmutk.com/wp-content/uploads/2010/01/mobdb-table.jpg"><img class="aligncenter size-medium wp-image-235" title="mobdb-table" src="http://www.nexmutk.com/wp-content/uploads/2010/01/mobdb-table-300x181.jpg" alt="" width="300" height="181" /></a></p>
<p style="text-align: justify;">5. After you add monster, now it&#8217;s time to shown it in game area. Open the &#8220;Mob&#8221; table.</p>
<p style="text-align: justify;"><a href="http://www.nexmutk.com/wp-content/uploads/2010/01/mob-table.jpg"><img class="aligncenter size-medium wp-image-236" title="mob-table" src="http://www.nexmutk.com/wp-content/uploads/2010/01/mob-table-273x300.jpg" alt="" width="273" height="300" /></a></p>
<p style="text-align: justify;">Follow this rules:</p>
<p style="text-align: justify;">Map (map number, example buya map id is 1), MobID (monster ID, example number 3 rabbit), X (x position map), Y (y position map).</p>
<p style="text-align: justify;">If you hard to add using this way you can add monster in game instantly. First make sure your character GMLevel is 10 then stand in position where you want monster appears the type <span style="text-decoration: underline;"><strong>#addspawn [monster name]</strong></span> example <span style="text-decoration: underline;">#addspawn rabbit</span>.</p>
<p style="text-align: justify;">That&#8217;s it&#8230; another tutorials will coming soon in next update. <img src='http://www.nexmutk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2010/01/how-to-add-more-monster-in-nexmutk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexmu Update</title>
		<link>http://www.nexmutk.com/2007/05/nexmu-update.html</link>
		<comments>http://www.nexmutk.com/2007/05/nexmu-update.html#comments</comments>
		<pubDate>Wed, 16 May 2007 21:50:37 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[monster]]></category>
		<category><![CDATA[nexmu]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=104</guid>
		<description><![CDATA[I&#8217;m to lazy for writing what new feature update for nexmu.. just there is some update I remember the new nexmu will have filter for words and also there is update in status page, clan information and spell timing are visible now in status page. Map will have blocked type now, Your character will not [...]]]></description>
			<content:encoded><![CDATA[<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nexmutk.com%2F2007%2F05%2Fnexmu-update.html&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p style="text-align: justify;">I&#8217;m to lazy for writing what new feature update for nexmu.. just there is some update I remember the new nexmu will have filter for words and also there is update in status page, clan information and spell timing are visible now in status page.</p>
<p style="text-align: justify;">Map will have blocked type now, Your character will not walk under water or fire again. but there is problem in monster programmings monster will walk to every tile and object. again? who programing this junk in the past?? I will refix it as soon as possible just stay tune and watch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2007/05/nexmu-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artificial Intelligence</title>
		<link>http://www.nexmutk.com/2007/04/artificial-intelligence.html</link>
		<comments>http://www.nexmutk.com/2007/04/artificial-intelligence.html#comments</comments>
		<pubDate>Thu, 26 Apr 2007 21:20:36 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[Server Update]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[BOT]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange packet]]></category>
		<category><![CDATA[monster]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=81</guid>
		<description><![CDATA[Finally.. I complete coding for monster artificial intelligence, this is not the best but this is the best for now.. lol . The Monster will smart than before in older version, they will hit back and memorize you once you hit or cast magic on them. however this simple Artificial intelligence is still have a [...]]]></description>
			<content:encoded><![CDATA[<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nexmutk.com%2F2007%2F04%2Fartificial-intelligence.html&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p style="text-align: justify;">Finally.. I complete coding for monster artificial intelligence, this is not the best but this is the best for now.. lol <img src='http://www.nexmutk.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> . The Monster will smart than before in older version, they will hit back and memorize you once you hit or cast magic on them. however this simple Artificial intelligence is still have a little bug.</p>
<p style="text-align: justify;">I&#8217;m still working on the monster last position to be in the front 1 step X and or Y character position. Basically Monster will find your character X position and Y position on MAP&#8217;s. Then they will memorize you even you warping to other map if you back and monster still alive they will tracking your character x,y Position and then keep attacking you until your or Monster dead then states become to 0 again. great huh? <img src='http://www.nexmutk.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p style="text-align: justify;">What&#8217;s good?? Monster now have brain to choose what they do and what they state, on this simple Artificial Intelligence Monster have states idle and attacking when they get hit first. in the Advanced release they will included Attacking when see character in range <img src='http://www.nexmutk.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> . Of course this needed database table to set monster states first time they alive.</p>
<p style="text-align: justify;">There is issue when I use old attacking packet, Programs become unstable because to much sending packet. Documentation about how to fix this case will included in this page. This is screenshoot when I tested Artificial Intelligence system there is blue word just for check every monster state and x,y position to make sure Artificial Intelligence Working good. Blue Words will removed in compiled version.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-82" title="Monster with Artificial Intelligence" src="http://www.nexmutk.com/wp-content/uploads/2009/08/15.jpg" alt="Monster with Artificial Intelligence" width="300" height="225" /></p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-83" title="Artificial Intelligence Table" src="http://www.nexmutk.com/wp-content/uploads/2009/08/ai.jpg" alt="Artificial Intelligence Table" width="300" height="214" /></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong>Documentation Monster Side :</strong></span><br />
12 Up attack<br />
13 Right attack<br />
14 Down attack<br />
15 Left attack
</p>
<p style="text-align: justify;">If you&#8217;re using the packet program will unstable, using this monster side to low the CPU and Memory resource with same result as packet.</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong>Exchange Packet</strong></span></p>
<p style="text-align: justify;">Another packet I found, this is the Exchange packet tell how much money or how much item you will add to exchange.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-84" title="Exchange packet" src="http://www.nexmutk.com/wp-content/uploads/2009/08/16.jpg" alt="Exchange packet" width="300" height="225" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2007/04/artificial-intelligence.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What New?</title>
		<link>http://www.nexmutk.com/2007/04/what-new.html</link>
		<comments>http://www.nexmutk.com/2007/04/what-new.html#comments</comments>
		<pubDate>Mon, 23 Apr 2007 13:57:59 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[bgm]]></category>
		<category><![CDATA[lunisource]]></category>
		<category><![CDATA[monster]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=69</guid>
		<description><![CDATA[After testing play in Hyul server I was surprised with what Zakai done on there d**n he&#8217;s done add BGM and AI. I was opened my old document and searching document about attacking packet and finally I found it ^^ On next release this packet will included but not guarantee monster artificial intelegence will included. [...]]]></description>
			<content:encoded><![CDATA[<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nexmutk.com%2F2007%2F04%2Fwhat-new.html&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe></div>
<p style="text-align: justify;">After testing play in Hyul server I was surprised with what Zakai done on there d**n he&#8217;s done add BGM and AI. I was opened my old document and searching document about attacking packet and finally I found it ^^ On next release this packet will included but not guarantee monster artificial intelegence will included. check out on our forum if you want to test Hyul server I have request to people.. if you have <strong>LUNISOURCE</strong> please send it to me I was looking for learning BGM packet on there.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-70" title="Attacking packet test" src="http://www.nexmutk.com/wp-content/uploads/2009/08/9.jpg" alt="Attacking packet test" width="300" height="225" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2007/04/what-new.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

