How to fix that ?

Results 1 to 13 of 13
  1. #1
    Enthusiast brunohkbx is offline
    MemberRank
    Mar 2014 Join Date
    mov ebx,1Location
    30Posts

    How to fix that ?

    Hello everyone.
    I'm developing a MU Season 2 and my gameserver version is 0.99.87.0 .
    In the game, the 380 system and the harmony options aren't available. I'm trying to hook a DLL on the gameserver, but the gameserver has been hooked already , so what do I do ?


  2. #2
    Alpha Member 2009x2014 is offline
    MemberRank
    Dec 2009 Join Date
    2,765Posts

    Re: How to fix that ?

    Quote Originally Posted by brunohkbx View Post
    Hello everyone.
    I'm developing a MU Season 2 and my gameserver version is 0.99.87.0 .
    In the game, the 380 system and the harmony options aren't available. I'm trying to hook a DLL on the gameserver, but the gameserver has been hooked already , so what do I do ?
    Now answer your self, you have any idea what you are doing or you believe in story "pf ill hook and mad*** working"

    not it is not easy like dis, what i can suggest you, is to find gs 1.00.18 source code/ or s2 repack/release, much easier and less pain.

    y0.

  3. #3
    Member invasionGB is offline
    MemberRank
    Oct 2006 Join Date
    North CarolinaLocation
    93Posts

    Re: How to fix that ?

    Quote Originally Posted by 4FUNer View Post
    Now answer your self, you have any idea what you are doing or you believe in story "pf ill hook and mad*** working"

    not it is not easy like dis, what i can suggest you, is to find gs 1.00.18 source code/ or s2 repack/release, much easier and less pain.

    y0.
    That's the problem with many "admins" << (notice the quotes). They are just lazy to code (or to learn to code).

  4. #4
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: How to fix that ?

    Quote Originally Posted by invasionGB View Post
    That's the problem with many "admins" << (notice the quotes). They are just lazy to code (or to learn to code).
    Im not trying to be a jerk but don't call anyone that they are lazy to code cause your doing the same thing there wanting answers so they ask Rage Zone and you do the same thing! so don't call none lazy! they want help just like you!

  5. #5
    • ♠️​ ♦️ ♣️ ​♥️ • שเ๒єtгเ๒є is offline
    MemberRank
    Mar 2012 Join Date
    917Posts

    Re: How to fix that ?

    Quote Originally Posted by 4FUNer View Post
    Now answer your self, you have any idea what you are doing or you believe in story "pf ill hook and mad*** working"

    not it is not easy like dis, what i can suggest you, is to find gs 1.00.18 source code/ or s2 repack/release, much easier and less pain.

    y0.
    If there is a source, why would anybody try to hook in any case. Recompiling is easier at all, yea.

  6. #6
    Alpha Member 2009x2014 is offline
    MemberRank
    Dec 2009 Join Date
    2,765Posts

    Re: How to fix that ?

    Quote Originally Posted by שเ๒єtгเ๒є View Post
    If there is a source, why would anybody try to hook in any case. Recompiling is easier at all, yea.
    There is a source, not only s2 but s4/s6, what they r trying to do, is hook let's say

    custom dll compiled of offsets research'd on gs A to a gs B version and wondering WTH it's not working xD

  7. #7
    Enthusiast brunohkbx is offline
    MemberRank
    Mar 2014 Join Date
    mov ebx,1Location
    30Posts

    Re: How to fix that ?

    Quote Originally Posted by 4FUNer View Post
    There is a source, not only s2 but s4/s6, what they r trying to do, is hook let's say

    custom dll compiled of offsets research'd on gs A to a gs B version and wondering WTH it's not working xD
    When I said that I'm trying to hook a dll , I mean in hook my own DLL.
    I want to learn how to make my own server .

  8. #8
    • ♠️​ ♦️ ♣️ ​♥️ • שเ๒єtгเ๒є is offline
    MemberRank
    Mar 2012 Join Date
    917Posts

    Re: How to fix that ?

    Ye I got, silly idea in that case haha.
    Get a source and make your server. :P

  9. #9
    Enthusiast brunohkbx is offline
    MemberRank
    Mar 2014 Join Date
    mov ebx,1Location
    30Posts

    Re: How to fix that ?

    Yeah that is my problem.
    I picked a game server and I put it online,
    but WHERE I start to code ?
    I mean, how do I fix a problem ?
    I'm supposed to create a fix dll and hook in gameserver whenever I find a bug?

  10. #10
    Member invasionGB is offline
    MemberRank
    Oct 2006 Join Date
    North CarolinaLocation
    93Posts

    Re: How to fix that ?

    Quote Originally Posted by dragonseth View Post
    Im not trying to be a jerk but don't call anyone that they are lazy to code cause your doing the same thing there wanting answers so they ask Rage Zone and you do the same thing! so don't call none lazy! they want help just like you!
    I think you got me wrong. My answer was for 4funer and it was a general answer. It was not meant to call you lazy at all. If you have your own DLL that means you coded it.

  11. #11
    Alpha Member 2009x2014 is offline
    MemberRank
    Dec 2009 Join Date
    2,765Posts

    Re: How to fix that ?

    Quote Originally Posted by brunohkbx View Post
    Yeah that is my problem.
    I picked a game server and I put it online,
    but WHERE I start to code ?
    I mean, how do I fix a problem ?
    I'm supposed to create a fix dll and hook in gameserver whenever I find a bug?
    I assume that you wish to start with Season 2/Season4 right?

    Fixing bugs using .dll is a bad practice and make's you work harder if you can not find any-help related to the problem.
    Researching offsets, meh, it was needed old times, but not now when decompiled gs src is released.

    You can find download at ragezone release/dev section, of specified game server sources 1.00.18 (s2) or 1.00.90 (.87) (s4) but programming/debuging knowledge is required.

    So if you understand my "advice" lets go step after.

    Once you download source code, and you discover some problems -> debug or do research inside source code -> try fix it -> compile new gs -> test.

    If you have problems converting source code to newest standarts, consider learning, or use older vs for start.


    If you want to skip most of f*** and start an own server, use already ready to go release, there is few stable s2/s4 even customized ones, and you can try it at any time with not much issues to fix, and then you can consider modify (if released) gs/dll source recompile/hook, simply visit release section.

    But for learning? go pro learn on decompled gs src.

    Have fun.

  12. #12
    Enthusiast brunohkbx is offline
    MemberRank
    Mar 2014 Join Date
    mov ebx,1Location
    30Posts

    Re: How to fix that ?

    Thanks !
    Last question(I promisse), If I pick this source code http://www.mediafire.com/download/um.../Mu-Studio.rar at the topic : http://forum.ragezone.com/f197/games...-18-gs-658090/
    How can I open the full project and compile in visual studio?

  13. #13
    Alpha Member 2009x2014 is offline
    MemberRank
    Dec 2009 Join Date
    2,765Posts

    Re: How to fix that ?

    Quote Originally Posted by brunohkbx View Post
    Thanks !
    Last question(I promisse), If I pick this source code http://www.mediafire.com/download/um.../Mu-Studio.rar at the topic : http://forum.ragezone.com/f197/games...-18-gs-658090/
    How can I open the full project and compile in visual studio?

    Open project file or New project & convert/fix errors using new vc++ versions, or if you have problems try find vc++ 6.0 dev edition sp4 or 5 i thinks thats the one that wz used.

    About compile, you said you use own .dll, then you should know "how" just choose supported protocol of ur client.

    Uncle google will help you alot, as far as you got some basics to start mess with, its not abc, its ->(.)(.), so you know good luck :)



Advertisement