Problem with change max level

05/01/2019 23:26 devdash#1
i need a way to stop the exp gain after the max level

i tried some gameserver method, but it crash when i reach 99%
or sometimes it dosn't crash but when i teleport i showup with higher level

so change the max level+ exp required to keep my max level, but its not a real solution

i see many servers already made the max level gain 0 exp and keep getting sp, so how can i do that

thanks in advance.
05/02/2019 03:54 .Aaron#2
UPDATE _RefLevel SET SET EXP_C =99999999999999999 , EXP_M =999999999
WHERE Lvl=100 --100 = Your max level. Don't forget to update leveldata.txt in your media.pk2
05/02/2019 13:30 devdash#3
Quote:
Originally Posted by .Aaron View Post
UPDATE _RefLevel SET SET EXP_C =99999999999999999 , EXP_M =999999999
WHERE Lvl=100 --100 = Your max level. Don't forget to update leveldata.txt in your media.pk2
i already do that , but that just make the level max level still can be crossed, with some uniques, i need to stop the exp after the max level wish means the game gives no exp to the max level player
i believe its possible
05/02/2019 13:58 chipno0p#4
Have you tried sro patcher?
Eg: [Only registered and activated users can see links. Click Here To Register...]
05/02/2019 18:07 devdash#5
Quote:
Originally Posted by chipno0p View Post
Have you tried sro patcher?
Eg: [Only registered and activated users can see links. Click Here To Register...]
yes, and dc still :(
dc when iam 99.99%
and when i open again i see my self higher than the max level
05/02/2019 19:17 JohnDornel^#6
There are offsets released around the forum, use them with ollydbg or any other debugger, patch the proper addresses then update _RefLevel table with the maximum big int value (9,223,372,036,854,775,807), update leveldata.txt in server_dep (client, Media.pk2). And it will work, also GameServer needs to be patched. Do not forget to patch quest level offset and pet ones. Have fun.
05/02/2019 21:44 devdash#7
since no one understand my question :)

so#RequestTopicClosePlease.
05/02/2019 22:14 JohnDornel^#8
Quote:
Originally Posted by alydandy View Post
since no one understand my question :)

so#RequestTopicClosePlease.
Well.. I don't really think its possible to completely disable the exp from mobs. (Feel free to correct me if im wrong)... as long as I remember files, people are doing it the way I stated above, you will most likely never the do the max int value in exp anyway, so it does not matter.
05/02/2019 23:41 devdash#9
Quote:
Originally Posted by JohnDornel^ View Post
Well.. I don't really think its possible to completely disable the exp from mobs. (Feel free to correct me if im wrong)... as long as I remember files, people are doing it the way I stated above, you will most likely never the do the max int value in exp anyway, so it does not matter.
its possible because i saw it with my eyes on some servers, and yes i know the value thing, but i was asking about completly disabling it not increasing the value..

that's all i knew.
05/03/2019 15:51 chipno0p#10
Quote:
Originally Posted by alydandy View Post
yes, and dc still :(
dc when iam 99.99%
and when i open again i see my self higher than the max level
Well, I think you have edited wrong value from _reftable between DB and client and it's cause crash when you get max level bro.

My comment is about using a patcher to limit the maximum level and when you reach the maximum it will not rise any exp anymore
05/03/2019 19:39 devdash#11
Quote:
Originally Posted by chipno0p View Post
Well, I think you have edited wrong value from _reftable between DB and client and it's cause crash when you get max level bro.

My comment is about using a patcher to limit the maximum level and when you reach the maximum it will not rise any exp anymore
thanks for your answer appreciate it

topic close please.