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!

[Tutorial] How to get RMtool Working

Newbie Spellweaver
Joined
Apr 16, 2012
Messages
28
Reaction score
4
First install the SQl server 2005 as a default instance with mixed password for sa login < will need it later so remember the password>.

2. Once the SQL server 2005 is installed go to the totaldb>RM_SERVER_INFO and RM_SERVER_INFO2 check if ServerSetNum is set to 100.
3. open up IdPassword fill in the details default username is sa and the password is what you set it when installing the SQL server.

3. and copy and paste this setting in the setup.ini in rmtool folder

[Nation]
nation=USA

[TotalDBAddress]
DBAddress=(local)

DBName=TotalDB

[MaxInfo]
ItemType=11
ItemNumber=1000

[ServerTool]
TotalServersetNum=1
ServersetIndex1=100
ServersetName1=DragonRajaDB
ServersetDBAddress1=(local)
GameDBName1=DragonRajaDB

[admin]
usingDragon= Admin
db=1

[ProxyServerInfo]
dragon=1
proxy1=192.168.0.9
port1=3001
[Default]
DefaultView=3
DefaultServersetIndex=1
[PathInfo]
GameServerDataServerIP=(local)
IniMakePath=C:\drsever\Ini
DownloadPath1=C:\drsever
GameServerDataPath1=C:\drsever\GameServerData
 
Newbie Spellweaver
Joined
Sep 27, 2007
Messages
14
Reaction score
4
Complementing Reece's tutorial, you have to create a new SQL user or to enable the 'sa' user.

To enable 'sa' user, follow this tutorial:
 
Back
Top