<?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>MMORPG Maker</title>
	<atom:link href="http://www.mmorpgmaker.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mmorpgmaker.net</link>
	<description>MMORPG Maker XB</description>
	<lastBuildDate>Tue, 03 Jan 2012 12:21:57 +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>Tutorial: Custom Player Sprite Selection</title>
		<link>http://www.mmorpgmaker.net/custom-player-sprite-selection/</link>
		<comments>http://www.mmorpgmaker.net/custom-player-sprite-selection/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 04:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[mmorpg]]></category>
		<category><![CDATA[mmorpg maker]]></category>
		<category><![CDATA[mmorpg maker xb]]></category>
		<category><![CDATA[mmorpg maker xp]]></category>
		<category><![CDATA[online games]]></category>
		<category><![CDATA[online rpg]]></category>
		<category><![CDATA[sprite]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://www.mmorpgmaker.net/?p=88</guid>
		<description><![CDATA[Do you want players of your MMORPG or online RPG game to be able to select their own player sprites and characters? Using MMORPG Maker XB, you can implement this feature using panels and events. For those that don&#8217;t already have it, you can get MMORPG Maker XB at: http://www.mmorpgmakerxb.com 1. Start by creating a [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want players of your MMORPG or online RPG game to be able to select their own player sprites and characters?  Using MMORPG Maker XB, you can implement this feature using panels and events.</p>
<p>For those that don&#8217;t already have it, you can get MMORPG Maker XB at:</p>
<p><a href="http://www.mmorpgmakerxb.com" target="_blank">http://www.mmorpgmakerxb.com</a></p>
<p>1. Start by creating a new panel.  You can list available player sprites and animations however you want, but in this tutorial, we&#8217;ll use the &#8220;Sprite Object&#8221; plugin.</p>
<p>2. Insert the &#8220;Sprite Object&#8221; plugin into your panel for every sprite you want to make available for the player to select.</p>
<p>3. In the Events Editor, create a new condition.  Select &#8220;On Mouse Clicks Object&#8221; from the default Keyboard/Mouse Object.  A dialog should appear asking you which object you want to check was clicked on so select the Sprite Object you want to change the player&#8217;s sprite to.</p>
<p>4. Use the &#8220;System&#8221; object to set a global variable.  You can name the global variable whatever you want, but in this tutorial, we&#8217;ll name it &#8220;PlayerSprite.&#8221;</p>
<p>When the user clicks the first player sprite, set the variable to &#8220;1&#8243;<br />
When the user clicks the second player sprite, set the variable to &#8220;2&#8243;<br />
And so on&#8230;</p>
<p>Alternatively, you can set the variable to something more memorizable.  For example, if the player clicks a knight sprite, set it to &#8220;knight.&#8221;  If the player selects a priest sprite, set it to &#8220;priest.&#8221;</p>
<p>5. Add another action below the global variable action we just finished and choose the System Object&#8217;s &#8220;Go to Panel.&#8221;  Select the &#8220;Game&#8221; panel that takes you to the actual game and levels.</p>
<p>6. Spice up the character selection screen with text, images, etc.  Click the &#8220;Compile&#8221; button at the top and then click &#8220;Save.&#8221;</p>
<p>7. Go to your &#8220;Game&#8221; panel and go to the Events Editor.  Create a new condition that occurs on panel load.  Add another condition to the same event and use the System Object&#8217;s &#8220;Custom Expression.&#8221;  In the Custom Expression, check the &#8220;PlayerSprite&#8221; variable to see if it equals &#8220;1&#8243;, &#8220;2&#8243;, etc.</p>
<p>8. Add a new action.  From the Player Object, select &#8220;Set Sprite.&#8221;  If the &#8220;PlayerSprite&#8221; variable equals &#8220;1,&#8221; set it to the &#8220;Knight&#8221; sprite (or any sprite of your choosing that corresponds to the sprite you had setup in the character selection screen).  If it equals &#8220;2,&#8221; set it to the &#8220;Priest&#8221; sprite, and so on&#8230;</p>
<p>9. Click the &#8220;Compile&#8221; button and then save the updated &#8220;Game&#8221; panel.</p>
<p>10. Load your character selection panel back up and click &#8220;Play.&#8221;</p>
<p>11. Select a sprite in the character selection screen.  Once you&#8217;ve selected a sprite, you should be immediately taken to your game, and your player character will be whichever sprite you just chose!</p>
<p>If you want to create your own online MMORPGs and games (without needing to program) or if you want more information about MMORPG Maker XB, go to:</p>
<p><a href="http://www.mmorpgmakerxb.com" target="_blank">http://www.mmorpgmakerxb.com</a><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mmorpgmaker.net/custom-player-sprite-selection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Custom Map Tilesets</title>
		<link>http://www.mmorpgmaker.net/tutorial-custom-map-tilesets/</link>
		<comments>http://www.mmorpgmaker.net/tutorial-custom-map-tilesets/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 07:38:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[mmorpg]]></category>
		<category><![CDATA[mmorpg maker]]></category>
		<category><![CDATA[mmorpg maker xb]]></category>
		<category><![CDATA[online game]]></category>
		<category><![CDATA[online games]]></category>
		<category><![CDATA[online rpg]]></category>
		<category><![CDATA[rpg]]></category>
		<category><![CDATA[tilesets]]></category>

		<guid isPermaLink="false">http://www.mmorpgmaker.net/?p=47</guid>
		<description><![CDATA[While making your MMORPG or online RPG game, you&#8217;ll probably want to use your own tilesets and graphics. With MMORPG Maker XB, it&#8217;s easy to use your own graphics and tilesets. Here&#8217;s how: 1. In the top menu bar, you should see a button labeled &#8220;Import.&#8221; Click on it. 2. In the dialog that appears, [...]]]></description>
			<content:encoded><![CDATA[<p>While making your MMORPG or online RPG game, you&#8217;ll probably want to use your own tilesets and graphics.  With <a href="http://www.mmorpgmakerxb.com" rel="nofollow">MMORPG Maker XB</a>, it&#8217;s easy to use your own graphics and tilesets.</p>
<p>Here&#8217;s how:</p>
<p>1. In the top menu bar, you should see a button labeled &#8220;Import.&#8221;  Click on it.</p>
<p>2. In the dialog that appears, select the drop-down menu.  Select &#8220;Tilesets&#8221; so we can upload to the tilesets folder.</p>
<p>3. Click the &#8220;Browse&#8221; button to search your computer hard drive for game tilesets.</p>
<p>4. Click the &#8220;Import&#8221; button when you&#8217;re finished.</p>
<p>5. On the left sidebar, open the &#8220;Tilesets&#8221; folder.</p>
<p>6. Double-click your imported tileset.</p>
<p>7. You can now start using your own custom tileset!</p>
<p>Hint: Hold your mouse button down and drag to select multiple tiles at once.</p>
<p><a href="http://www.mmorpgmakerxb.com" rel="nofollow">Click here to get MMORPG Maker XB</a><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mmorpgmaker.net/tutorial-custom-map-tilesets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make an MMORPG</title>
		<link>http://www.mmorpgmaker.net/how-to-make-mmorpg-games/</link>
		<comments>http://www.mmorpgmaker.net/how-to-make-mmorpg-games/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 07:08:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how to create online mmorpg]]></category>
		<category><![CDATA[how to make a mmorpg]]></category>
		<category><![CDATA[how to make an mmorpg]]></category>
		<category><![CDATA[how to make mmorpg games]]></category>
		<category><![CDATA[mmo]]></category>
		<category><![CDATA[mmorpg]]></category>
		<category><![CDATA[mmorpg maker]]></category>
		<category><![CDATA[mmorpg maker xb]]></category>
		<category><![CDATA[mmorpg maker xp]]></category>
		<category><![CDATA[online game]]></category>
		<category><![CDATA[online games]]></category>
		<category><![CDATA[online rpg]]></category>
		<category><![CDATA[rpg]]></category>

		<guid isPermaLink="false">http://www.mmorpgmaker.net/?p=28</guid>
		<description><![CDATA[Have you ever wanted to learn how to make online MMORPG games like WoW (World of Warcraft) or Runescape without programming? If you dream of creating your own MMORPG online game, read on&#8230; The program we&#8217;ll be using to make an MMORPG without programming is MMORPG Maker XB. You can get MMORPG Maker XB at: [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to learn how to make online MMORPG games like WoW (World <a href='http://atlantic-drugs.net/products/viagra.htm'>of</a> Warcraft) or Runescape without programming?</p>
<p>If you dream of creating your own MMORPG online game, read on&#8230;<br />
<span id="more-28"></span><br />
The program we&#8217;ll be using to make an MMORPG without programming is <a href="http://www.mmorpgmakerxb.com" target="_blank">MMORPG Maker XB</a>.  You can get <a href="http://www.mmorpgmakerxb.com" rel="nofollow" target="_blank">MMORPG Maker XB</a> at:</p>
<p><a href="http://www.mmorpgmakerxb.com" rel="nofollow" target="_blank">http://www.mmorpgmakerxb.com</a></p>
<p>1. First, to make an MMORPG, we&#8217;ll need to register and login to MMORPG Maker XB and create a new project.</p>
<p>2. On the left of the editor, you&#8217;ll see two panels.  The top is a file and folder structure which we&#8217;ll call the &#8220;Project Pane,&#8221; and the bottom half is the &#8220;Tiles Pane.&#8221;</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/2.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/2.png" alt="Online RPG maker" title="MMORPG Maker XB Editor" class="alignnone size-full wp-image-52" /></a></p>
<p>3. In your Project Pane, open the &#8220;Maps&#8221; folder and double-click on the &#8220;Sample&#8221; map.  The &#8220;Sample&#8221; level should now load.</p>
<p>4. The sample map should now be open so open the &#8220;Tilesets&#8221; folder in the Project Pane and choose an outdoor tileset.  Once you&#8217;ve selected the tileset, choose a tile and paste it to the &#8220;Sample&#8221; map.  We recommend using a ground tile for now.  We decided to paste a dirt tile in front of the house door; here&#8217;s a screenshot:</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/3.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/3.png" alt="Online RPG maker game tileset tiles" title="Game Tilesets" class="alignnone size-full wp-image-54" /></a></p>
<p>5. Maybe we should spice up the house a bit.  Let&#8217;s try adding an inn sign to the right side of the house.  Click the &#8220;Layers&#8221; button at the top, and choose the top layer (Layer 3).  Select the inn tile (you&#8217;ll need to click and drag to select the multiple tiles that make up the inn sign tile), and paste it to the right side of the house as seen below:</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/5.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/5-150x150.png" alt="Online RPG maker tile layers" title="Game Tile Layers" width="150" height="150" class="alignnone size-thumbnail wp-image-67" /></a></p>
<p>6. Click the &#8220;Play&#8221; button and you should see all the tiles you added and any changes you made to the map in live gameplay!  Here&#8217;s a screenshot of what it looks like for us (notice the dirt tile and inn sign):</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/6.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/6.png" alt="MMORPG Maker RPG" title="MMORPG Maker RPG" class="alignnone size-full wp-image-70" /></a></p>
<p>7. Click the &#8220;Save&#8221; button to save your updated map.</p>
<p>8. Click the &#8220;Import&#8221; button at the top to use your own custom tilesets, sprites and animations, or graphics.</p>
<p>9. Now for something a little more advanced.  Let&#8217;s start creating a custom interface for our game.</p>
<p>10. Start by clicking the &#8220;Import&#8221; button at the top.  Create an image for a chat bar and a message box.  Import your custom-made graphics into MMORPG Maker XB.  Make sure you import into the &#8220;Images&#8221; folder!</p>
<p>11. In the Project Pane, click the &#8220;Panels&#8221; folder so the folder becomes highlighted.</p>
<p>12. Click the &#8220;New&#8221; button at the top-left corner to create a new panel.  Panels can be used to create custom interfaces, custom login and registration screens, and more.  You can do almost anything with panels and it&#8217;s what allows MMORPG Maker XB to allow you to make fully customizable games.</p>
<p>13. After you created a new panel, your screen will probably look like this:</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/8.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/8.png" title="MMORPG Maker Custom Interface" alt="Online RPG maker Custom Interface" class="alignnone size-full wp-image-74" /></a></p>
<p>14. What you have is an empty panel.  Anything outside the borders and in the gray area is considered to be &#8220;outside&#8221; the panel.</p>
<p>15. In order to use our imported images in our new panel, we need to use plugins.  Click the &#8220;Plugins&#8221; button in the top menu bar and select the &#8220;Image Object&#8221; from the plugins list:</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/12.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/12.png" alt="MMORPG Maker Plugins" title="MMORPG Maker Plugins" class="alignnone size-full wp-image-76" /></a></p>
<p>16. Click anywhere in the panel to insert the Image Object.  Once you paste the Image Object, a dialog should appear prompting you to select an image.  Select the chat bar image and place it wherever you want.  We&#8217;re placing our chat bar at the bottom.</p>
<p>17. Insert another Image Object, but, this time, select the message box graphic.  Move your message box graphic wherever you want.  We chose to put our message box above our chat bar:</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/15.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/15.png" alt="Online RPG maker custom UI" title="MMORPG Maker Custom UI" class="alignnone size-full wp-image-78" /></a></p>
<p>18. Insert a &#8220;Text Object&#8221; plugin which will be used to display message box text, and fit the Text Object inside the message box graphic (make sure you adjust the layers so the Text Object appears over the message box graphic):</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/16.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/16.png" alt="Online RPG maker custom GUI" title="MMORPG Maker Custom GUI" class="alignnone size-full wp-image-79" /></a></p>
<p>This concludes our beginner&#8217;s tutorial for now, but if you want to find out how to add events and functionality to your custom interface (e.g. click events, show/hide message box functions, etc.) and if you want to learn how to create your first full MMORPG game, go to the MMORPG Maker XB tutorials section on the official website at:</p>
<p><a href="http://www.mmorpgmakerxb.com" rel="nofollow" target="_blank">http://www.mmorpgmakerxb.com</a></p>
<p>You can get MMORPG Maker XB and get started on creating your own MMORPG game today at:</p>
<p><a href="http://www.mmorpgmakerxb.com" rel="nofollow" target="_blank">http://www.mmorpgmakerxb.com</a><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mmorpgmaker.net/how-to-make-mmorpg-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Online Games</title>
		<link>http://www.mmorpgmaker.net/how-to-make-online-games/</link>
		<comments>http://www.mmorpgmaker.net/how-to-make-online-games/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 07:07:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how to make a online game]]></category>
		<category><![CDATA[how to make an online game]]></category>
		<category><![CDATA[how to make online game]]></category>
		<category><![CDATA[how to make online games]]></category>
		<category><![CDATA[mmo]]></category>
		<category><![CDATA[mmog]]></category>
		<category><![CDATA[mmorpg]]></category>
		<category><![CDATA[mmorpg maker]]></category>
		<category><![CDATA[mmorpg maker xb]]></category>
		<category><![CDATA[online game]]></category>
		<category><![CDATA[online mmorpg]]></category>
		<category><![CDATA[online rpg]]></category>

		<guid isPermaLink="false">http://www.mmorpgmaker.net/?p=26</guid>
		<description><![CDATA[Have you ever wanted to learn how to make online MMORPG games like WoW (World of Warcraft) or Runescape without programming? If you dream of creating your own MMORPG online game, read on&#8230; The software we will be using to make online games without programming is MMORPG Maker XB. You can get it at: http://www.mmorpgmakerxb.com [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to learn how to make online MMORPG games like WoW (World of Warcraft) or Runescape without programming?</p>
<p>If you dream of creating your own MMORPG online game, read on&#8230;<br />
<span id="more-26"></span><br />
The software we will be using to make online games without programming is <a href="http://www.mmorpgmakerxb.com" target="_blank">MMORPG Maker XB</a>.  You can get it at:</p>
<p><a href="http://www.mmorpgmakerxb.com" target="_blank" rel="nofollow">http://www.mmorpgmakerxb.com</a></p>
<p>1. In order to create an online game, we first need to register for MMORPG Maker XB.  Once you&#8217;ve registered, create a new project.  It doesn&#8217;t matter what you name your project at this point; it&#8217;s for your reference only.</p>
<p>2. Once you&#8217;ve created a new project, you should be taken to the editor screen with a full interface.</p>
<p>3. On the left hand side, you should see a files/folders list.  This is the &#8220;Project Pane.&#8221;  Below it, you will see the &#8220;Tileset Pane&#8221; or &#8220;Tiles Pane&#8221; where you can select tiles.  You will also see some other tabs such as &#8220;Objects&#8221; and &#8220;Properties,&#8221; but we&#8217;ll worry about that later.</p>
<p>4. In the &#8220;Project Pane,&#8221; double-click the &#8220;Sample&#8221; map (in your &#8220;Maps&#8221; folder) to open it.  Your screen will probably look like this:</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/2.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/2.png" alt="" title="MMORPG Maker XB Editor" class="alignnone size-full wp-image-52" /></a></p>
<p>5. In the &#8220;Tiles Pane,&#8221; select some ground tiles and paste it down on the map.  I chose a dirt tile and pasted it in a few spots scattered throughout the map:</p>
<p><a href="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/3.png" target="_blank"><img src="http://www.mmorpgmaker.net/wp-content/uploads/2011/03/3.png" alt="Game Tilesets" title="Game Tilesets" class="alignnone size-full wp-image-54" /></a></p>
<p>6. If you don&#8217;t want to limit yourself to ground or floor tiles, click the &#8220;Layers&#8221; button at the top menu.  Select a higher layer to paste bushes, trees, signs, and so on.</p>
<p>7. Click &#8220;Play.&#8221;  You have now begun making your first online RPG game using MMORPG Maker XB.  Walk around, go inside the house (or even edit the house level), or do whatever you want!</p>
<p>8. Yes, it really was that easy to start making your own online game in MMORPG Maker XB.  However, if you want to create vast worlds and customize your game more, you&#8217;ll need to put in some more time.  MMORPG Maker XB has plenty of advanced features if you want to completely customize your game; the goal of MMORPG Maker XB is to make it easy for no two games to look or play the same!</p>
<p>9. You can create custom interfaces, import custom tilesets, create custom sprites and animations, setup custom events to bring your world to life, and more with MMORPG Maker XB.  Check out the MMORPG Maker XB forums and tutorials for more help to create an online game.</p>
<p>Once again, you can visit MMORPG Maker XB at:</p>
<p><a href="http://www.mmorpgmakerxb.com" target="_blank" rel="nofollow">http://www.mmorpgmakerxb.com</a><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mmorpgmaker.net/how-to-make-online-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
