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!

Usefull Info for stop server crash

Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Well i give you the secret why your server crash over and over and over and over and over

Reasons :

  1. you give sycee at registration
  2. addcash doesnt update properly
  3. you give cash to an inactive user so if you dont clear ur table server will generate errors

Fix :
  • Remove sycee at account creation (the call addcash)
  • Be sure that before you send Sycee to an account that table point is filled with account id
    from this one => if account is not generated there => account not found => authd crash
  • From my webplatform you have database with fix :) try to understand how i manage it with now_sn (table users) and addcash procedure this is important else server crash

That all folks :)
 
Last edited:
Back
Top