Rpg Maker VX Online Support..

Started by jcsnider, September 30, 2009, 07:26:42 am

Previous topic - Next topic

jcsnider

Well here is something new, someone contacted me and asked me to host his game, he said he was making a pirate game using Vampyr online engine...
I dont know how well made it is but it looks good, it seems to have many features RMX-OS Has along with SBABS and such...
http://rmrk.net/index.php?topic=34844.0


Copied from above link!

Changelog: ShowHide

QuoteFixed check_value error;
Fixed Hud Hotkeys and Character Status;
Fixed chat on all map;
Added option to choose the shop items price (the value that items price is divided);
Fixed two sword styles actor and window equip;
Fixed GM commands (/kick x, /suspend x, /ban x where x = player's name);
Fixed character creation;
Fixed other minor bugs;

Beta 1.0.5 - 09/19/2009

Added Self Switches Control (Need new database);
Added Texts to Hud HP, MP and EXP;
Added Amount Box to Trade;
Amount box not needed if your item number <= 1;
Fixed Armors sprites above events;
Fixed minor bugs;
Beta 1.0.4 - 09/18/2009

Added faces (must change the Database.sdf to new);
Added Amount window to shop, inventory and warehouse;
Fixed don't save actor graphics when it changes;
Fixed some bugs of In-game registration;
Added Anti Sql-Injection on php registration;
Fixed Vocab errors;
Added easy setup-class creation;
Added scrollbars for shop, inventory and trade window;
Fixed more minor bugs;
Beta 1.0.3 - 09/17/2009

Fixed Message Window;
Fixed armors on trade window;
Fixed Network players movement;
Added Register In-game;
Fixed php registration page;
Fixed another equipments kinds (Boots, Gloves, Cape and Necklace);
Added guide to change equips sprites and kinds;
Fixed minor bugs;
Beta 1.0.2 - 09/15/2009

Fixed Visual Equipment;
Fixed windows don't close when walk;
Fixed Guild error;
Fixed close chat box when press X and cast skills and items when type;
Added message balloon;
Added 1st part of PVP (can attack with weapons);
Added Safe Areas to ABS (Areas where player will respawn when dies);
Fixed minor bugs;
Beta 1.0.1 - 09-14/2009

Fixed Message Window don't appear;
Fixed warehouse withdraw item disappear;
Fixed teleport and player on map don't disappear;
Fixed Emotions;
Fixed Game Over (Vampyr Net ABS start being build);
Fixed some other minor bugs;
Beta 1.0.0 - 09/13/2009

Server uses now, SQL Compact Edition;
Server can generate a list of Accounts, characters, Guilds, etc in Microsoft Excel;
Creation and exclusion of chars (5 chars per account);
Switches and Variables save in Database;
Guild System (Creation is based on Mu guild system)
Trade system;
Warehouse system;
IP blocker;
Admin can talk with players using the server window;
Visual Equipment with online support;
Block and Suspense system (Block is undefined days, Suspense is one week);
Font color of chat and display name of GM and Admin is different of the others players;
GM and Admin chat commands:
/Suspend player_name - Suspend a player

/Block player_name - Block a player

/Kick player_name - Kick the player

Chat with case insensitive filter;
Widgets (Windows enhancements identical to Windows Vista);
Chat multi-colors (for Guild talk, whisper, friends talk, scream, etc...)
Path Finding (ca be turned on/off);
Skills window with separator of kinds of skills;
Chat with filer case insensitive;
Points distributions when level-up;
Max level 9.999;
Visual Equipment with online support and kinds of 8 equipments


Install Instructions: ShowHide

QuoteServer side:

1st of all, if you use a router, you need to open the port 50000 on this, otherwise the server will not start!

Install SqlCE 3.5;
Open the server;
Go to tab Sql and click on button Select DB;
Navigate until the server's folder and select the BloodyDB.sdf;
Click on button Sql Connect;
Go to tab "Server" and click on button Start Server;
Client side:
Go to script Configuration and edit the server IP and Port;
Site:

Download and install some Apache server;
Extract the content of PHP Register to www folder;
Go to Config.php and edit:
$database = "PUT ENTIRE PATH OF DATABASE HERE";
$password = "PUT PASSWORD OF DATABASE (IF HAVE)";
$md5_encryption = true or false (Default = true for md5 password encryption of accounts);

Battle System:

Safe Areas:
Create an area on map named Safe Area, and add the number of maps separate by comma

Example: Safe Area 3,4,5,6, that means the player will be transferred for map of the area, if he is in one of the maps sated on the area name.

Shops

Go to folder Data/Shops on server side
Notice, there is a file name Shop1.ini, open it.
Notice the body of this file is like so:
items = [1,2,3]

weapons = [1,2,3]

armors = [1,2,3]

If you want to make another shop with different items, copy this file and rename for Shop2.ini, Shop3.ini, Shop4.ini, etc. Change the numbers of items separated by commas, those numbers are IDs of items in the database. Example: Shop2.ini
items = [5,6,7,8,9,10]

weapons = [1,2,3,4,5]

armors = [7,8,9]

Classes:
To create different characters on selection screen, go to database and create normal classes and actors. But, on actors names, you must put Male or Female on its name, so it will appear automatically on character selection window.

Equipments
To set other kinds of equipments to equip, go to notes of armors and put command:

Kind = 4, 5, 6 or 7 where 4 = Gloves, 5 = Boots, 6 = Necklace, 7 = Cape

To set graphics of equipments when equip, put the sprites on folder Graphics/Equipments and put on notes of armors: Graphic = X, where X is the name of sprite.


Screenshots: ShowHide





Downloads:
Vampyr SBABS 1.0.6 - http://cid-928c1ca35718a838.skydrive.live.com/self.aspx/Scripts/With%20Demo/Vampyr%20Net%20Gaming.zip
Sql CE 3.5 - http://www.microsoft.com/downloads/details.aspx?FamilyId=DC614AEE-7E1C-4881-9C32-3A6CE53384D9&displaylang=en
AppServ - http://www.appservnetwork.com/


This is for Rpg Maker VX for those who don't have Rpg Maker XP, if you have XP use RMX-OS it is the best anyways.