SR_Gameserver [CLAMP() 6168]

11/17/2017 15:05 sonzenbi#1
I realize that many people encounter the same problem but doesn't really have a way to solve it .
I am looking for a real solution
[Only registered and activated users can see links. Click Here To Register...]
11/17/2017 18:18 blapanda#2
This seems like, that you are using higher values than the gameserver can handle and the defined tables are set to.

E.g. [Consume_MP] at [_RefSkill] has a limit range of -32.768 to 32.767. Setting a skill which consumes any more than 32.767 (e.g. 35k MP), won't work. The gameserver will either spit out an error via pop-up window, error logging (which your screenshot shows) or any other kind of "CTD" events without any information.

This can be an issue with 1 gameserver having a hard time handling too many mob-spawns, wrong values, out of range values, etc.

You may re-check what ever you have changed previously and undo those changes.
11/17/2017 19:41 sonzenbi#3
The answer is helpful
Thank u
11/17/2017 23:33 Worshiper#4
Quote:
Originally Posted by sonzenbi View Post
The answer is helpful
Thank u
can you say how you fix it please ?
11/18/2017 08:13 sonzenbi#5
Quote:
Originally Posted by [GM]Dejo View Post
can you say how you fix it please ?
The issue has not been resolved
That's just a hint and I'm looking for a way
11/18/2017 14:55 Spidy.#6
Quote:
Originally Posted by blapanda View Post
This seems like, that you are using higher values than the gameserver can handle and the defined tables are set to.

E.g. [Consume_MP] at [_RefSkill] has a limit range of -32.768 to 32.767. Setting a skill which consumes any more than 32.767 (e.g. 35k MP), won't work. The gameserver will either spit out an error via pop-up window, error logging (which your screenshot shows) or any other kind of "CTD" events without any information.

This can be an issue with 1 gameserver having a hard time handling too many mob-spawns, wrong values, out of range values, etc.

You may re-check what ever you have changed previously and undo those changes.
^

#Closed