Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Xolitude on April 01, 2013, 10:17:58 pm

Title: Re-writing a master, need help!
Post by: Xolitude on April 01, 2013, 10:17:58 pm
Since I plan on making my MasterServer Open/Free-Source anyway, I am gonna come here for help.

First, let me explain what I did.

I downloaded NetVX Version 2, expecting for it to all work(editing the cfg.ini). But NOTHING worked, Master(NetVX.rb) wouldn't even start without me editing it so now I am practically re-writing it.
So here is my problem:

The actual error in the masterserver
Spoiler: ShowHide
(http://gyazo.com/13e4bcf1337a68c761f79d365ac87e14.png)



The DFO-Master.rb + Client_DFOnline.rb Code
http://pastebin.com/E3zYYTJY - DFO-Master
--
http://pastebin.com/zSUbD5bt - Client_DFO

##################

Any help would be deeply appreciated <3
Title: Re: Re-writing a master, need help!
Post by: Blizzard on April 02, 2013, 02:44:52 am
As I already mentioned in the PM, you are probably missing mysql.so and libmysql.lib (which is kind of retarded because they should be shipped with the server).
I still think you should rather use RMX-OS as a base for an RMVX online system as you should be able to use most of the server and client networking code without many changes.
Title: Re: Re-writing a master, need help!
Post by: Xolitude on April 02, 2013, 12:49:00 pm
I have those =3 but ok... I'll see what I can do with RMX-OS.