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!

1753 Gamerserver

Newbie Spellweaver
Joined
Jun 5, 2011
Messages
14
Reaction score
0
Hello , Do anyone can edit 1753 gameserver with level 125 with exp fixed ? I don't know why my gameserver was lvl 125 but cannot lvling after reach lvl 106 ! And EXP Rate now showing after level 101 ! . Somebody can release or give the full tutorials ? tQ
 
Joined
Nov 29, 2011
Messages
614
Reaction score
69
Bounty .. do you have zone 5 gameserver island of pain ?

Its included with all zone . . in your demonsetup.INI , you have to add this line .

E.g :

Code:
[Zone_0500]
ServerID=83886082
PingCheck=0
SpeedHackCheck=0
LotteryEvent=0
LevelUpEvent=0
DeathPenaltyEvent=0
DBAgentServerAddr=127.0.0.1
LogServerAddr=127.0.0.1
ChatServerAddr=127.0.0.1
ExpRate=99999999999999999999999
DropRate=99999999999999999999999
[I][B]FameMin=1000
FameMax=1000
BattleUserLimit=1000
SetCount=6
FameMin=1000
FameMax=1000
SetCount=6[/B][/I]

Then you can run the map on your 1753 server . . There's no need to edit or add any line on Zone 8,12,14 & 16 in your demonsetup . .
 
Newbie Spellweaver
Joined
Nov 20, 2012
Messages
58
Reaction score
2
Its included with all zone . . in your demonsetup.INI , you have to add this line .

E.g :

Code:
[Zone_0500]
ServerID=83886082
PingCheck=0
SpeedHackCheck=0
LotteryEvent=0
LevelUpEvent=0
DeathPenaltyEvent=0
DBAgentServerAddr=127.0.0.1
LogServerAddr=127.0.0.1
ChatServerAddr=127.0.0.1
ExpRate=99999999999999999999999
DropRate=99999999999999999999999
[I][B]FameMin=1000
FameMax=1000
BattleUserLimit=1000
SetCount=6
FameMin=1000
FameMax=1000
SetCount=6[/B][/I]

Then you can run the map on your 1753 server . . There's no need to edit or add any line on Zone 8,12,14 & 16 in your demonsetup . .

Ok then how about the gameserver.exe ?
 
Junior Spellweaver
Joined
Jan 9, 2009
Messages
102
Reaction score
2
copy and rename depend on what you write on server controller.ini

Example

Code:
Name_1=Login
Addr_1=RylLoginServer.exe
Args_1=null
Code_1=135

Name_2=UID
Addr_2=RylUIDServer.exe
Args_2=null
Code_2=131

Name_3=DBAgent
Addr_3=RylDBAgentServer.exe
Args_3=null
Code_3=40011

Name_4=Auth
Addr_4=RylAuthServer.exe
Args_4=null
Code_4=109

Name_5=Chat
Addr_5=RylChatServer.exe
Args_5=null
Code_5=108

Name_6=Almighty_Land
Addr_6=RylGameServer.exe
Args_6=-c 0 -z 12
Code_6=119

Name_7=Caernarvon
Addr_7=RylGameServer2.exe
Args_7=-c 0 -z 8
Code_7=119

Name_8=Dark_Caernarvon
Addr_8=RylGameServer3.exe
Args_8=-c 0 -z 16
Code_8=119

Name_9=Lost_Island
Addr_9=RylGameServer4.exe
Args_9=-c 0 -z 5
Code_9=119
 
Newbie Spellweaver
Joined
Nov 20, 2012
Messages
58
Reaction score
2
copy and rename depend on what you write on server controller.ini

Example

Code:
Name_1=Login
Addr_1=RylLoginServer.exe
Args_1=null
Code_1=135

Name_2=UID
Addr_2=RylUIDServer.exe
Args_2=null
Code_2=131

Name_3=DBAgent
Addr_3=RylDBAgentServer.exe
Args_3=null
Code_3=40011

Name_4=Auth
Addr_4=RylAuthServer.exe
Args_4=null
Code_4=109

Name_5=Chat
Addr_5=RylChatServer.exe
Args_5=null
Code_5=108

Name_6=Almighty_Land
Addr_6=RylGameServer.exe
Args_6=-c 0 -z 12
Code_6=119

Name_7=Caernarvon
Addr_7=RylGameServer2.exe
Args_7=-c 0 -z 8
Code_7=119

Name_8=Dark_Caernarvon
Addr_8=RylGameServer3.exe
Args_8=-c 0 -z 16
Code_8=119

Name_9=Lost_Island
Addr_9=RylGameServer4.exe
Args_9=-c 0 -z 5
Code_9=119

In 1753 version can add how many maps ? as we like ?
 
Initiate Mage
Joined
Oct 22, 2010
Messages
3
Reaction score
0
can shared controller.ini 1753v because i found so hard? any one?
 
Newbie Spellweaver
Joined
Aug 16, 2009
Messages
45
Reaction score
4
Kimok you shall be kidding omg, There is tons of ServerControllers released. use the search function sometimes please.
 
Back
Top