You don't need to change the port of the SQL server.
Make both of your game server instances in the same SQL server.
Just have different names for the Telecasters (and Arcadias if they are different Epics you are running) If you are not running different Epics then you can share the Arcadias.
If you made 2 SQL instances you are making more work for yourself than it is worth.
Now edit your gameserver.opts with the correct names and change the ports for each game server
Code:
S auth.server_idx:1
S auth.server_name:5_2
S db.c.name:Arcadia5_2
S db.user.name:Telecaster5_2
S io.port:4504
Code:
S auth.server_idx:2
S auth.server_name:8_1
S db.c.name:Arcadia8_1
S db.user.name:Telecaster8_1
S io.port:4505
I have omitted the rest of the game server opts as I am only showing you the lines you would need to change to run 2 game servers.
Of course you need to run one Auth and then you need to run a Herlock instance from different directories with different gameserver.opts for each server you run.
thx it works. but now another question. what are the ingame coordinates of the mab m002_000 ?
Anyone can help me? I use the Guide on trying to create a Private Server. After following all the steps and opening PrincessAuroraServer.exe and CaptainHerlockServer.exe it become like this
After I input start_service and set game.open_external 1 it become like this
And then I try to log in after creating the Launcher.BAT and use the PH SFrame it become like
Error translation: This SQL server does not exist or his access is refused.
I tried so much and nothing...
Code:
S db.auth.server:127.0.0.1
S db.auth.name:Auth_8.1
S db.auth.account:Administrator
S db.auth._password:
S app.name:Auth Server
S log.ip:7.63.91.132
S db.auth.port:1433
S io.auth.port:8841
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:5412
My Auth DB is called Auth_8.1 and I did change the sa to Administrator.
Anyone can help me? I use the Guide on trying to create a Private Server. After following all the steps and opening PrincessAuroraServer.exe and CaptainHerlockServer.exe it become like this
After I input start_service and set game.open_external 1 it become like this
And then I try to log in after creating the Launcher.BAT and use the PH SFrame it become like
Anyone can help to fix it?
How did you create your account?
Did you check the authserver.opt for the correct MD5 key then use the key when you generated your MD5 password for the account tables in the database?
Quote:
Originally Posted by ..Valkyria..
Auth Error:
Error translation: This SQL server does not exist or his access is refused.
I tried so much and nothing...
Code:
S db.auth.server:127.0.0.1
S db.auth.name:Auth_8.1
S db.auth.account:Administrator
S db.auth._password:
S app.name:Auth Server
S log.ip:7.63.91.132
S db.auth.port:1433
S io.auth.port:8841
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:5412
My Auth DB is called Auth_8.1 and I did change the sa to Administrator.
Did you go through the SQL configuration steps for the TCP/IP configuration and the 1433 port?
hello all
i have been searching for those thing i want to know about them..
change the Rate for the server " EXP , Drop , Gold Drop , Lak , Party Exp "
1) if i make them all 100 mean it x100 ? [ and if you would give me a tool or command to change it fast ]
2) how to make Custom Item ?
3)how to add Custom Pet ?
4) how to make Auto Event Start ?
5) how Place a monster in my server in a certain area ?
6) how to expand the werehouse / Storage to hold 1000 item inside it ?
7) Level a certain skill in Charter
8) Level a certain skill in pet
9) if there some one who has a 8.1 DB and it has Spider and Lapika and boss as pets i would with the newest Boss that i saw ( boned Dragon / Dragon / Gale / Medusa ) Apreashare it
PS : I want " 7 / 8 " as gm command ( in game use-able ) and how to use them in Example please
function NPC_Geschlechtswechsel()
dlg_title( "Geschlechtswechsel" )
if has_item(601100284) >= 1 then -- Her der 1000 Seelen ID
dlg_text( "Oh, wie ich sehe magst du dein Geschlecht wechseln. Kein problem!" )
local sex = get_value( "sex" )
if sex ~= 1 then
dlg_menu( "Weiblich", "NPC_Sex_Wechsel(1)" )
end
if sex ~= 2 then
dlg_menu( "Maennlich", "NPC_Sex_Wechsel(2)" )
end
dlg_show()
else
dlg_text( "Du brauchst das Herz des Geschlechtswechsels" )
dlg_menu( "@90010002", " " ) -- Auf Wiedersehen.
dlg_show()
end
end
function NPC_Sex_Wechsel( changed_sex )
local erfolg = set_sex( changed_sex )
dlg_title( "Geschlechtswechsel" )
if erfolg == 1 then
delete_item( get_item_handle( 601100284 ), 1 )
dlg_text( "Glueckwunsch zum neuem Geschlecht!" )
dlg_menu( "@90010002", " " ) -- Auf Wiedersehen.
else
dlg_text( "Geschlechtswechsel fehlgeschlagen" )
dlg_menu( "@90010002", " " ) -- Auf Wiedersehen.
end
dlg_show()
end
Klicke ich den NPC an (Ich bin Männlich) auf Weiblich kommt dieses
Hello, looking for help with 8.2 customization, web creation and security .
need developers to join team and help us to improve db and some strings, create web/forum, make whole server security.
looking help from experience DEV's please. we are 3 persons working on new project.
Sent me request on skype: tim.samot1 or pm me private msg.
[Helping Topic] 24/7 Helping Services! 08/27/2008 - EO PServer Hosting - 31 Replies stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""