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!

If you want change language

Newbie Spellweaver
Joined
Aug 22, 2003
Messages
14
Reaction score
0
Location
seoul
i found other way for language setting.

if change Lang=1 to other setting

you can see BillDB Server Connect Error when run svMapCenter.exe

to without error .. change like this..

use hex editor and open rmDB.dll

find Lang or go to 0x07dc90 hex (7dc90h)

and change Lang to LangDLL

and add LangDLL=1 to rmServer.ini config file

like this..

[Info]
Version=3.8e
Lang=1
LangDLL=1

now you can change language you want..

Lang=1 ---> english
Lang=0 ---> korean

i think .. can more language settings..

for english version of client
[Info]
Version=3.8e
Lang=1
LangDLL=1

for korean version of client
[Info]
Version=3.8
Lang=0
LangDLL=1

^^
 
Last edited:
if you use Chinese version

set like this..

Version=3.8c
Lang=3

and if use 3.8c version

you need MFGS setting.

add next line in rmServer.ini

[MFGS]
http=http://100.100.100.100/mfgs/

like this..

and mfgs update files from client dir ( MFGS\update\*.* )
copy to web server home dir

if home dir is c:\wwwroot\
copy to c:\wwwroot\mfgs\

and you can connect without mfgs error.
 
Back