[Release] MUEMU - Files 4/6/8 FREE

Page 4 of 4 FirstFirst 1234
Results 46 to 56 of 56
  1. #46
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    re: [Release] MUEMU - Files 4/6/8 FREE

    Quote Originally Posted by KhayLe View Post
    @seedmaker when you're using /mreset does it also affect your master level? or have you setted only the skills will be resetted?

    - - - Updated - - -



    Do you know how to add that on source mate?
    /mreset is Like /reset it means MasterReset :)
    idont know about /mreset also but let me Check First

    Bro you can Check the Settings in Command.dat ithink you can enable them :)

    Yeah Maybe need a lot of Work about this xD
    Last edited by seedmaker; 05-06-17 at 03:38 PM.

  2. #47
    Member MAJ is offline
    MemberRank
    Jun 2012 Join Date
    83Posts

    re: [Release] MUEMU - Files 4/6/8 FREE

    How to set party level limit?

    Characters lvl 1 can do party with 400 now, I want to set it max. at 150 difference levels

  3. #48
    Member Gendrixon is offline
    MemberRank
    Jun 2014 Join Date
    84Posts

    re: [Release] MUEMU - Files 4/6/8 FREE

    Hey. Does anyone have a fix in offexp close client? No reconnect? THX!

  4. #49
    Apprentice suRexar is offline
    MemberRank
    Aug 2014 Join Date
    24Posts

    Re: [Release] MUEMU - Files 4/6/8 FREE

    Hello! how can i remove the license this files? (S6). have any guide?

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

    Re: [Release] MUEMU - Files 4/6/8 FREE

    Quote Originally Posted by suRexar View Post
    Hello! how can i remove the license this files? (S6). have any guide?
    Guide to create bypass: http://forum.ragezone.com/f197/relea...s4-s6-1098374/ is on the first page of this thread.

  6. #51
    Apprentice suRexar is offline
    MemberRank
    Aug 2014 Join Date
    24Posts

    Re: [Release] MUEMU - Files 4/6/8 FREE

    guys how i delete snow effect in lorencia?

  7. #52
    Account Upgraded | Title Enabled! thevjfla is offline
    MemberRank
    Apr 2012 Join Date
    203Posts

    Re: [Release] MUEMU - Files 4/6/8 FREE

    Anyone can fixed the required level in the move list? With normal characters show the required level, but using Dark lord or MG shows a lower req level for move. Any idea?

  8. #53
    selling server files is against RZ rules LTPTeam is offline
    MemberRank
    Feb 2013 Join Date
    UkraineLocation
    551Posts

    Re: [Release] MUEMU - Files 4/6/8 FREE

    Quote Originally Posted by thevjfla View Post
    Anyone can fixed the required level in the move list? With normal characters show the required level, but using Dark lord or MG shows a lower req level for move. Any idea?
    it always has been.

    Season 6 client code:
    Code:
    int GetMgTeleportLevel(int mapLevel)
    {
        return mapLevel*2/3;//floor(mapLevel*2/3);
    }
    
    
    __declspec(naked) void ChangeMGLevel()
    {
        static DWORD TpLevel=0;
        static DWORD retAddr = 0x00832ACE;
        __asm
        {
            MOV EAX, DWORD PTR SS:[EBP-0x30]
            MOV TpLevel, EAX
        }
        TpLevel = GetMgTeleportLevel(TpLevel);
    
        __asm
        {
            MOV EAX, TpLevel
            MOV DWORD PTR SS:[EBP-0x30],EAX
            jmp retAddr
        }
    }
    
    //Hook:
    SetCompleteHook(0xE9,0x00832ABB,&ChangeMGLevel);

  9. #54
    Account Upgraded | Title Enabled! thevjfla is offline
    MemberRank
    Apr 2012 Join Date
    203Posts

    Re: [Release] MUEMU - Files 4/6/8 FREE

    Quote Originally Posted by LTPTeam View Post
    it always has been.

    Season 6 client code:
    Code:
    int GetMgTeleportLevel(int mapLevel)
    {
        return mapLevel*2/3;//floor(mapLevel*2/3);
    }
    
    
    __declspec(naked) void ChangeMGLevel()
    {
        static DWORD TpLevel=0;
        static DWORD retAddr = 0x00832ACE;
        __asm
        {
            MOV EAX, DWORD PTR SS:[EBP-0x30]
            MOV TpLevel, EAX
        }
        TpLevel = GetMgTeleportLevel(TpLevel);
    
        __asm
        {
            MOV EAX, TpLevel
            MOV DWORD PTR SS:[EBP-0x30],EAX
            jmp retAddr
        }
    }
    
    //Hook:
    SetCompleteHook(0xE9,0x00832ABB,&ChangeMGLevel);
    Bro, can you teach me how to enable the assistant guild for accept guild request like the guild master?

    im try in server side, but without good results.

  10. #55
    selling server files is against RZ rules LTPTeam is offline
    MemberRank
    Feb 2013 Join Date
    UkraineLocation
    551Posts

    Re: [Release] MUEMU - Files 4/6/8 FREE

    Quote Originally Posted by thevjfla View Post
    Bro, can you teach me how to enable the assistant guild for accept guild request like the guild master?

    im try in server side, but without good results.
    Code:
    __declspec(naked) void GuildAssistEx()
    {
        static DWORD GuildAssistEx_Buff;
        _asm
        {
            mov GuildAssistEx_Buff, ecx
        }
        // ----
    
        if( GuildAssistEx_Buff == 128 || GuildAssistEx_Buff == 64)
        {
            _asm
            {
                mov GuildAssistEx_Buff, 0x0078F5FD
                jmp GuildAssistEx_Buff
            }
        }
        else
        {
            _asm
            {
                mov GuildAssistEx_Buff, 0x0078F57A
                jmp GuildAssistEx_Buff
            }
        }
    }
    
    //Hook
    SetCompleteHook(0xE9,0x0078F56E,&GuildAssistEx);

  11. #56
    Enthusiast meteor427 is offline
    MemberRank
    Jun 2006 Join Date
    qqqLocation
    40Posts

    Re: [Release] MUEMU - Files 4/6/8 FREE

    Hello, can you share your file again? The network disk has failed

    - - - Updated - - -


    Hello, can you share your file again? The network disk has failed



Page 4 of 4 FirstFirst 1234

Advertisement