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!

GlobalMgr Packet Proxy [C#]

Newbie Spellweaver
Joined
Aug 5, 2009
Messages
91
Reaction score
93
I think that something is missing in the ini file, it shows the logs
WorldSvr_01_01.log
Code:
: [COLOR="#008000"]try connect 127.0.0.1:38181, Sync[/COLOR]
: sock 8 ->LinkHandler Open
: SendIPSConnect2Svr (161:01:01:00)
: [COLOR="#008000"]try connect 127.0.0.1:38190, Sync[/COLOR]
: sock 9 ->LinkHandler Open
: SendIPSConnect2Svr (161:01:01:00)
: [COLOR="#008000"]try connect 127.0.0.1:38121, Sync[/COLOR]
: sock 10 ->LinkHandler Open
: SendIPSConnect2Svr (161:01:01:00)
: [COLOR="#008000"]try connect 127.0.0.1:38140, Sync[/COLOR]
: sock 11 ->LinkHandler Open
: SendIPSConnect2Svr (161:01:01:00)
: [COLOR="#008000"]try connect 127.0.0.1:38151, Sync[/COLOR]
: sock 12 ->LinkHandler Open
: SendIPSConnect2Svr (161:01:01:00)
: [COLOR="#FF0000"]no active user command: 4[/COLOR]
: [COLOR="#008000"]try connect 127.0.0.1:38201, Sync[/COLOR]
: sock 13 ->LinkHandler Open
: SendIPSConnect2Svr (161:01:01:00)
RockAndRollITS.log
[##ERROR##] unregister command: 3204 <-- This packet is missing number
GlobalMgrSvr.ini
Launagues=38653 < BAD name option, not used
correct:
Languages=0 <-- 0 = default
use this option section [DefaultServerCfg]
and [Server01] , [Server128]

Code:
[Server01]
ServerOpen01=1
ServerType=0
ChannelType01=2048 <-- Event Channel type
ChannelType02=10
Languages=0
 
Last edited:
Joined
May 24, 2007
Messages
721
Reaction score
71
already have this one, here my GlobalMgrSvr:

[NetLib]
Port=38170
SendMaxBufSize=65536
SendMaxBufSizeUserHandler=2097152
SendMaxBufSizeLinkHandler=1048576
ProcessDataLimit=50000
MaxUserNum=250
WatchsNoPackLimit=100000
SystemLogTTimeOut=100
ReactorTimeOut=-1
ConnectRetryTime=5000
ConnectRetryNum=20
LogLevel=1
MemPoolUnitSizeClass=2

[GlobalMgrSvr]
Timer=1:10000,2:300000
WorldMaxUserNum=400
NoNotifyTimeLimit=60000
DefaultServerOpen=1
LoadServerAndChannelType=1

SubPasswordCheckIntervalMinute=60
SubPasswordCheckMaxCount=20

#Channel Types
# 0 = normal
# 1 = PK
# 4 = Premium
# 5 = Premium PK
# 8 = War
# 12 = Premium War
# 32 = Mintanance (Change AffiliatedCorpIP= in LoginSvr_XX.ini)
# 1024 = Trade
# 83890256 = Nation Tierra Gloriosa
# 16781392 = Game/InstantWarSystem.cpp error
# 33558608 = Game/InstantWarSystem.cpp error
# 50335824 = Game/InstantWarSystem.cpp error
# 67113040 = Game/InstantWarSystem.cpp error

[DefaultServerCfg]
Languages=0

[Server01]
ServerType=16
Languages=0


ChannelType01=1
ServerOpen01=1
MaxUserNum01=70

ChannelType02=0
ServerOpen02=1
MaxUserNum02=50

ChannelType03=8
ServerOpen03=1
MaxUserNum02=40

ChannelType04=8
ServerOpen04=1
MaxUserNum04=70


###############################
########### TG ##############
###############################

#War 52-79 (WorldSvr_01_04)
#EntryLimitLevel04=52:27
#EntryLimitRank04=1:6
#ChannelType04=16781392
#ServerOpen04=1
#MaxUserNum04=250

#War 80-109 (WorldSvr_01_05)
#EntryLimitRank05=1:9
#EntryLimitLevel05=80:29
#ChannelType05=33558608
#ServerOpen05=1
#MaxUserNum05=250

#War 110-139 (WorldSvr_01_06)
#EntryLimitRank06=1:9
#EntryLimitLevel06=110:29
#ChannelType06=50335824
#ServerOpen06=1
#MaxUserNum06=250

#War 140-169 (WorldSvr_01_11)
EntryLimitRank11=1:9
EntryLimitLevel11=140:29
ChannelType11=67113040
ServerOpen11=1
MaxUserNum11=70

#War 170-190 (WorldSvr_01_10)
EntryLimitRank10=1:9
EntryLimitLevel10=170:20
ChannelType10=83890256
ServerOpen10=1
MaxUserNum10=70

###############################
########## FIM TG ############
###############################


[DBAgent]
Addr=127.0.0.1
Port=38180

[RockAndRoll]
Interval=3600000
RARAddress=127.0.0.1
RARPortNum=32001
Type=0
 
Last edited:
Junior Spellweaver
Joined
Nov 25, 2012
Messages
139
Reaction score
35
than how come me (coder) and speeddevil (also coder) have agreed that it works like this based on reverse engineering ? do a simple test :D make channel2 use mobs2.scp and make all mobs in there lvl 1 with 1 hp :) than don't simply restart the channel, restart the whole server "service cabal restart" :D provide feedback :) it shouldn't be working like i'm tellin ya ...

Cabal(130523-1336-Ver374-0000) - GlobalMgr Packet Proxy [C#] - RaGEZONE Forums
so what ? o_O
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Jan 5, 2009
Messages
343
Reaction score
391
i'll probably recode this some day, add threads for ease of use and maybe a xml for defining what packets to change :D and maybe encryption support :) but for now it's ok as it is, usable and useful for some :p thx cypher for makin it sticky <3 maybe this way ppl will look at it :)
 
Skilled Illusionist
Joined
Oct 20, 2006
Messages
396
Reaction score
48
After install mono:

Code:
[root@localhost ~]# mono
-bash: mono: command not found

How to fix this? Thanks!

FIXED!

Everything works, thanks for release.
 
Last edited:
Joined
Oct 14, 2008
Messages
1,277
Reaction score
248
I got some error's while installing mono:
checking for g++... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
configure: error: You need to install g++
 
Joined
Oct 14, 2008
Messages
1,277
Reaction score
248
Lol, i know i must install the G++ but yum install gcc-c++ doesn't work...
I tried with :
yum install g++
yum install gcc-g++
yum install c++
yum install gcc-c++
none of this working...
 
Joined
Oct 14, 2008
Messages
1,277
Reaction score
248
Error Downloading Packages:
libstdc++-devel-4.1.2-54.el5.x86_64: failure: CentOS/libstdc++-devel-4.1.2-54.el5.x86_64.rpm from base: [Errno 256] No more mirrors to try.
gcc-c++-4.1.2-54.el5.x86_64: failure: CentOS/gcc-c++-4.1.2-54.el5.x86_64.rpm from base: [Errno 256] No more mirrors to try.
 
Back
Top