[Tutorial] Increase max player limit for quest (2008)

Results 1 to 8 of 8
  1. #1
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    [Tutorial] Increase max player limit for quest (2008)

    This was based off the 2007 Guide http://forum.ragezone.com/f497/tutor...-limit-589887/

    I found the updated address's and got it working 100% (so far)

    WARNING BACK-UP FILES ALWAYS

    all you need to edit is matchserver.exe

    Original Code:
    Code:
    0044994A               MOV DWORD PTR DS:[ESI+3C],4
    00449951               MOV DWORD PTR DS:[ESI+34],EBX
    00449954               CALL 00445840
    Modified Code:
    Code:
    0044994A               JMP SHORT 00449951
    0044994C               NOP
    0044994D               NOP
    0044994E               NOP
    0044994F               NOP
    00449950               NOP
    00449951               MOV DWORD PTR DS:[ESI+34],EBX
    00449954               CALL 00445840

    Enjoy!


  2. #2
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: [Tutorial] Increase max player limit for quest (2008)

    What's the point of the JMP SHORT?

  3. #3
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Tutorial] Increase max player limit for quest (2008)

    Quote Originally Posted by ThievingSix View Post
    What's the point of the JMP SHORT?
    honestly I don't know, I assumed thats the way it was done, used it randomly and it returned back the results I wanted so I guess it's fine

  4. #4
    Valued Member robertinh07 is offline
    MemberRank
    Dec 2008 Join Date
    106Posts

    Re: [Tutorial] Increase max player limit for quest (2008)

    Is crash matchserver... after kill the boss
    help? =]

  5. #5
    Enthusiast Xirene is offline
    MemberRank
    Jun 2010 Join Date
    45Posts

    Re: [Tutorial] Increase max player limit for quest (2008)

    Quote Originally Posted by robertinh07 View Post
    Is crash matchserver... after kill the boss
    help? =]
    Yes Same for Me..:O

  6. #6
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: [Tutorial] Increase max player limit for quest (2008)

    it never crashed once for me

  7. #7
    Apprentice troppliad is offline
    MemberRank
    Sep 2008 Join Date
    8Posts

    Re: [Tutorial] Increase max player limit for quest (2008)

    0044994A MOV DWORD PTR DS:[ESI+3C],4
    00449951 MOV DWORD PTR DS:[ESI+34],EBX
    00449954 CALL 00445840

    try to make that

    0044994A MOV DWORD PTR DS:[ESI+3C],MAX_PLAYER_LIMIT
    00449951 MOV DWORD PTR DS:[ESI+34],EBX
    00449954 CALL 00445840

    isn't that should be the right code? O:

  8. #8
    Apprentice RunescapeMasta is offline
    MemberRank
    Aug 2010 Join Date
    UKLocation
    23Posts

    Re: [Tutorial] Increase max player limit for quest (2008)

    lol. Can someone make a fully modded runnable, with the spread and shit. ~_- ( I know I am a lazy bastard do not need to say it).



Advertisement