what i need to change for public server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 30, 2006
Messages
34
Reaction score
0
hi all , i have local server and it works , my friends would like to join me in my server , what i need to change for localhost to public by my IP

thanks in advance !
 
change your local ip to your wan ip your find your wap ip here
 
i change only this :

Code:
 [DATABASE]
[B]mysql_host=localhost[/B]
mysql_user=root
mysql_pass=
mysql_database=roseon

[GLOBAL]
AutoQueryTime=600
usethreads=0

[LOGINSERVER]
minimal_access_level=100
[B]loginip=127.0.0.1[/B]
loginport=29000
loginpass=789456
CreateLoginAccount=1

[CHARSERVER]
deletetime=3600
[B]charip=127.0.0.1[/B]
charport=29100
charpass=456123

[WORLDSERVER]
[B]worldip=127.0.0.1[/B]
worldport=29200
worldpass=321654
exp_rate=3
drop_rate=4
drop_type=2
zuly_rate=4
welcome_msg=Bienvenue Sur Cixis Rose !
autosave=1
savetime=120
mapdelay=10
visualdelay=200
worlddelay=700
partygap=10
maxstat=255

and the IP .bat ?? only this ? thanks
 
Status
Not open for further replies.
Back