[Development] Mu Server/Sources Pack

Results 1 to 10 of 10
  1. #1
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts

    config [Development] Mu Server/Sources Pack

    Here are some things i have collected around the years a lot is already public but i'm sure some things were never shared.


    Download
    Last edited by ashlay; 27-10-20 at 03:14 AM.


  2. #2
    C# My Life thepatan55 is offline
    MemberRank
    Oct 2007 Join Date
    Julin, Fujian,Location
    308Posts

    Re: [Development] Mu Server/Sources Pack

    thanks for sharing, only the missing 1.01.10B Ex901

  3. #3
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts

    Re: [Development] Mu Server/Sources Pack

    Quote Originally Posted by thepatan55 View Post
    thanks for sharing, only the missing 1.01.10B Ex901
    Added.

  4. #4
    Darkness Member Kiosani is offline
    MemberRank
    Oct 2007 Join Date
    ArgentinaLocation
    1,276Posts

    happy Re: [Development] Mu Server/Sources Pack

    Quote Originally Posted by ashlay View Post
    Added.
    Good release bro, is lacking you here too: Season 12.1 Korean Server Files (PDB+MAP) Released by @SmileYzn

    SmileYzn Thread: http://forum.ragezone.com/f197/relea...erver-1147999/
    Last edited by Kiosani; 26-10-20 at 09:32 AM.

  5. #5
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts

    Re: [Development] Mu Server/Sources Pack

    Added 1.00.93 source code that i was working on 2018 i don't remember everything i did but i'm sure i removed some shit and make it compile for all versions(?)
    #define G_V_97D 0
    #define G_V_97_99 1
    #define G_V_99B 2
    #define G_V_S1 3
    #define G_V_S1_512 4
    #define G_V_S2 5
    #define G_V_S2_2 6
    #define G_V_S3_E1 7
    #define G_V_S3_E2 8
    #define G_V_S4_5 9
    #define G_V_S4_6 10
    #define G_V_S5 11//init of s5 <useless

    @Kiosani
    Added this too.
    Last edited by ashlay; 27-10-20 at 03:19 AM.

  6. #6
    Proficient Member slander is offline
    MemberRank
    Oct 2012 Join Date
    157Posts

    Re: [Development] Mu Server/Sources Pack

    Thx for share menina

  7. #7
    Enthusiast MaxSpeed is offline
    MemberRank
    Jul 2015 Join Date
    43Posts

    Re: [Development] Mu Server/Sources Pack

    Quote Originally Posted by ashlay View Post
    Here are some things i have collected around the years a lot is already public but i'm sure some things were never shared.


    Download
    you can share source wzag.dll for gameserver1.01.06 tai ?

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

    Re: [Development] Mu Server/Sources Pack

    Quote Originally Posted by ashlay View Post
    added 1.00.93 source code that i was working on 2018 i don't remember everything i did but i'm sure i removed some shit and make it compile for all versions(?)
    #define g_v_97d 0
    #define g_v_97_99 1
    #define g_v_99b 2
    #define g_v_s1 3
    #define g_v_s1_512 4
    #define g_v_s2 5
    #define g_v_s2_2 6
    #define g_v_s3_e1 7
    #define g_v_s3_e2 8
    #define g_v_s4_5 9
    #define g_v_s4_6 10
    #define g_v_s5 11//init of s5 <useless

    @kiosani
    added this too.
    3q very much

    - - - Updated - - -

    Quote Originally Posted by ashlay View Post
    Added 1.00.93 source code that i was working on 2018 i don't remember everything i did but i'm sure i removed some shit and make it compile for all versions(?)
    #define G_V_97D 0
    #define G_V_97_99 1
    #define G_V_99B 2
    #define G_V_S1 3
    #define G_V_S1_512 4
    #define G_V_S2 5
    #define G_V_S2_2 6
    #define G_V_S3_E1 7
    #define G_V_S3_E2 8
    #define G_V_S4_5 9
    #define G_V_S4_6 10
    #define G_V_S5 11//init of s5 <useless

    @Kiosani
    Added this too.
    How to switch version compilation? thank you
    For example, when I switch to 97D, do I delete other versions?

  9. #9
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts

    Re: [Development] Mu Server/Sources Pack

    Quote Originally Posted by meteor427 View Post
    3q very much

    - - - Updated - - -



    How to switch version compilation? thank you
    For example, when I switch to 97D, do I delete other versions?
    Comment the others versions defines.

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

    Re: [Development] Mu Server/Sources Pack

    #define G_V_97D 0
    #define G_V_97_99 1
    #define G_V_99B 2
    #define G_V_S1 3
    #define G_V_S1_512 4
    #define G_V_S2 5
    #define G_V_S2_2 6
    #define G_V_S3_E1 7
    #define G_V_S3_E2 8
    #define G_V_S4_5 9
    #define G_V_S4_6 10
    #define G_V_S5 11//init of s5
    //#define CHARACTERDB_SERVER

    #define GAME_VERSION G_V_99B

    #define UPDATE_VERSION 1




    The version is changed, isn't it? But there was a compilation error



Advertisement