CLAMP() ==> min(1.000) exceeded

01/22/2020 09:32 ThievesUTD#1
Someone got fixed this error in CAP 110?:

Code:
CLAMP() ==> min(1.000) exceeded max(-2147483648.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjPC.cpp, Line: 6168
SERVER.CFG:

Code:
SockTCPCount 									"5000"
		ExpRatio 										"20000"
		ExpRatioParty 									"21000" 
		DropItemRatio 									"800"
		DropGoldAmountCoef 								"5000"
		HwanGainFactor 									"200"
		ShowFormulaDetail 								"1"
REFLEVEL:


Most of time this happens, players got dc, i hope u guys could contribute some ideas.

Thanks in advance.
01/22/2020 11:53 NorseGodTyr#2
Quote:
Originally Posted by ThievesUTD View Post
Someone got fixed this error in CAP 110?:

Code:
CLAMP() ==> min(1.000) exceeded max(-2147483648.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjPC.cpp, Line: 6168
SERVER.CFG:

Code:
SockTCPCount 									"5000"
		ExpRatio 										"20000"
		ExpRatioParty 									"21000" 
		DropItemRatio 									"800"
		DropGoldAmountCoef 								"5000"
		HwanGainFactor 									"200"
		ShowFormulaDetail 								"1"
REFLEVEL:


Most of time this happens, players got dc, i hope u guys could contribute some ideas.

Thanks in advance.
the error is exp
110 99999999999999999 18581 0 0 12550 -1 -1 -1
01/22/2020 15:01 ThievesUTD#3
Quote:
Originally Posted by NorseGodTyr View Post
the error is exp
110 99999999999999999 18581 0 0 12550 -1 -1 -1
How much nines i have to put bro?
01/22/2020 15:02 NorseGodTyr#4
Quote:
Originally Posted by ThievesUTD View Post
How much nines i have to put bro?
use original exp or use a edited gameserver
01/22/2020 22:28 ThievesUTD#5
Quote:
Originally Posted by NorseGodTyr View Post
use original exp or use a edited gameserver
But if i use original exp, players would be able to pass to next level and i doesnt called cap 110 anymore...
01/23/2020 19:01 albayim#6
You can fix by asm check with ollydbg. :)
01/24/2020 08:54 ThievesUTD#7
Quote:
Originally Posted by albayim View Post
You can fix by asm check with ollydbg. :)
Ty for answer... Is there any guide of it?