<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Releases</title>
		<link>http://odindeveloping.forumotion.net/releases-f5/-t1.htm</link>
		<description></description>
		<lastBuildDate>Fri, 30 Jan 2009 19:34:45 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Releases</title>
			<url>http://img148.imageshack.us/img148/7351/odindevelopinglo7.png</url>
			<link>http://odindeveloping.forumotion.net/releases-f5/-t1.htm</link>
		</image>
		<item>
			<title>Away message</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/away-message-t19.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>better version is following 



Quote:Self explanatory.



MapleCharacter.java

Code:

   private String awayMessage = null;



   public String getAwayMessage&#40;&#41; &#123;

      return this.awayMessage;

   &#125;



   public void setAwayMessage&#40;String text&#41; &#123;

      this.awayMessage = text;

   &#125;





WhisperHandler.java

Code:

   if &#40;player.getAwayMessage&#40;&#41;  ...</description>
			<category>Releases</category>
			<pubDate>Fri, 30 Jan 2009 19:34:45 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/away-message-t19.htm#41</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/away-message-t19.htm</guid>
		</item>
		<item>
			<title>[Release] Maple TV</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/release-maple-tv-t18.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>better version is following



Quote:[SIZE=&quot;7&quot;]Do not release this anywhere else, credits to MrMysterious and Cheetah[/SIZE]

[SIZE=&quot;5&quot;]We did not tell you what to add for sendpacketopcode.java, to prevent leechers please do not tell them what to add.[/SIZE]

In UseCashItemHandler find if (itemType == 507) { and replace it with this.



Code:

if &#40;itemType == 507&#41; &#123;

                        switch  ...</description>
			<category>Releases</category>
			<pubDate>Fri, 30 Jan 2009 19:32:01 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/release-maple-tv-t18.htm#40</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/release-maple-tv-t18.htm</guid>
		</item>
		<item>
			<title>Double EXP to special hours</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/double-exp-to-special-hours-t17.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>Quote:This would go under commits, but my maplemap is different than valhalla's. People that can add releases will know what to do.



Part of this was from v55. 

MapleCharacter.java



Code:    public int hasEXPCard&#40;&#41; &#123;

        int hr = Calendar.getInstance&#40;&#41;.get&#40;Calendar.HOUR_OF_DAY&#41;;

        if &#40;&#40;haveItem&#40;5211000&#41; &amp;&amp; hr &gt; 17 &amp;&amp; hr &lt; 21&#41; || &#40;haveItem&#40;5211014&#41;  ...</description>
			<category>Releases</category>
			<pubDate>Fri, 30 Jan 2009 19:30:08 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/double-exp-to-special-hours-t17.htm#39</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/double-exp-to-special-hours-t17.htm</guid>
		</item>
		<item>
			<title>Never-ending/Custom Quest</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/never-ending-custom-quest-t16.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>Edit: I will re-script this and post it again when I'm done.</description>
			<category>Releases</category>
			<pubDate>Fri, 30 Jan 2009 19:23:07 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/never-ending-custom-quest-t16.htm#38</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/never-ending-custom-quest-t16.htm</guid>
		</item>
		<item>
			<title>Player Commands</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/player-commands-t15.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>Open CommandProcessor.java and look for this line

Code:if &#40;line.charAt&#40;0&#41; == '!'&#41; &#123;

and change it to this

Code:if &#40;line.charAt&#40;0&#41; == '!' || line.charAt&#40;0&#41; == '@'&#41; &#123;

(You can use something else instead of @, but then make sure that you also use something else for your commands.)



Go to net\sf\odinms\client\messages\commands and add the file &quot;PlayerCommands.java&quot; or how ever you want to call it. Create a new Java file:

Code:/*

   ...</description>
			<category>Releases</category>
			<pubDate>Fri, 30 Jan 2009 19:11:39 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/player-commands-t15.htm#37</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/player-commands-t15.htm</guid>
		</item>
		<item>
			<title>Rebirth system</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/rebirth-system-t10.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>Here's airflow0's rebirth system, I added it a little bit and fixed the bug that you get rebirth points if your equip inventory is full.



Open MapleCharacter.java and add

Code:        private int reborns;

after

Code:   private int level;

add

Code:                ret.reborns = rs.getInt&#40;&quot;reborns&quot;&#41;;

after

Code:      ret.level = rs.getInt&#40;&quot;level&quot;&#41;;

add

Code:   ...</description>
			<category>Releases</category>
			<pubDate>Sun, 17 Aug 2008 19:25:44 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/rebirth-system-t10.htm#10</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/rebirth-system-t10.htm</guid>
		</item>
		<item>
			<title>Donation Points system</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/donation-points-system-t8.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>Open MapleCharacter.java and add

Code:   private int donationpoints;

after

Code:   private int gifttokens;

add

Code:         ret.donationpoints = rs.getInt&#40;&quot;donationpoints&quot;&#41;;

after

Code:         ret.gifttokens = rs.getInt&#40;&quot;gTokens&quot;&#41;;

(You have to do this two times, if you can't fine the line two times you should first use this : http://odindeveloping.forumotion.net/guides-f3/fix-disapearing-nx-cash-maple-points-and-gift-tokens-t7.htm)

replace

Code:   ...</description>
			<category>Releases</category>
			<pubDate>Sat, 16 Aug 2008 20:00:29 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/donation-points-system-t8.htm#8</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/donation-points-system-t8.htm</guid>
		</item>
		<item>
			<title>Super Meso Magnet</title>
			<link>http://odindeveloping.forumotion.net/releases-f5/super-meso-magnet-t6.htm</link>
			<dc:creator>Flav</dc:creator>
			<description>If you use Groat's Meso Magnet and Super Meso Magnet your users can decide which they want to use. To use Super Meso Magnet they need to have Meso Magnet in their inventory, to use Groat's Meso Magnet they need to equip their pet with Meso Magnet. What ever, here is my Super Meso Magnet script.



Open MapleMap.java and change

Code:                                               ...</description>
			<category>Releases</category>
			<pubDate>Sat, 16 Aug 2008 19:51:05 GMT</pubDate>
			<comments>http://odindeveloping.forumotion.net/releases-f5/super-meso-magnet-t6.htm#6</comments>
			<guid>http://odindeveloping.forumotion.net/releases-f5/super-meso-magnet-t6.htm</guid>
		</item>
	</channel>
</rss>