EOSERV Forum > EOSERV > Making a server that everyone can play on *help*
Topic is locked.
Page: << 1 >>
Making a server that everyone can play on *help*
Author Message
Post #779 Making a server that everyone can play on *help*

HEy can anyone help me with making a Endless online Server

15 years, 8 weeks ago
Post #780 Re: Making a server that everyone can play on *help*
I don't know why idiots are having trouble making it "everyone can teh paly on lulz!" - EOSERV listens on all IP address by default.
The only challenge is if you use NAT and need to set up port fowarding on your router, but that's simple shit you'll find on google.
15 years, 8 weeks ago
Post #781 Re: Making a server that everyone can play on *help*

hey thanks sausage ill keep trying

15 years, 8 weeks ago
Post #791 Re: Making a server that everyone can play on *help*

TO make a server every one can play on you need to have mysql(download).Once you have downaloded it you will need to install it.You can either choose typical or complete install but if you choose typical install you might have a probelm with the space in program files when your service tries to run.Once you see the port number leave it at 3306.Then you need to install mysql as a service and put a password on it.Then download heidisql.Set it up and then run it.When you run it you will need to make a connection to mysql with it.In the username spot type root and in the password spot type your mysql password.Then slick connect+save.Then you will need the eoserv debugger download from the eoserv site.Once you have that downloaded you must run the install.sql with heidisql.Then you will have a database name it eoserv.NOw you wil have ur server started.To use ur server go to the eoserv debugger and open the config file and make it look like this but with your mysql information isntead.


### SERVER ###

## Host
# The IP address the server should listen on
# 0.0.0.0 = all
Host = 0.0.0.0

## Port
# The port the server should listen on
Port = 8078

## MaxConnections
# The maximum number of connections the server will open
MaxConnections = 800

## ListenBacklog
# The maximum number of half-open connections that can be queued up
ListenBacklog = 100

## MaxPlayers
# The maximum number of players who can be online
MaxPlayers = 600

## MaxConnectionsPerIp
# The maximum numbers of connections one IP address can open
MaxConnectionsPerIP = 2


### DATABASE ###

## DBType
# Database type (mysql or sqlite)
DBType = mysql

## DBHost
# MySQL hostname / SQLite filename
DBHost = 127.0.0.1

## DBUser
# Database username (MySQL only)
DBUser = (YOUR MYSQL USERNAME HERE)

## DBPass
# Database password (MySQL only)
DBPass = (YOUR MYSQL PASS HERE)
## DBPass
# Database name (MySQL only)
DBName = eoserv


### MISC ###

## PKServer
# Enables PK on all maps except citys and spawn points
PKServer = 0

## PKRestrict
# Restrict PKing to people within X levels of a character
# 0 = disabled
PKRestrict = 5

## Deadly
# When a player dies, they lose 1% of their EXP and all their items are dropped
Deadly = 1


Then save the file and open the debugger and change your regular endless online ip adress to localhost and register and u made an endless online server. GOOD LUCK!!

15 years, 8 weeks ago
Post #792 Re: Making a server that everyone can play on *help*

first of all i already made a guide for this, anyways, theres a problem with your guide, eoserv wotn accept any other username for mysql other than eoserv....

15 years, 8 weeks ago
Post #795 Re: Making a server that everyone can play on *help*

My username for mysql is hsarc so it can accept other names but you have to do it a certain way

15 years, 8 weeks ago
Post #796 Re: Making a server that everyone can play on *help*

EDIT: Nevermind, figured it out..

15 years, 8 weeks ago
Post #801 Re: Making a server that everyone can play on *help*

ok i am having trouble with mysql i have a 32-bit OS *vista* Home premium any ideas? or is their one for it that i just didnt see

15 years, 8 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Making a server that everyone can play on *help*