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!

FIX Csro-r Item Mall

Newbie Spellweaver
Joined
Oct 15, 2014
Messages
27
Reaction score
0
Works like a charm , Thank you
KTXncZv - FIX Csro-r Item Mall - RaGEZONE Forums

how work ?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 15, 2014
Messages
27
Reaction score
0
can you share the source ?


PHP:
;SroProt common configuration file
;--------------------------------------------------
[server]
name=MultiServerTest


;Ingame feature fixes
item_mall_buy_fix=true
silk_display_fix=true
web_item_mall_token_fix=true




;SQL Connection string (required)
sql_str=Server=myservername;Database=SRO_R_Accountdb;User Id=TestEnis;Password=123456;


;server count, Section names - server_0, server_1 and so on]
count=2


;--------------------------------------------------
[server_0]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5000


;Destination module address
;Gateway Server address
module_ip=My server ip
module_port=15779


type=GatewayServer
;Security flags for each server user context
blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[server_1]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5005


;Destination module address
;agent server address
module_ip=My server ip
module_port=15884


type=AgentServer


blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[agent_redir]
count=1


[agent_redir_0]
src_ip=My server ip
src_port=15884
dest_ip=My server ip
dest_port=5005
 
Newbie Spellweaver
Joined
Oct 4, 2011
Messages
92
Reaction score
38
you need to have another PC for client or edit flag Security flags for one network
 
Experienced Elementalist
Joined
Feb 13, 2012
Messages
220
Reaction score
31
PHP:
;SroProt common configuration file
;--------------------------------------------------
[server]
name=MultiServerTest


;Ingame feature fixes
item_mall_buy_fix=true
silk_display_fix=true
web_item_mall_token_fix=true




;SQL Connection string (required)
sql_str=Server=myservername;Database=SRO_R_Accountdb;User Id=TestEnis;Password=123456;


;server count, Section names - server_0, server_1 and so on]
count=2


;--------------------------------------------------
[server_0]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5000


;Destination module address
;Gateway Server address
module_ip=My server ip
module_port=15779


type=GatewayServer
;Security flags for each server user context
blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[server_1]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5005


;Destination module address
;agent server address
module_ip=My server ip
module_port=15884


type=AgentServer


blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[agent_redir]
count=1


[agent_redir_0]
src_ip=My server ip
src_port=15884
dest_ip=My server ip
dest_port=5005

look you must change your Certification Agent/Getaway ports / Ex: Change Ports in srNodeData , first change 15884 to 5005 then change 15779 to 5000
 
Back
Top