Hi all, alot of people don't know how to config their Siege Server online correctly, here i will make a perfect guide for you to put it online and to resolve "account already connected problem".
(Note: This guide was made by me and only me and thanks to m1st4ck for the info long ago. During making of this GUIDE, I didnt look/take on someone else guide and steal info.)
Now the problem is not in your Store Procedure under WZ_DISCONNECT_MEMB and WZ_CONNECT_MEMB. If those procedure got error, then you will notice that your server has Login Freeze. The only thing to resolve this "Already Connected Issue" is to follow this guide.
First off, if you are on a router, forward port 55903 if your Siege Server use that port on statup.
If not, forward something else that your Siege Server using.
Now, go to:
and open hosts.
Now, it will ask you to choose a program to open that file. Select NotePad.
Then you will see something like this:
Click the last letter t of the word localhost and make a new line. this will allow you to add another IP and the domain.
Now it should be like this:
Put your IP and name that IP to watever you want. you need to add Local and Global IP.
Now, open your:
and edit the IP.
Make sure to put GLOBAL IP, not Local but GLOBAL. even if you are on a router, use GLOBAL IP. Also the Port of that IP and server code should match the Connectserverlist.dat. if not, you will have trouble warping to Valley of Loren. For the Siege Server link argument, use LOCAL IP, not global. and the last port should match and server code and port of the server code are using.
Forward the following port:
Link Argument for Siege Server:
So it should look:
save it and restart your server.
Credits: Liselotte[DWT] and some info from m1st4ck
have fun playing siege server
(Note: This guide was made by me and only me and thanks to m1st4ck for the info long ago. During making of this GUIDE, I didnt look/take on someone else guide and steal info.)
Now the problem is not in your Store Procedure under WZ_DISCONNECT_MEMB and WZ_CONNECT_MEMB. If those procedure got error, then you will notice that your server has Login Freeze. The only thing to resolve this "Already Connected Issue" is to follow this guide.
First off, if you are on a router, forward port 55903 if your Siege Server use that port on statup.
If not, forward something else that your Siege Server using.
Now, go to:
Code:
C:\WINDOWS\system32\drivers\etc
Now, it will ask you to choose a program to open that file. Select NotePad.
Then you will see something like this:
Code:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
[COLOR=Red][B]127.0.0.1 localhost[/B][/COLOR]
Now it should be like this:
Code:
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
[B]123.123.11.12 mymuserver
192.168.xxx mumuserverlocal[/B]
Put your IP and name that IP to watever you want. you need to add Local and Global IP.
Now, open your:
Code:
Data\MapServerInfo.dat
Make sure to put GLOBAL IP, not Local but GLOBAL. even if you are on a router, use GLOBAL IP. Also the Port of that IP and server code should match the Connectserverlist.dat. if not, you will have trouble warping to Valley of Loren. For the Siege Server link argument, use LOCAL IP, not global. and the last port should match and server code and port of the server code are using.
Forward the following port:
Code:
[B][COLOR="Blue"]55903[/COLOR][/B]
Link Argument for Siege Server:
Code:
Lan/Local IP! 55970 Lan/Local IP! 55960 [COLOR="Red"][B]55903[/B][/COLOR]
Code:
192.168.xxx 55970 192.168.xxx 55960 [b]55903[/b]
save it and restart your server.
Credits: Liselotte[DWT] and some info from m1st4ck
have fun playing siege server
Last edited: