Search results

  1. Nash

    An open source effort to make episode 5 servers compatible with episode 6 clients

    @Bowie @Garret After some time here I am again. I hope this message find you well. In this opportunity, my question is about a more superficial issue. A few days ago one of the players asked me why when equipping a skin the face of the character was changed by the default face, to which to...
  2. Nash

    Hook sdev dlls to ps_game and db_agent files

    @Bowie I just wanted to let you know that I have added the code block for the exports in the dlls and it works perfectly. I have managed to add both dlls without problems with CFF explorer. I would like to leave as a note that the import method must be by ordinal, otherwise it will not work.
  3. Nash

    Hook sdev dlls to ps_game and db_agent files

    I'm sure we'll see each other here often. I hope to be useful for this project at some point, although my developer skills are already a bit rusty.
  4. Nash

    Hook sdev dlls to ps_game and db_agent files

    I completely agree, these days it is hard to find information about these procedures and people willing like you, to help when things get complicated. I understand what you are saying, the same thing happens to me, I am very conservative in that aspect, but you could for example add the...
  5. Nash

    Hook sdev dlls to ps_game and db_agent files

    It works like a charm! I knew I was getting something wrong. I spent all afternoon on this and it only took you a couple of minutes, you're phenomenal :D I am reviewing the changes to understand what you have done and try now to hook the dll in db_agent. If I have problems, can I bother you...
  6. Nash

    Hook sdev dlls to ps_game and db_agent files

    I think the problem is to change the EntryPoint. For some reason when I move the EOP the executable dies. If I don't change it, the executable runs, but it doesn't load the dll. It's a bit strange. As I understand from what you said in the previous message, just hooking the dll should work? I...
  7. Nash

    Hook sdev dlls to ps_game and db_agent files

    The file I am using is the one you distribute with the dll source, it is the ps_game inside the V2 folder. By the way, thank you very much for your prompt replies.
  8. Nash

    Hook sdev dlls to ps_game and db_agent files

    Sure, there you go This is my attempt at ps_game.exe: 00553F97 68 E03F5500 PUSH ps_game.00553FE0 ; ASCII "sdev.dll" 00553F9C FF15 C4415500 CALL DWORD PTR DS:[<&KERNEL32.LoadLibrar>; kernel32.LoadLibraryA 00553FA2 68 E93F5500 PUSH ps_game.00553FE9...
  9. Nash

    Hook sdev dlls to ps_game and db_agent files

    Greetings community, I'm new around here but not so much in the world of Shaiya private servers. I've been using @Bowie's wonderful work for a while now but I don't really like using CE to add dll functionality to the server executables. For this reason, I was wondering if there is actually any...
Back
Top