Help In Change Game cap from 100 to 110

05/13/2014 14:32 salah15#1
i have a small problem
[Only registered and activated users can see links. Click Here To Register...]
i changed the max level in sql Ref Level 111 to 99999999999
, im using SR_GAME SERVER_ZOR and i already changed the cap 110 and mastery 330
i'm using SRO_CLient from game D11
, any one know how to Change The Next EXP From 9999999999999 to normal one in client reply please
, and when i teleport i get crash , then when i login again im now level 110 but when i attack 1mob i get = crash

Sry For My Bad English
05/13/2014 16:23 Zodiao#2
LevelData if i'm not wrong.
05/14/2014 08:55 salah15#3
Quote:
Originally Posted by Sir*EviL View Post
LevelData if i'm not wrong.
Level Data ? is That A Table in sql or its sro_Client ? or What ? :S
forgive me i'm not dat professional .

Please be more clearer

notice , Im using sRo_client cap 110 . and the mastery is working fine 330
05/14/2014 11:09 Hardy9*#4
Client: media/server_dep/silkroad/textdata open leveldata.txt
find this part:
Code:
100	999999999999999	13174	0	0	9338	-1	-1	-1
change 999999999999999 to 1406035568 then save it and import to your media.pk2.
Do the same with database: SRO_VT_SHARD > dbo._Ref_Level table.
05/14/2014 12:32 salah15#5
Quote:
Originally Posted by Hardy9* View Post
Client: media/server_dep/silkroad/textdata open leveldata.txt
find this part:
Code:
100	999999999999999	13174	0	0	9338	-1	-1	-1
change 999999999999999 to 1406035568 then save it and import to your media.pk2.
Do the same with database: SRO_VT_SHARD > dbo._Ref_Level table.
Thanks Bro