Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ... v1.5

Page 1 of 3 123 LastLast
Results 1 to 15 of 36
  1. #1
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    happy Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ... v1.5

    For make a full patch if you know any offset post here: http://forum.ragezone.com/f721/colle...188-a-1038871/



    v 1.0 Features

    Game Server :
    change guild union limit to chat default is 12 chars to talk in chat, you can put for all change for 50
    change mastery limit
    change cap level
    change cap job level

    Shard :

    change max caracter can be create per earch account

    Sro_client :

    change guild union limit to chat default is 12 chars to talk in chat, you can put for all change for 50
    Change mastery limit
    change Eu mastery limit
    change max caracter can be create per earch account

    v1.1

    Change Pet Level cap
    Change Quest Level max

    v1.5

    changed design
    fixed problem patch mastery eu level
    added patch range auto select sro_client.exe

    v3.0


    Added Job and Guild Penality Change(Game Server)
    Changed code Change Max Level(Now change skills showup, pet and mastery)

    v3.1

    Added Option disable monster party spawn(Game Server)
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------

    Download: [url=http://mgprojectssro.blogspot.com.br/2017/02/vsro-patcher-v-31.html[/url]

    Scan: https://www.virustotal.com/pt/file/4...is/1416679736/

    PHP Code:
    FOR CHARS WORK EDIT this procedure_AddNewChar

    where

    SELECT         
    [MENTION=27008]temp[/MENTION] = count(CharIDFROM _User WITH (NOLOCKWHERE UserJID =         [MENTION=1335]user[/MENTION]JID        
              
        
    IF          [MENTION=27008]temp[/MENTION] >= 4)        
        
    BEGIN        
            
    -- ³Ê¹« ¸¹ÀÚ³ª        
            
    RETURN -2        
        END        


    "IF          [MENTION=27008]temp[/MENTION] >= 4)        "  put same value edit char max per account 
    Last edited by MGProjects; 25-02-17 at 09:31 AM.


  2. #2
    Apprentice Sector1337 is offline
    MemberRank
    Feb 2014 Join Date
    23Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Send me your skype in private message

  3. #3
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by Sector1337 View Post
    Send me your skype in private message
    already

  4. #4
    Proficient Member Tazdingo is offline
    MemberRank
    Nov 2010 Join Date
    153Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    It ll be nice if you add an option for pt match 130++

  5. #5
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by Tazdingo View Post
    It ll be nice if you add an option for pt match 130++
    for sro_client right?

    have offset?

  6. #6
    Proficient Member Tazdingo is offline
    MemberRank
    Nov 2010 Join Date
    153Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by MGProjects View Post
    for sro_client right?

    have offset?
    Yes for sro_client.
    0x0073AFAE
    0x0073B013
    0x0073B030
    0x0073FA4C
    0x0073FAAF
    0x0073FACC

    The problem is that you can not set a value higher than 125(i think). I try to set it to 130 and appear 1-(-126).

  7. #7
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by Tazdingo View Post
    Yes for sro_client.
    0x0073AFAE
    0x0073B013
    0x0073B030
    0x0073FA4C
    0x0073FAAF
    0x0073FACC

    The problem is that you can not set a value higher than 125(i think). I try to set it to 130 and appear 1-(-126).
    i not found in my sro_client using ollydbg

    upload ur sro_client

  8. #8
    Account Upgraded | Title Enabled! thebigbody is offline
    MemberRank
    Sep 2012 Join Date
    R4BIA x ♥Location
    391Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    that's all Synx offsets that he had already released at e*pvp but very good to make it as patcher " more easy "
    but like always can't download
    anyway i made it manual and it didn't work i get Failed to create char bla bla bla idk what's wrong
    Last edited by thebigbody; 22-11-14 at 09:25 PM.

  9. #9
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by thebigbody View Post
    that's all Synx offsets that he had already released at e*pvp but very good to make it as patcher " more easy "
    but like always can't download
    anyway i made it manual and it didn't work i get Failed to create char bla bla bla idk what's wrong
    FOR CHARS WORK EDIT this procedure: _AddNewChar

    where

    SELECT @temp = count(CharID) FROM _User WITH (NOLOCK) WHERE UserJID = @userJID

    IF @temp >= 4)
    BEGIN
    -- ³Ê¹« ¸¹ÀÚ³ª
    RETURN -2
    END


    "IF @temp >= 4) " put same value edit char max per account

  10. #10
    Account Upgraded | Title Enabled! adminsxza is offline
    MemberRank
    Jun 2012 Join Date
    208Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by MGProjects View Post
    FOR CHARS WORK EDIT this procedure: _AddNewChar

    where

    SELECT @temp = count(CharID) FROM _User WITH (NOLOCK) WHERE UserJID = @userJID

    IF @temp >= 4)
    BEGIN
    -- ³Ê¹« ¸¹ÀÚ³ª
    RETURN -2
    END


    "IF @temp >= 4) " put same value edit char max per account
    Tested (Working)

  11. #11
    Account Upgraded | Title Enabled! thebigbody is offline
    MemberRank
    Sep 2012 Join Date
    R4BIA x ♥Location
    391Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by MGProjects View Post
    FOR CHARS WORK EDIT this procedure: _AddNewChar

    where

    SELECT @temp = count(CharID) FROM _User WITH (NOLOCK) WHERE UserJID = @userJID

    IF @temp >= 4)
    BEGIN
    -- ³Ê¹« ¸¹ÀÚ³ª
    RETURN -2
    END


    "IF @temp >= 4) " put same value edit char max per account
    yea worked fine now thx

  12. #12
    Apprentice atahan150 is offline
    MemberRank
    May 2013 Join Date
    19Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    plase uload to mega.co.nz plase

  13. #13
    Account Upgraded | Title Enabled! saxz is offline
    MemberRank
    Jul 2010 Join Date
    1,293Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    SRO_Client
    0x5DF9DE PUSH 2 -> PUSH 74
    0x5DF9E0 PUSH 540BE3FF -> PUSH 6A528800
    0x5EA683 PUSH 2 -> PUSH 74
    0x5EA685 PUSH 540BE3FF -> PUSH 6A528800
    0x6B2003 PUSH 2 -> PUSH 74
    0x6B2005 PUSH 540BE3FF -> PUSH 6A528800
    0x6BA765 PUSH 2 -> PUSH 74
    0x6BA767 PUSH 540BE3FF -> PUSH 6A528800

    Gameserver
    0x471B00 CMP ESI,2 -> CMP ESI,74
    0x471B07 CMP EAX,540BE3FF -> CMP EAX,6A528800
    0x472FF5 CMP EDX,2 -> CMP EDX,74
    0x473008 CMP EAX,540BE3FF -> CMP EAX,6A528800
    0x47ABD8 CMP ECX,2 -> CMP ECX,74
    0x47ABE3 CMP ECX,540BE3FF -> CMP ECX,6A528800

    still gold limit to 500b

    hope it usefull to add it to your program

  14. #14
    No avatar RenePunik is offline
    MemberRank
    Feb 2013 Join Date
    1,430Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    I like your awesome releases. , But last thing all want it from you @MGProjects is : change your file host on other host. like mediafire, mega.co.nz and filesfm
    Last edited by RenePunik; 25-11-14 at 12:36 PM.

  15. #15
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    Re: Vsro Patcher Sr_gamesrv, Sr_shard, Sro_client ...

    Quote Originally Posted by RenePunik View Post
    I like your awesome releases. , But last thing all want it from you @MGProjects is : change your file host on other host. like mediafire, mega.co.nz and filesfm
    i like use own hostfile



Page 1 of 3 123 LastLast

Advertisement