Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Web [Tut]How to make v90 Server

Newbie Spellweaver
Joined
Mar 19, 2011
Messages
57
Reaction score
4
Its my first tut :).

You need :


/




1.Mysql
Steps :
Click the link above
Download the correct MySQL for your computer.
After the download is finished, run it and start installing!
Choose Complete for the Setup type.
When configuring your MySQL server, choose detailed configuration.
Make sure Configure The MySQL Server now is ticked!
Select Developer Machine or Server Machine if your computer is quite good.
Select Multifunctional Database.
Leave InnoDB Tablespace Settings as default
Select Online Transaction Processing (OLTP)
If you're hosting it on a dedicated server, leave Enable TCP/IP Networking and tick Add firewall exception. If you're not, untick Enable TCP/IP Networking and do not tick Add firewall exception for this port
Leave Enable Strict Mode as it is.
Select Standard Character Set
Make sure Install As Windows Serivce is tick and make sure Launch the MySQL Server automatically is ticked as well.
Do not tick Include Bin Directory in Windows PATH unless you know what you're doing.
Set your root pasword.
Then click finish / execute / done.

Credits: Xerixe

Steps :
1.Scroll down and choose the correct installer for your computer.
2.Download and open the file!
3.I forgot the installation steps, but it should be simple and easy, just keep clicking next :).

Credits: Xerixe


Server:
1.download/ snv the delphi source.
2.(Extract The source)
3.Start up Mysql And login.
4.Then go in the source>Sql scripts.
5.Extract the 0.3 mcdb 4.3 for v0.90 in the delphi>Sql scripts.
6.Then drag / open the 0.3 mcdb 4.3 for v0.90 in mysql and excute it.
7. Drag / Open the 01 Main DB and excute it to.
8. close mysql

9.Go into delphi>bin and open mapleserverv90.
10.click on the right top : settings
11.fill in your ip or hamachi ip if you want it public els keep it 127.0.0.1.
12.go to the tab "worlds"
13.right click and "Add World"
14.Right click again (on the world) And "Change channel count"
15.Click the tab Features and fill it like you want it.
16. Click the save button.
17. If you host it on 127.0.0.1 then your done :) and you can start the server.

But if you did it on public ip then you got to

hexedit the client:

Download:

1.Open hex editor.
2.Ctr+f and search for 127.0.0.1
3.Then replace all the 127.0.0.1 with your public ip.
4.Save it and you done.

How to make an account:
1.Start the mapleserverv90.
2.On the top left you will see "Create an account".
3.Click on it and follow it.

Enjoy :)

Credits :

Xerixe (for the mysql)
Hendi48 (for the source and Localhost)

If i Forgot something please Tell me it :).

How to Compline in Delphi :
By Savage

samsong - [Tut]How to make v90 Server - RaGEZONE Forums

samsong - [Tut]How to make v90 Server - RaGEZONE Forums

samsong - [Tut]How to make v90 Server - RaGEZONE Forums

samsong - [Tut]How to make v90 Server - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Jan 2, 2012
Messages
2
Reaction score
0
Thanks for the tutorial :], but I'm stuck lol. I downloaded everything and made my account, but when I click the mushroom, a blank window pops up that says "ok". . . Now what?
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
61
Reaction score
0
Nice tut works nicly
but just a question how do i eddit me self as Admin on the server
i tried doing it in msql but doesnt really work?
Can u explain that.
 
Newbie Spellweaver
Joined
Mar 19, 2011
Messages
57
Reaction score
4
the gm is not like most java coded sources. you dont got white text and gm commands start with "/". Like "/item"
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
61
Reaction score
0
Soo u cant change into like Super Gm / Admin etc ?
 
Newbie Spellweaver
Joined
Mar 19, 2011
Messages
57
Reaction score
4
not sure. I was just try-ing somethings with this source and it worked. im not a fan of it because its incompleted. That why i releasd this tut D:. you gotta look yourself for the supergm/admin things.
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
61
Reaction score
0
aah alright alright ty well it works perfectly tho not that incompleted really just need too find out how too change the stuff in msgl
 
Back
Top