Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Can't find .bat file

Newbie Spellweaver
Joined
Sep 7, 2011
Messages
13
Reaction score
0
So i was trying to make Pserver (Odin Files), but its said "Guide is for advanced user and won't help if never setup a Fiesta server". Then i try to make working the old files from this http://forum.ragezone.com/f593/complete-guide-installing-server-812349 . But then i get problem at this step:

kisszombie - Can't find .bat file - RaGEZONE Forums


its said i need to copy .bat file and run it, but i cant find where that .bat.

Thank you
 
Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
If you read a bit ahead - as a conclusion that .bat isn't actually needed, it is for to make things a bit faster, but in overall it won't take much time to manually start each of them.
Just open each of the folders and start the service .exe "Run as ..." and type any account name/pass which has administrator rights.
 
Newbie Spellweaver
Joined
Sep 7, 2011
Messages
13
Reaction score
0
Oh it's working. Thanks :thumbup:

And i have 1 more question after i finish this how to connect Athena client to my server?
 
Last edited:
Newbie Spellweaver
Joined
Sep 7, 2011
Messages
13
Reaction score
0
I already try from "The Client" but after i run client something appear i guess its game guard error but on text box its only said "??????????????????????????????????????????"
 
Newbie Spellweaver
Joined
Sep 7, 2011
Messages
13
Reaction score
0
Yea ik i already that but im sure login services is running and idk what wrong with ip

#DEFINE WORLD_NAME
<INTEGER> ; World No
<STRING> ; Name
<STRING> ; Data path
#ENDDEFINE

#DEFINE SERVER_INFO ; Listen socket information
<STRING> ; Name
<INTEGER> ; Server ID
<INTEGER> ; Server World No
<INTEGER> ; Server Zone No
<INTEGER> ; From Server ID
<STRING> ; IP Address == '' then Use my IP Address
<INTEGER> ; Port Number
<INTEGER> ; Backlog Count == 0 then Use SOMAXCONN
<INTEGER> ; Maximum of accept socket
#ENDDEFINE

#DEFINE ODBC_INFO
<STRING> ; DB Name
<INTEGER> ; DB ID
<INTEGER> ; World No
<STRING> ; ODBC Connection info
<STRING> ; DB Startup command
#ENDDEFINE

;-----------------------------------------------------------------------------------
; Server ID
;-----------------------------------------------------------------------------------

; 0 SERVER_ID_DB_ACCOUNT
; 1 SERVER_ID_DB_ACCOUNTLOG
; 2 SERVER_ID_DB_CHARACTER
; 3 SERVER_ID_DB_GAMELOG

; 4 SERVER_ID_LOGIN
; 5 SERVER_ID_WORLDMANAGER
; 6 SERVER_ID_ZONE

; 7 SERVER_ID_PATCH
; 8 SERVER_ID_OPTOOL
; 9 SERVER_ID_WEB
; 10 SERVER_ID_UNKNOWN

; 19 SERVER_ID_LAUNCHER
; 20 SERVER_ID_CLIENT

;-----------------------------------------------------------------------------------
; DB ID
;-----------------------------------------------------------------------------------

;define DB_ID_ACCOUNT 0
;define DB_ID_ACCOUNTLOG 1
;define DB_ID_STATICSTICS 2
;define DB_ID_OPTOOL_LOG 3
;define DB_ID_CHARACTER 10
;define DB_ID_GAMELOG 11

;-----------------------------------------------------------------------------------
; DEFINE WORLD NAME
;-----------------------------------------------------------------------------------

WORLD_NAME 0, "Beta-Server", "../_CONF/Data"

;-----------------------------------------------------------------------------------
; CJC SERVER INFO
;-----------------------------------------------------------------------------------

;
; [ID] = Server ID, [W] = World No, [Z] = Zone No, [F] = From Server ID
;
; [Name] [ID, W, Z, F] [IP] [Port] [Backlog] [Maximum of accept socket]
;
; DB Login server ------------------------------------------------------------
SERVER_INFO "PG_Account_DB", 0, 0, 0, 0, "127.0.0.1", 9000, 1, 100 ; From ALL
SERVER_INFO "PG_AccountLog_DB", 1, 0, 0, 0, "127.0.0.1", 9005, 1, 100 ; From ALL

SERVER_INFO "PG_Login_Server", 4, 0, 0,20, "157.7.202.221", 9010, 10, 2000 ; From Client
SERVER_INFO "PG_Login_Server", 4, 0, 0, 5, "127.0.0.1", 9015, 1, 50 ; From World manager
SERVER_INFO "PG_Login_Server", 4, 0, 0, 8, "127.0.0.1", 9016, 1, 30 ; From OPTOOL

; World #0 -------------------------------------------------------------------
SERVER_INFO "PG_Char_DB", 2, 0, 0, 0, "127.0.0.1", 9100, 1, 100 ; From ALL
SERVER_INFO "PG_GameLog_DB", 3, 0, 0, 0, "127.0.0.1", 9101, 1, 100 ; From ALL

SERVER_INFO "PG_World_Manager_Server", 5, 0, 0,20, "157.7.202.221", 9110, 10, 2000 ; From Client
SERVER_INFO "PG_World_Manager_Server", 5, 0, 0, 6, "157.7.202.221", 9115, 1, 100 ; From Zone
SERVER_INFO "PG_World_Manager_Server", 5, 0, 0, 8, "127.0.0.1", 9116, 1, 30 ; From OPTOOL

SERVER_INFO "PG_Zone_00", 6, 0, 0,20, "157.7.202.221", 9120, 10, 2000 ; From Client
SERVER_INFO "PG_Zone_00", 6, 0, 0, 8, "127.0.0.1", 9121, 1, 30 ; From OPTOOL

SERVER_INFO "PG_Zone_01", 6, 0, 1,20, "157.7.202.221", 9122, 10, 2000 ; From Client
SERVER_INFO "PG_Zone_01", 6, 0, 1, 8, "127.0.0.1", 9123, 1, 30 ; From OPTOOL

SERVER_INFO "PG_Zone_02", 6, 0, 2,20, "157.7.202.221", 9124, 10, 2000 ; From Client
SERVER_INFO "PG_Zone_02", 6, 0, 2, 8, "127.0.0.1", 9125, 1, 30 ; From OPTOOL

and for client its should GameGuardLess.-i 127.0.0.1.exe right?
 
Newbie Spellweaver
Joined
Sep 7, 2011
Messages
13
Reaction score
0
i check it from some ipcheck website.. and its say thats my ip ;o
 
Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
Why did you use that IP.
127.0.0.1 aka localhost means that current computer where you are and that IP always redirects you to that current computer where you use it.

First get it working with localhost then get it working in LAN and after that you may think about making it work either for friends or go public.
But, if you don't understand how IP-s work then first learn that.

As for you being sure that login service is running, I'm sure that it fails to start.
 
Elite Diviner
Joined
Jul 5, 2012
Messages
423
Reaction score
57
Doesn't work on windows 8.
Well it does but you need to do a pain in the butt workaround that I won't be explaining.
 
Back
Top