What i need to edit my scripts folder .dll files?
i have some problems with teleporter in game i need change locations..
+Rep
What i need to edit my scripts folder .dll files?
i have some problems with teleporter in game i need change locations..
+Rep
in order to edit a dll file you must obtain the source and then re-compile it with visual c++.
but you cannot edit a dll.
As YK said you can't edit directly into the DLL. You will have to modify the source, then recompile for which you most likely will need a servercore too.
I suggest you learn LUA for teleporters, for LUA is easy editable and needs no compiling (that's where the language is made for).
Claiver
Sigh, it's sad to see that I've come back to the community after such a long time, and yet people who are "emulation experts" still aren't pros...
You CAN edit a dll outside of its source. For this you will need a program called IDAPRO.
This program once installed will allow you to decompile dll, exe, and several other types of resource, and executable files.
Some it can do, and some it can't, and it's able to decompile a 32, or 64 bit file, so the possibilities are limitless. You will have to know (THOROUGHLY) about C++, and it's variables, and operations, but that is how you can do it.
Hope this helped you.
(No, I will not guide you through it, it's not that hard to learn)