<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/batch-mmorpg/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/batch-mmorpg/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 17 Aug 2015 06:44:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/batch-mmorpg/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/batch-mmorpg/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;README&lt;br/&gt;
Hello, Let me first thank you for taking time to help develop Batch Army.&lt;br/&gt;
---------------------Goals of this project&lt;br/&gt;
To create a secure batch MMORPG&lt;br/&gt;
To show that batch is more powerful than people give it credit for&lt;br/&gt;
&lt;em&gt;.Making the game faster&lt;br/&gt;
&lt;/em&gt;.Finding a good free ftp server that runs 24/7&lt;br/&gt;
&lt;em&gt;.developing the storyline&lt;br/&gt;
&lt;/em&gt;.develop the player VS player interface.&lt;br/&gt;
*. develop the player to player messaging interface&lt;br/&gt;
That said, let's get to what you need to develop it&lt;br/&gt;
---------------------SETTING UP YOUR SERVER&lt;br/&gt;
--1. an FTP server(included in this zip)&lt;br/&gt;
--2. a text editor(obviously you have one, if not you wouldn't be reading this!)&lt;br/&gt;
open the filezilla folder&lt;br/&gt;
run setup.bat&lt;br/&gt;
click yes to all dialog boxes.&lt;br/&gt;
(if the xcopy doesn't work for you, just copy the game folder into your C: drive&lt;br/&gt;
so you now have a folder called c:\game&lt;br/&gt;
your server is now ready. the username is developer and the password is batcharmy&lt;br/&gt;
you can use filezilla ftp client(not included) or the Windows FTP client to view the files on the server.&lt;br/&gt;
or you can just make your edits directly to c:\game (the game server root)&lt;br/&gt;
----------------------GAME SERVER STRUCTURE&lt;br/&gt;
The original game consists of &lt;br/&gt;
1. The users folder:where the user's username and password would be stored&lt;br/&gt;
2. The people folder: where the merceneries for hire config files are stored&lt;br/&gt;
3. The weapons folder: where the weapons config file is stored&lt;br/&gt;
4. people.txt the list of merceneries for hire&lt;br/&gt;
5. weapons.txt the list of weapons for sale&lt;br/&gt;
6. def.bat the default user config file&lt;br/&gt;
note: if you're creating a new weapon, for example knife:&lt;br/&gt;
--create a new config file called knife.bat in the weapons folder&lt;br/&gt;
--the config file should look like:&lt;br/&gt;
::knife config&lt;br/&gt;
set cost=insert cost here:&lt;br/&gt;
if %cash% LSS %cost% echo Not enouh cash&amp;amp;&amp;amp;pause&amp;amp;&amp;amp;exit /b&lt;br/&gt;
set /a atk=%atk%+ desired attack_increase&lt;br/&gt;
set /a gold=%gold%-%cost%&lt;br/&gt;
echo Attack increased by desired attck increase&lt;br/&gt;
exit /b&lt;br/&gt;
--create an entry in the weapons.txt file specifying the cost, attack/defence increase etc in the appropriate place.&lt;br/&gt;
--the same goes for when you're creating a new mercenery, but you have to factor in health, attack and defence.&lt;br/&gt;
when you've fixed a bug, made an update etc:&lt;br/&gt;
make a file called commit.txt which should include your name, date of edit and edit description.&lt;br/&gt;
happy developing!&lt;/p&gt;
&lt;p&gt;thanks!&lt;br/&gt;
-Jahwi&lt;/p&gt;
&lt;/blockquote&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jawando Adeyanju</dc:creator><pubDate>Mon, 17 Aug 2015 06:44:43 -0000</pubDate><guid>https://sourceforge.net554eddc51a15327a9c7d93619eb0116340bbc72e</guid></item><item><title>Home modified by Jawando Adeyanju</title><link>https://sourceforge.net/p/batch-mmorpg/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/batch-mmorpg/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/jahwi/"&gt;Jawando Adeyanju&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-55d0df0f9095477958af2064" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jawando Adeyanju</dc:creator><pubDate>Sun, 16 Aug 2015 19:05:51 -0000</pubDate><guid>https://sourceforge.netf1168c1ea6b3a8e0a34aa6e6e85a40b08cef05b4</guid></item></channel></rss>