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!

[Release/Tut] Fully Working Tanky Server.

The beer?? Its here !!!
Loyal Member
Joined
Jan 9, 2007
Messages
1,621
Reaction score
104
Great news,
I have re started me Tanky project, and now its all working fine. No more Crashes.

I think you all know how you create an ODBC for mssql server 2005, so i will skip that part

What you need?
MSSQL Server 2005
Computer with internet connection
A brain.

1> Download the Server Files, See attechments file qtank1.rar
2> Extract it.
3> Download the English client
4> Extract it.
5> Edit the ServerSetup.dat to your settings. See example
Code:
[LOGINSERVERIP]
IP =[B]Your IP HERE[/B]
[SERVERDATA]
SN = 2 // dont change this.
NAME = [B]Your Server Name here[/B]
6> Now comes the hard part. The Database

  1. Download the database attachment. Database.rar
  2. Open it with the mssql studio and execute it.
  3. Change the pass of user tank to 1111
  4. Create an SystemDSN named qtank
  5. Done with the database for now.
6> Open ClientSetup.dat of the client. And change the ip to you WAN-IP And save it
7> Forward this ports: 3000~3001 and 8101~9200 on TCP
8> Download the register page, and extract it to you web server like Xampp/Wamp
9> Edit the Index.php and change this part NOTHING ELSE!!!
Code:
//Edit to fit YOUR requirements.
$servername = "Rotanaƒ
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Apr 17, 2006
Messages
217
Reaction score
36
you can add money in the userdata table, and execute the itemlist table. Then i should all work.

hmm meybe somthing is wrong ..

Rotana - [Release/Tut] Fully Working Tanky Server. - RaGEZONE Forums


and when i have 0 $ i can bye all items :?
 
Extreme Coder - Delphi
Loyal Member
Joined
Sep 8, 2007
Messages
1,381
Reaction score
39
Nice release, i will test as soon as possible
 
Junior Spellweaver
Joined
Mar 9, 2006
Messages
145
Reaction score
4
please i need the client files... thanks a lot for the release.
 
Back
Top