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!

Client Init Failed

Newbie Spellweaver
Joined
Dec 29, 2016
Messages
6
Reaction score
0
Hello everybody, I have a client work well, but when I take any change, local\mars\config\item.lua : itemsmithing 11 > 20, and save, clientlauncher failed with error client init faied, whenere I take any change client will in error. Please help me!!!
 
Joined
Sep 25, 2011
Messages
710
Reaction score
318
You changed itemsmithing 11 > 20
You cant change it only in the client. You will get this error because you have it in the client but dont have it in the game_server. So you get ERROR
In other words. You are trying to lie the game that you can itemsmithing to 20. But your game_server WON'T allow that.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 29, 2016
Messages
6
Reaction score
0
Yes I agree, but problem happened outside the game, I run client launcher and error coming, even I can't see login screen :v
Anyway, I found that if we change combine , we need to change the whole file item, not just item smithing level, and I fixed already, thank you!
 
Upvote 0
Back
Top