Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

how do i add server's to list?

Newbie Spellweaver
Joined
Jun 29, 2004
Messages
8
Reaction score
0
Just woundering how do i add servers to the list? Thanks! :drooling1
:iamwithst
 
ffs someone give me an awnser i've been waiting on this all day. COMEON!
:moon: :moon: :moon: :moon: :moon: :moon: :pissed: :pissed: :pissed: :pissed: :pissed: :pissed: :pissed: :pissed: :pissed: :pissed: :pissed: :pissed: : :
 
am also wondering how to get into the game, do i need to hex client or something? there is no thread that mention about client adjustment my server is 192.168.0.1 but how to get my client connect to it? if you could help plz
 
In the client folder ... open the info.dll file

In there you will find where the client can connect to: should look something like this:

It is a .dll so use notepad to edit it and remember to save it before you close with the new changes...

Olympus Sample:

[IP]
Count=3
0=Olympus URL,olympus.hi2.com
1=Olympus IP,80.253.105.11
2=Olympus IP#2,80.253.105.12


Replicate it with your HomeServer and your IP address in the same format.

ie:

[IP]
Count=0
0=HouseServer,192.168.0.1

[Count #]=[whatever u want to appear as text in client],[IP Address]

If you were to have more clients like another rogue server out there you can add more to the .dll file so you only have to use one version and client of RM if versions are the same...

ie:

[IP]
Count=3
0=HouseServer,192.168.0.1
1=BogusServer,xxx.xxx.xxx.xxx
2=BogusServer,my-bogus-server.com

Hope this helps
 
Back