Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by [RCZ]ShadowKing

  1. [RCZ]ShadowKing

    [Release] Unpacked main season11

    There is season 9 gs released (ex901 test I think it's called here on forum) compiled as debug .exe and you may reverse from it. There are 82 pairs of functions twisting & correcting the packets.
  2. [RCZ]ShadowKing

    [Release] TitansTech Official Full Source Code

    The thread was partially cleaned as it got full of offtopic. Please post in this thread only if you have/need some information regarding this release and keep all that offtopic talk for private chat or whatever. Also if you want just to show your opinion on this release please use the...
  3. [RCZ]ShadowKing

    [Release] LiveGuard FREE Version

    At the time I made that post it was true (still got all messages on PM) but he may have evolved since last year ... I don't have any problem with you, if you think I deleted your posts abusively you can always report me to higher staff members. Note that I didn't sent you infraction points so...
  4. [RCZ]ShadowKing

    Disconnect a player ip from gameserver (C#)

    I guess muguard firewall is a proxy or something like that so it doesn't necessarily close the connection in GS but rather block the original client from accessing the GS which cause the disconnect (timeout). If you want to disconnect a client from GS using an external application I think you...
  5. [RCZ]ShadowKing

    [help] memb_stat

    It has to do with your JoinServer. Check if there is any error in js logs. Also you could check the WZ_DISCONNECT_MEMB stored procedure in your database.
  6. [RCZ]ShadowKing

    [Release] LiveGuard FREE Version

    Please stay on topic, from now on all replies that are not related to the original release will be deleted. Thread closed for a while so people will calm down here!
  7. [RCZ]ShadowKing

    Creating Commands

    Send me your gs and pdb on pm.
  8. [RCZ]ShadowKing

    Creating Commands

    Use the second one.
  9. [RCZ]ShadowKing

    Creating Commands

    I don't know what is gObjPlayer. gObjMaxUser is a constant, you can check it with ollydbg in a function because it's not stored in pdb. Also you can look at GS sources so you understand better how the GS works.
  10. [RCZ]ShadowKing

    Creating Commands

    0x00A22F00 should be your objectstruct pointer. All you need to do is cast it to the objectstruct your got from pdb explorer then you will be able to access all members.
  11. [RCZ]ShadowKing

    Creating Commands

    Open your gameserver.exe with ollydbg (keep .pdb file in the same folder as gs) and it will automatically load all information then you will be able to see function names, global variables and things like this. Press CTRL + N and search for gObj, you'll see the offset in the first column (left...
  12. [RCZ]ShadowKing

    New Version

    Make sure the version and serial match in main and gameserver.
  13. [RCZ]ShadowKing

    Creating Commands

    I moved your thread into help section. gObjOffset represents the base offset of object struct (the location where it was allocated). gObjSize represents the size of that structure (used to navigate trough memory). Rest of them represents relative offsets to the gObjOffset for certain variables...
  14. [RCZ]ShadowKing

    [Zteam SS8.2] Bug report and fixing sector base on lastest code.

    Thread moved into development section. Also it would be nice if you (@jackbot) will add in the first post the files you're working on. Please keep this thread for bug report and fixing information only!
  15. [RCZ]ShadowKing

    Hosting always force to shutoff my server.

    Your problem is a process that is doing illegal things on your server (scanning other servers), moving the website or adding extra ddos protection won't help you at all. Try to identify that process and delete it from your server (it's a malicious process). I see that your CPU is running at...
Back
Top