<?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; database</title>
	<atom:link href="http://www.nexmutk.com/tag/database/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>NexmuTK Minor Update</title>
		<link>http://www.nexmutk.com/2009/05/nexmutk-minor-update.html</link>
		<comments>http://www.nexmutk.com/2009/05/nexmutk-minor-update.html#comments</comments>
		<pubDate>Sat, 09 May 2009 01:19:33 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[Server Update]]></category>
		<category><![CDATA[ATTENTION]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[minor update]]></category>
		<category><![CDATA[nexmutk]]></category>
		<category><![CDATA[npc]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=170</guid>
		<description><![CDATA[Add New Basic NPC Command &#8220;store&#8221; To use it very simple, in your NPC scripting just added this line code: &#8220;store (number here)&#8221; where 0-xxxxx is number in your item database, because this simple command it will automatically reduce your gold 100g for each transaction, in advanced it&#8217;s very easy to set item price. Add [...]]]></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%2F2009%2F05%2Fnexmutk-minor-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>
<ul>
<li>Add New Basic NPC Command &#8220;store&#8221;</li>
</ul>
<p style="text-align: justify;">To use it very simple, in your NPC scripting just added this line code: &#8220;store (number here)&#8221; where 0-xxxxx is number in your item database, because this simple command it will automatically reduce your gold 100g for each transaction, in advanced it&#8217;s very easy to set item price.</p>
<ul>
<li>Add New Basic NPC Command &#8220;sellexp&#8221;</li>
</ul>
<p>To use it very simple, in your NPC scripting just added this line code: &#8220;sellexp&#8221; in condition where your character not &lt;b&gt;higher&lt;/b&gt; than 50 you cannot sell your exp, because this simple command it will automatically reduce your 1000exp for 50MHP and 50MMP, in advanced it&#8217;s very easy to set value on each condition needed.</p>
<ul>
<li style="text-align: justify;">Add New Basic NPC command &#8220;changehead&#8221; &#8220;changeheadcolor&#8221; &#8220;changeweap&#8221; &#8220;changeitem&#8221; &#8220;changearmor&#8221; &#8220;changeshield&#8221;</li>
</ul>
<p style="text-align: justify;">To use it very simple, in your NPC scripting just added this line code: &#8220;changehead (number here)&#8221; or &#8220;changeheadcolor (number here)&#8221; or &#8220;changeweap (number here)&#8221; or &#8220;changeitem (number here)&#8221; or  &#8220;changearmor (number here)&#8221; or &#8220;changeshield (number here)&#8221;.</p>
<p style="text-align: justify;"><strong>ATTENTION</strong> This properties is linked to your server database, some has limit like &#8220;changeheadcolor&#8221; or any color properties because it saved in client database.</p>
<ul>
<li>Re-code Board Classes</li>
</ul>
<p style="text-align: justify;">better than older version because now I understand how packet size change differently, board classes now can reading in each category and sub-category but I still looking the packet to write on board, be patience.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-171" title="sub board" src="http://www.nexmutk.com/wp-content/uploads/2009/08/48.jpg" alt="sub board" width="300" height="225" /></p>
<ul>
<li>Converted and Added 3,006 MAP files</li>
</ul>
<p style="text-align: justify;">Thank&#8217;s for DUKMOO Server for providing this BIG COLLECTION of Baram CMP files which I converted it into MAP and added it into database.</p>
<p style="text-align: justify;"><img class="aligncenter size-medium wp-image-172" title="cmp2map" src="http://www.nexmutk.com/wp-content/uploads/2009/08/cmp2map-300x90.jpg" alt="cmp2map" width="300" height="90" /></p>
<p style="text-align: justify;"><img class="aligncenter size-medium wp-image-173" title="baram-in-ntkme" src="http://www.nexmutk.com/wp-content/uploads/2009/08/baram-in-ntkme-300x245.jpg" alt="baram-in-ntkme" width="300" height="245" /></p>
<p style="text-align: justify;">Compiled and tested in NexmuTK online version.</p>
<p style="text-align: justify;">Istanto</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2009/05/nexmutk-minor-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cast Magic Type on Player</title>
		<link>http://www.nexmutk.com/2008/05/cast-magic-type-on-player.html</link>
		<comments>http://www.nexmutk.com/2008/05/cast-magic-type-on-player.html#comments</comments>
		<pubDate>Mon, 05 May 2008 00:42:05 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[Server Update]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Magic]]></category>
		<category><![CDATA[magic rules]]></category>
		<category><![CDATA[magic type]]></category>
		<category><![CDATA[UDT]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=144</guid>
		<description><![CDATA[It&#8217;s done and tested very well, Now you can Specify the cast magic type on player to stop corruption magic can spelled to other player and just healthy magic can spelled. I just do a simple coding on it&#8230; I change the magic code Declare the magic UDT Recoding magic database loaded The last I [...]]]></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%2F2008%2F05%2Fcast-magic-type-on-player.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;">It&#8217;s done and tested very well, Now you can Specify the cast magic type on player to stop corruption magic can spelled to other player and just healthy magic can spelled. I just do a simple coding on it&#8230;</p>
<p style="text-align: justify;">I change the magic code</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-145" title="magic code" src="http://www.nexmutk.com/wp-content/uploads/2009/08/40.jpg" alt="magic code" width="339" height="106" /></p>
<p style="text-align: justify;">Declare the magic UDT</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-146" title="declare magic type" src="http://www.nexmutk.com/wp-content/uploads/2009/08/41.jpg" alt="declare magic type" width="204" height="44" /></p>
<p style="text-align: justify;">Recoding magic database loaded</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-147" title="coding to load magic database" src="http://www.nexmutk.com/wp-content/uploads/2009/08/42.jpg" alt="coding to load magic database" width="285" height="59" /></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong>The last I give new values on magic database by default</strong></span>:</p>
<p style="text-align: justify;">0 = Stop<br />
1 = Stop<br />
2 = Allowed
</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-148" title="43" src="http://www.nexmutk.com/wp-content/uploads/2009/08/43.jpg" alt="43" width="170" height="240" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2008/05/cast-magic-type-on-player.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic, Map ,PK Area</title>
		<link>http://www.nexmutk.com/2008/04/magic-map-pk-area.html</link>
		<comments>http://www.nexmutk.com/2008/04/magic-map-pk-area.html#comments</comments>
		<pubDate>Sat, 26 Apr 2008 22:38:06 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[Fixed Bug]]></category>
		<category><![CDATA[Server Update]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Magic]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[nexmutk]]></category>
		<category><![CDATA[PK]]></category>
		<category><![CDATA[PK Area]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=138</guid>
		<description><![CDATA[As usually an old bug, I fixed it with only 2 minutes :-p In older version you can cast attack magic type on monster, other player and yourself! Now say GOOD BYE to that bug I have done fixed it. I add new rules in code and database to tell this map is PK area [...]]]></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%2F2008%2F04%2Fmagic-map-pk-area.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;">As usually an old bug, I fixed it with only 2 minutes :-p In older version you can cast attack magic type on monster, other player and yourself! Now say <strong>GOOD BYE</strong> to that bug I have done fixed it.</p>
<p style="text-align: justify;">I add new rules in code and database to tell this map is PK area or not, by default in database it should: 0=NONPK 1=PK</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-139" title="PK database" src="http://www.nexmutk.com/wp-content/uploads/2009/08/36.jpg" alt="PK database" width="300" height="278" /></p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-140" title="VB Code magic" src="http://www.nexmutk.com/wp-content/uploads/2009/08/37.jpg" alt="VB Code magic" width="300" height="283" /></p>
<p style="text-align: justify;">When I tested it I can cast spell on map with properties PK=1 and cannot spell on map with properties PK=0</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-141" title="PK test screenshoot" src="http://www.nexmutk.com/wp-content/uploads/2009/08/38.jpg" alt="PK test screenshoot" width="300" height="225" /></p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-142" title="PK test screenshoot" src="http://www.nexmutk.com/wp-content/uploads/2009/08/39.jpg" alt="PK test screenshoot" width="300" height="225" /></p>
<p style="text-align: justify;">I also might will make new rules about magic type to tell more specific this is healthy magic or attack magic(specially for type cast on other). This function will included on FREE NexmuTK next version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2008/04/magic-map-pk-area.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changelog</title>
		<link>http://www.nexmutk.com/2007/07/changelog.html</link>
		<comments>http://www.nexmutk.com/2007/07/changelog.html#comments</comments>
		<pubDate>Wed, 11 Jul 2007 22:00:53 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[Fixed Bug]]></category>
		<category><![CDATA[Server Update]]></category>
		<category><![CDATA[Add Item]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Fix Item]]></category>
		<category><![CDATA[Fix Weapon Damage]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=115</guid>
		<description><![CDATA[Changelog Add 100 mobs data into nexmu database. Add 12 word filters. Fix change character password packet. Fix Item pickup system. Add Item management. Add Bank system. Add lot of NPC scripting. Add NPC&#8217;s movement. Add character spy[server side]. Add 150 item list into database. Add full map of VORTEX. Add full map of NAGNANG. [...]]]></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%2F07%2Fchangelog.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><strong>Changelog</strong></p>
<ul>
<li> Add 100 mobs data into nexmu database.</li>
<li> Add 12 word filters.</li>
<li> Fix change character password packet.</li>
<li> Fix Item pickup system.</li>
<li> Add Item management.</li>
<li> Add Bank system.</li>
<li> Add lot of NPC scripting.</li>
<li> Add NPC&#8217;s movement.</li>
<li> Add character spy[server side].</li>
<li> Add 150 item list into database.</li>
<li> Add full map of VORTEX.</li>
<li> Add full map of NAGNANG.</li>
<li> Add full map of KUGNAE.</li>
<li> Fix Weapon Damage formula</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2007/07/changelog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status character and badwords filter</title>
		<link>http://www.nexmutk.com/2007/05/status-character-and-badwords-filter.html</link>
		<comments>http://www.nexmutk.com/2007/05/status-character-and-badwords-filter.html#comments</comments>
		<pubDate>Sun, 20 May 2007 21:52:31 +0000</pubDate>
		<dc:creator>NexmuTK</dc:creator>
				<category><![CDATA[Server Update]]></category>
		<category><![CDATA[Badwords]]></category>
		<category><![CDATA[Badwords filter]]></category>
		<category><![CDATA[character status]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[EXP]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[nexmu]]></category>

		<guid isPermaLink="false">http://www.nexmutk.com/?p=106</guid>
		<description><![CDATA[Ok.. here is the update I just fixed the character status and badwords filter on nexmu. Documentation about Charatcer status is maximum ASCII character 16 Characters. Mean you have to rewrite the game case number 102 to 16 * 4 new Code and limit to 16 characters in database settings it&#8217;s to easy for lazy [...]]]></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%2Fstatus-character-and-badwords-filter.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;">Ok.. here is the update I just fixed the character status and badwords filter on nexmu. Documentation about Charatcer status is maximum ASCII character <strong>16</strong> Characters. Mean you have to rewrite the game case number 102 to 16 * 4 new Code and limit to 16 characters in database settings it&#8217;s to easy for lazy boy like me.</p>
<p style="text-align: justify;">Status packet will work only in 2 Pages.. I try to find the next packet for helmet, right and left item graphic but I&#8217;m not found it. I think it&#8217;s linked to another packet so right now I choose to leave it. Also I found the game packet for legend pages and profiles pages when you clicked on other character but I&#8217;m not done to programing it, again I leave it.</p>
<p style="text-align: justify;">Badwords system is fully complete and I limited to only Maximum 50 filters. I&#8217;m also add the warping limit in EXP and PATH limit but not done database input. The good news there is new Karma system will included on next nexmu release.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-107" title="Status character" src="http://www.nexmutk.com/wp-content/uploads/2009/08/22.jpg" alt="Status character" width="300" height="225" /></p>
<p style="text-align: center;">Clan, Clan Title, Title and Path.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-108" title="Status character" src="http://www.nexmutk.com/wp-content/uploads/2009/08/23.jpg" alt="Status character" width="300" height="225" /></p>
<p style="text-align: center;">Magic Status, when you cast it will counting aether time in here</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-109" title="Badwords filter" src="http://www.nexmutk.com/wp-content/uploads/2009/08/24.jpg" alt="Badwords filter" width="300" height="225" /></p>
<p style="text-align: center;">Badwords filter <img src='http://www.nexmutk.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nexmutk.com/2007/05/status-character-and-badwords-filter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

