Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Npcs freezed, spells buggeds [BUG]


troglodite
 Share

Recommended Posts

Hello!! How are you Eclipseans?

Well, I wanna know if somebody here had the same problem, and, if yes, how to fix it!

Sometimes, our server, gets "freezed": Npcs dont move, even if you attack them; users are paralyzed if they use a spell: they can chat, can make control attacks, but they can not move, they get in the same position for ever… until they re login.

Do you know anything about this??
Link to comment
Share on other sites

We have no access to CPS, but through tests we found out these stuff:

-Data Packets can be sent/received normally

-GetTickCount works correctly

-The thing that seems not to work is GameLoop Procedeture, that would exlain why NPC's doesn't move, broken spell casts…

So i think when te server goes to Run Time X, GameLoop Stops Working

but data packets still on it. Is that possible?
Link to comment
Share on other sites

Sounds like something is causing the loop to exit. This might be stupid, but if your gameloop uses a Do While, check to make sure that the variable the loop is dependable on isn't being changed. If not, something else might be causing the loop to stop. Check your loop's code to make sure the sub isn't being exited.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...