Dealing with offsets in C#
Hello everyone,
I have an old games files which I can make private server but I want to change some features like level limits,skill limits etc...
I want to learn about changing existing offsets externally with winform app
Which tutorial or course you would recommend to me learning more about this topic ?
Note= this has nothing to do with hacking. I don't try to hack the game I want to change features of the game I have full access including DB,Emulator and client
10 Replies
"offsets" usually means memory editing in the client. If the game isnt coded to allow the server to change the level/skill limits, it will be very hard to manage this
for the record, I myself learned C# by helping on a MMO server emulator, so I know this part fairly well
I can do it on SQL but I want to learn more about memories. Is there any kind of tutoria you would recommend so I can learn something
.. what?
memory editing isnt "an alternative" to SQL
if you can fix your problem by changing some values in a database, thats what you do
You probably heard of Silkroad Online which was a popular MMORPG game in 2000s. I want to make a private server and change some of things in emulator
in an MMO, the server is the authority
well I couldn't probably explain in a good way
you need the server to be aware of the new skill/level limits etc
so change the things in the emulator
I want to share a open source project with you. I want to make something which is smilar to this project
I've said my piece. If you want to go the memory editing route, this is not the place for it.
Okay thank you