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!

Please restart the game to receive update

Experienced Elementalist
Joined
Sep 30, 2014
Messages
251
Reaction score
11
Help me please I use Toast Repack and Infinity Server Files
HolyShift - Please restart the game to receive update - RaGEZONE Forums
 
Junior Spellweaver
Joined
Dec 14, 2012
Messages
118
Reaction score
11
the error is telling you what is wrong they are to many arguments specified you need to remove some options
 
Upvote 0
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
@danielwhelan i still wonder why are u answering in threads about which u have no any idea what u answer should >.>
HolyShift i can bet you use databases from Infinity release? You can fix it by two ways:
- Restore orginal CLEAN databases ep8
- Restore JUST this procedure from orginal database i mean this one: Account -> Procedures -> dbo.cabal_tool_registerAccount_web
 
Upvote 0
Newbie Spellweaver
Joined
Dec 27, 2017
Messages
29
Reaction score
1
LoginSvr_01.ini -> IgnoreClientVersion = 1
Hi? What do mean my IgnoreClientVersion = 1?
Is it adding new line or editing the client_version = into IgnoreClientVersion?

Sorry, Im kinda new to this., and thank you in advance for your answer.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 4, 2015
Messages
17
Reaction score
1
Hi? What do mean my IgnoreClientVersion = 1?
Is it adding new line or editing the client_version = into IgnoreClientVersion?

Sorry, Im kinda new to this., and thank you in advance for your answer.


Look at LoginSvr.scp,
[LoginSvr] GroupIdx = 1
Timer = 1: 10000,2: 5000,3: 5000
NoActiveLimitTime = 40000
TestChannelGroupIdxStartPoint = 50
AffiliatedCorpIP= 127.0.0.1;
IgnoreClientVersion = 1
client_version = 374
NormalClientMagicKey = 376014642

You change a version of the client in the field: client_version = "VERSION" if at any time you feel a need.

You can also change the MagicKey if you need to, there are tutorials in the forum explaining how the magikey changes if you need to.


IgnoreClientVersion = 1. It says if it ignores a client version at the moment of channel login, it's like a true or false Boolean check 1 = true 0 = false ...In short, if you change from 1 to 0, a client version is required, giving the request to the client. Basically you need to change 1 and 0 to change a version ignore_client_version

3a7FxM3 - Please restart the game to receive update - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Dec 27, 2017
Messages
29
Reaction score
1
Look at LoginSvr.scp,
[LoginSvr] GroupIdx = 1
Timer = 1: 10000,2: 5000,3: 5000
NoActiveLimitTime = 40000
TestChannelGroupIdxStartPoint = 50
AffiliatedCorpIP= 127.0.0.1;
IgnoreClientVersion = 1
client_version = 374
NormalClientMagicKey = 376014642

You change a version of the client in the field: client_version = "VERSION" if at any time you feel a need.

You can also change the MagicKey if you need to, there are tutorials in the forum explaining how the magikey changes if you need to.


IgnoreClientVersion = 1. It says if it ignores a client version at the moment of channel login, it's like a true or false Boolean check 1 = true 0 = false ...In short, if you change from 1 to 0, a client version is required, giving the request to the client. Basically you need to change 1 and 0 to change a version ignore_client_version

3a7FxM3 - Please restart the game to receive update - RaGEZONE Forums
Oh, thank you, btw I already fix the error. One more thing, how can I make GM Character can be dealt damage by mobs?
It seems that every mobs dmg is miss. Thank you for the reply
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top