Server To Much Laggy !
#1

in dos :

PHP код:
[connection127.0.0.1:49346 requests connection cookie.
Kicking 127.0.0.1 because they didn't logon to the game. 
ascklimit on 50,000

in the first 3 minute's the server work perfect.
after that no respone from it...

somtime's it write to me connecting to XXX
connected. joinning the game..
server closed connection

WTF?
Reply
#2

Optimize your script
Reduce timers
Reply
#3

Код:
- The default 'ackslimit' is raised from 1000 to 3000. Some servers had problems with players being erroneously kicked with an 'ackslimit' of 1000.
Reply
#4

Quote:
Originally Posted by Stuntff
Посмотреть сообщение
Код:
- The default 'ackslimit' is raised from 1000 to 3000. Some servers had problems with players being erroneously kicked with an 'ackslimit' of 1000.
can't be with 3,000 cuz the player get to the limit. idk wtf that system. never knew about it


PHP код:
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec 
Reply
#5

Quote:
Originally Posted by KilleRCitY
Посмотреть сообщение
can't be with 3,000 cuz the player get to the limit. idk wtf that system. never knew about it


PHP код:
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec
[warningclient exceeded 'ackslimit' 127.0.0.1:63168 (6857Limit5000/sec 
Quote:
Originally Posted by K0P
Посмотреть сообщение
Optimize your script
Reduce timers
Can't i use only 3 timer's..
for protection to the script (shutdown)
and real time
and lottory sys every 1 hour

i'll need more timer's in the future.
Reply
#6

Obviously both of your problems are related, you didn't need to make the second topic, with the same name.

You'll be needing to learn more about scripting before simply jamming a heap of things together in the hope that it works.

You may have other things, other than the timers causing this. You may be using callbacks incorrectly, and causing the problem through "simple scripting" which is actually causing a major problem.

I have noticed OnPlayerKeyStateChange being used in bad ways could cause this. Thus other callbacks could also cause it.



-Edit- Is this just you, connecting to a server, on your own machine?
Reply
#7

My experience of this happening is due to heavily loading objects at once.
Reply
#8

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Obviously both of your problems are related, you didn't need to make the second topic, with the same name.

You'll be needing to learn more about scripting before simply jamming a heap of things together in the hope that it works.

You may have other things, other than the timers causing this. You may be using callbacks incorrectly, and causing the problem through "simple scripting" which is actually causing a major problem.

I have noticed OnPlayerKeyStateChange being used in bad ways could cause this. Thus other callbacks could also cause it.



-Edit- Is this just you, connecting to a server, on your own machine?
yap, on my private pc
I've opend the both topic cuz that more relevant to server help..

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
My experience of this happening is due to heavily loading objects at once.
there another FS with CreateObject, but i dont think that object will effect it..


so how I fix it?
Reply
#9

I'd say you just need to look at your code and see what is laborious for the script.

If you've got something that does a for loop for all players, make sure you don't have 2 or 3 loops doing other things for the players in that same function.

Ensure you are using OnPlayerKeyStateChange and other callbacks correctly.


I'd also say this is the proper thread to use. I'm pretty sure the problem will be your code, and whatever you've added recently.

What have you put in in the past month?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)