[Release] X-Team Sources (S4, S6, S8)

Page 3 of 57 FirstFirst 12345678910111353 ... LastLast
Results 31 to 45 of 846
  1. #31
    Enthusiast Eduward is offline
    MemberRank
    Feb 2013 Join Date
    25Posts

    Re: Source [MUEMU]

    After clicking in the room, nothing happens, what can be?
    Screenshot by Lightshot
    Screenshot by Lightshot

  2. #32
    Member figaro is offline
    MemberRank
    May 2014 Join Date
    99Posts

    Re: Source [MUEMU]

    someone will release updates to the server files with some fixes? for those who do not know programming? :)

  3. #33
    Enthusiast lordbilly is offline
    MemberRank
    Dec 2007 Join Date
    ArgentinaLocation
    38Posts

    Re: Source [MUEMU]

    S4/S6/S8

    *Fix Full Server
    *Fix License JS<->GS
    *Fix ObjectManager DelAcc/AddAcc Main<->GS
    *Optimized Code GameServer Low Consume Ram 34mb
    *15K Monster
    *Fix Join Local
    Good Source, to experience things


  4. #34
    LittleGiant MUnoob is offline
    MemberRank
    Apr 2011 Join Date
    492Posts

    Re: Source [MUEMU]

    How do you build the main.exe file? Or do we just use the original one from the release?


    I only found main.dll

  5. #35
    Enthusiast lordbilly is offline
    MemberRank
    Dec 2007 Join Date
    ArgentinaLocation
    38Posts

    Re: Source [MUEMU]

    Quote Originally Posted by MUnoob View Post
    How do you build the main.exe file? Or do we just use the original one from the release?


    I only found main.dll
    normal main.exe is used, which must modify and compile is the Main.dll
    Last edited by allexander; 04-06-18 at 06:42 PM.

  6. #36
    Account Upgraded | Title Enabled! laulinh2 is offline
    MemberRank
    Mar 2013 Join Date
    305Posts

    Re: Source [MUEMU]

    what is AuthServer ????

  7. #37
    #ChangeBrazil SmileYzn is offline
    MemberRank
    Nov 2012 Join Date
    0x00401000Location
    927Posts

    Re: Source [MUEMU]

    Omg, compiling fine with VS 2012 with update 5.

    Spoiler:





    Some "Coders" need to learn a bit more about visual studio and their tools.

  8. #38
    Enthusiast Eduward is offline
    MemberRank
    Feb 2013 Join Date
    25Posts

    Re: Source [MUEMU]

    After clicking in the room, nothing happens, what can be?
    Screenshot by Lightshot
    Screenshot by Lightshot

  9. #39
    Valued Member Ehgm is offline
    MemberRank
    Dec 2015 Join Date
    BrasilLocation
    101Posts

    Re: Source [MUEMU]

    As it does for the background goes black?

    - - - Updated - - -

    The Box of Kundun with this appearance of Box of Luck?

  10. #40
    Valued Member MaxVoll is offline
    MemberRank
    Aug 2013 Join Date
    112Posts

    Re: Source [MUEMU]

    that version is the files season 4? :)

  11. #41
    Enthusiast weeds22 is offline
    MemberRank
    Jan 2015 Join Date
    30Posts

    Re: Source [MUEMU]

    Haw to remove level 400 limit?

  12. #42
    Valued Member Ehgm is offline
    MemberRank
    Dec 2015 Join Date
    BrasilLocation
    101Posts

    Re: Source [MUEMU]

    The Summoner skill not work in player , this is normal or this bug?
    I never played the summoner!

  13. #43
    Enthusiast lordbilly is offline
    MemberRank
    Dec 2007 Join Date
    ArgentinaLocation
    38Posts

    config Re: Source [MUEMU]

    I leave some fix for various errors

    Error [ObjectManager] DelAcc

    They have to modify the main.cpp to create a bypass

    Code:
    gCustomItem.Load(gProtect.m_MainInfo.CustomItemInfo);
    
    
        gCustomWingEffect.Load(gProtect.m_MainInfo.CustomWingEffectInfo);
    
    
        gPacketManager.LoadEncryptionKey("Data\\Enc1.dat");
    
    
        gPacketManager.LoadDecryptionKey("Data\\Dec2.dat");
    
    
        InitCommon();
    
    
        //InitHackCheck();
    
    
        InitItem();
    
    
        InitJewel();
    
    
        InitPrintPlayer();
    
    
        InitReconnect();
    
    
        InitResolution();
    
    
        InitWing();
    and the GS

    Code:
    #define ENCRYPT_STATE 0  // Change 1 by 0
    Fix License on all Project

    Code:
    #define PROTECT_STATE 0 // Change 1 by 0
    Fix Server Full // Thx ashlay

    CServerDisplayer::SetWindowName

    Code:
        wsprintf(buff,"[%s] JoinServer (QueueSize : %d) (AccountCount : %d/%d)",JOINSERVER_VERSION,gSocketManager.GetQueueSize(),
            gAccountManager.GetAccountCount(),
    #if    PROTECT_STATE
            gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType]
    #else
            MAX_ACCOUNT
    #endif
        );

    on

    GJConnectAccountRecv

    Code:
        if(gAccountManager.GetAccountCount() >= 
    #if    PROTECT_STATE
            gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType]
    #else
            MAX_ACCOUNT
    #endif
            )
    Change Max LVL , NO TESTED! , I do not recommend it because the level works with the masterlvl

    Search in GS

    Code:
    #define MAX_CHARACTER_LEVEL 400  //<- Changed
    Regards

  14. #44
    Account Upgraded | Title Enabled! laulinh2 is offline
    MemberRank
    Mar 2013 Join Date
    305Posts

    Re: Source [MUEMU]

    Quote Originally Posted by lordbilly View Post
    S4/S6/S8



    Good Source, to experience things

    how to change background color??? and change max monster
    Last edited by laulinh2; 26-03-16 at 05:03 AM.

  15. #45
    Account Upgraded | Title Enabled! cripssy is offline
    MemberRank
    Jun 2010 Join Date
    467Posts

    Re: Source [MUEMU]

    im using s6 how can i activate the 3d cam on client s6? help plss



Advertisement