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!

[Tut] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!) Web 

Status
Not open for further replies.
Custom Title Activated
Loyal Member
Joined
Apr 8, 2008
Messages
1,125
Reaction score
330
Well, obviously you need to download the essentials.
Located here: http://forum.ragezone.com/showthread.php?t=445617

Follow these steps CAREFULLY.

First things to do
1. Get to know what goes where! Become familiar with your 2.0 folder. :)
Once you're comfortable and know where everything is...
2. Open up LoginPacket.cpp
Code:
 pw.write(5); // IP
 pw.write(33);
 pw.write(68);
 pw.write(122);
Is what mine says now. Before it said something like ip->pw1 - 4 or something, I can't remember.
But change that to your IP.
If you are unware of your IP, look at the Hamachi window. :D
Or goto for your WAN (External) IP.
3. Okay; now that the hard part is done, goto Server.xml in the same Folder as the .cpp files. Here you can edit your worlds and such.
Code:
[URL="file:///C:/Documents%20and%20Settings/Robby/Desktop/Titan%202.0/TitanMS/trunk/src/TitanMS/Server.xml#"][B][COLOR=#ff0000]-[/COLOR][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Server[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]IP[/COLOR][COLOR=#0000ff]>YOUR WAN IP HERE[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]IP[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Password[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Password[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Worlds[/COLOR][COLOR=#0000ff]>Put how ever many worlds you want here. ALL of them work. :D (up to 21.)[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Worlds[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Channels[/COLOR][COLOR=#0000ff]>A number between 1 - 20.[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Channels[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
[URL="file:///C:/Documents%20and%20Settings/Robby/Desktop/Titan%202.0/TitanMS/trunk/src/TitanMS/Server.xml#"][B][COLOR=#ff0000]-[/COLOR][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]MySQL[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Host[/COLOR][COLOR=#0000ff]>DBHOST[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Host[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Port[/COLOR][COLOR=#0000ff]>[/COLOR][B]3306[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Port[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Database[/COLOR][COLOR=#0000ff]>DB[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Database[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Username[/COLOR][COLOR=#0000ff]>DBUSER[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Username[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]Password[/COLOR][COLOR=#0000ff]>DBPASS[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]Password[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]MySQL[/COLOR][COLOR=#0000ff]>[/COLOR]
 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]DefaultNotice[/COLOR][COLOR=#0000ff]>[/COLOR][B]Welcome to TitanMS![/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]DefaultNotice[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]EXP[/COLOR][COLOR=#0000ff]>YOUR EXP RATE[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#990000]EXP[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]Server[/COLOR][COLOR=#0000ff]>[/COLOR]
4. Alright, looking good, right? Wrong! You can't see if it worked or not yet! D: Oh, but how do we do that?!?
Open up Notepad! Then paste this into it:
Code:
start maplestory.exe YOUR WAN / HAMACHI IP HERE 8484
Save it as Launch.bat and put it in your MapleStory Folder. :)
5. Run your Titan 2.0 Server and connect to it using the Batch (BAT) file we just made!
This is where the guide ends if you're using Hamachi. (Excluding the F.A.Q.)


6. Still can't connect? You're cool! You're not using Hamachi! :D
Goto
Code:
192.168.1.1
or
Code:
192.168.0.1
. Put in your credentials (if you do not know them, ask someone who might know it! E.G: your ISP) then goto where you can put in Ports.

7. Once you find out where Port Forwarding is...
Code:
1000 - 9999
Those are the ports you want to forward.
(I have never used a Port Manager where you can only forward one specific port at a time... so I don't know all of the ports required. If someone could give me this information, it'd be REALLY appreciated!)

8. Now re-run your server and try to connect.
You're in-game! Yay! :D





F.A.Q.
I get some error about MySQLM.cpp! Help!
http://forum.ragezone.com/showthread.php?t=445767 :D

Why aren't my NPCs in the NPC Folder?!
http://forum.ragezone.com/showthread.php?t=445721 :I

Why do I disconnect after character selection?!
Goto src/TitanMS/Debug
Copy vc90.pdb.
Paste it in src/TitanMS
Clean the Solution and TitanMS
Build the Solution and TitanMS again and run in Debug/Release/Whatever. Fixed. :)
This F.A.Q. WILL be updated. :I

Good luck, and Happy uh... Titan-ing?...
 
Junior Spellweaver
Joined
Apr 26, 2008
Messages
134
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

first to post ! NICE
 
Custom Title Activated
Loyal Member
Joined
Apr 8, 2008
Messages
1,125
Reaction score
330
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

AHA.
I got past the character selection error.
Updating first post now.
 
Mocro.net
Joined
Feb 3, 2008
Messages
690
Reaction score
96
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

does pirate work?
 
Newbie Spellweaver
Joined
Jun 12, 2008
Messages
22
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

Where can i get TitanMs 2.0? i Really Wanna Use this!
 
Newbie Spellweaver
Joined
Jul 13, 2008
Messages
81
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

this is great!

very nice
 
Joined
Jun 27, 2008
Messages
135
Reaction score
1
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

Thanks this might help people, btw can you upload the source? because
 
Junior Spellweaver
Joined
May 19, 2008
Messages
124
Reaction score
1
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

erm.. where to dl the folder(the one that have that have MapleStoryServer thingy with all the files?
 
Newbie Spellweaver
Joined
Jun 12, 2008
Messages
22
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

Yah...Can i have TitanMs 2.0 / Or the Repack/Source that Has the maplestoryserver thing/the thing that has the server.xml
Please Dont ignore me
THX sorry 2 be noob
 
Initiate Mage
Joined
Apr 24, 2008
Messages
1
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

Yah...Can i have TitanMs 2.0 / Or the Repack/Source that Has the maplestoryserver thing/the thing that has the server.xml
Please Dont ignore me
THX sorry 2 be noob

Same here I need the same thing :drinks_no
 
Junior Spellweaver
Joined
May 20, 2008
Messages
153
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

Might try Titan out soon nice work :)
 
Newbie Spellweaver
Joined
Jul 2, 2008
Messages
29
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

There Wrote This Application has failed to start because wzmss.dll was not found, Re-installing the application may fix this problem, When i double click the Launch.bat file.. Lol

Any Idea? x.x
 
Newbie Spellweaver
Joined
Feb 4, 2008
Messages
30
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

where the fk is server.xml O.O
i can only find .cpp and .h
 
Newbie Spellweaver
Joined
Jul 2, 2008
Messages
29
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

Done,

Im A Singaporean, i Tried Hamachi With My Friends But They Seems To Have Difficult To Start The Client X.x
 
Newbie Spellweaver
Joined
Apr 4, 2008
Messages
28
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

omg how hard is it to find some one that posted ms v55
 
Junior Spellweaver
Joined
Jun 9, 2007
Messages
139
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

I already got 3 of them but when i change the ip to mine it will stop functioning...
 
Newbie Spellweaver
Joined
Apr 21, 2008
Messages
75
Reaction score
4
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

well i fell noob saying this but how do i get the files from the SVN it always comes out as a link to the folder when i save it or click it
 
Initiate Mage
Joined
May 23, 2008
Messages
4
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

well i d/c after selection screen, when my character appears on the map, then i d/c can you help me plz
 
Newbie Spellweaver
Joined
Jul 28, 2008
Messages
11
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

where the fk is server.xml O.O
i can only find .cpp and .h

He explained where it is.. its not where ur c++ files are
 
Initiate Mage
Joined
Apr 8, 2008
Messages
1
Reaction score
0
Re: [Guide] A Guide to Setting Up Titan 2.0 (Both Hamachi and Non-Hamachi!)

can you give more detail of the d/cing at character selection. its alittle confusin
 
Status
Not open for further replies.
Back
Top