DMT Full S2 + custom

Page 1 of 12 12345678911 ... LastLast
Results 1 to 25 of 278
  1. #1
    Apprentice DMCahir is offline
    MemberRank
    Aug 2007 Join Date
    PolandLocation
    19Posts

    DMT Full S2 + custom

    We would like to share with whole MuOnline community our server files. In these days, full of more or less bugged S3 server files and coders who want $$ for their work, everybody forgot about bugless (almost) S2 xD . We're here to fill this gap so there it is ...

    DMT Full S2 Server Files.

    Well... listing of WHOLE working features is not exactly our point so ...

    Works :

    all S1 & S2 features, including :

    - Events;
    - CHM mixes;
    - Golden Archer (fully customizable GoldenArcher.dat);
    - 380 items system;
    - Halloween Event items drop;
    - Many usefull configuration addons in dmt.ini;
    - One new event (invasion event);


    Credits :

    - WEBZEN
    - Cahir - main programmer, developer
    - Ziper - programmer, developer
    - j3zz - developer, tester, keep'in project up person :P ...

    Files have many usefull addons, custom configuration, including :

    antyAFK system
    fully working Golden Archer
    3D camera - fully operated by mouse

    Known bugs/not finished things :

    HE Scrolls don't working on GS_CS (because of 1.0.0.16 not 19)
    We don't have Mana Shield/Great Fortitude configuration
    Visual bug on Skeleton Transformation ring

    WE DO NOT PLANNING DEVELOP THIS FILES WITH S3 SO DON"T ASK FOR THIS

    DOWNLOAD
    Files: http://www.sendspace.com/file/owzxf1
    Client 1.02R+: http://muweb.nefficient.co.kr/muweb/MU1_02R+_Full.zip
    Patch 1.04f: ftp://muonline.nefficient.co.kr/pub/..._04f_Patch.zip
    Patch DMTFullS2: http://www.sendspace.com/file/mqrbt3

    Mirrors from Silvers:
    DMT FullS2 Files : http://www.muonlinecenter.com/download.php?view.159
    DMT FullS2 Client Patch : http://www.muonlinecenter.com/download.php?view.158
    1.02R+ Client : http://www.muonlinecenter.com/download.php?view.160
    Patch 1.04F Patch : http://www.muonlinecenter.com/download.php?view.161

    ClientExeVersion = 1.04.06
    ClientExeSerial = DarkMuSezon2Test

    IP in main: 192.168.1.7

    USE .NET Framework 2.0 or above
    Recommended Client - 1.04D or above
    Last edited by DMCahir; 14-06-08 at 04:40 PM.


  2. #2
    Alpha Member iBimbo is offline
    MemberRank
    Oct 2007 Join Date
    Section 192Location
    2,423Posts

    Re: [Release] DMT Full S2 + custom

    Approved.

    I just deleted the other thread wich i just approved xD

    I see this thread got a bit more info.

    Any flames or questions about season 3 will be infracted


    EDIT:
    Nice release, finally found out s2 is better than s3 :P

    btw, how can you use 1.04 main when its season 2 ? o.O
    I thought season2 used 1.03 Mains.

  3. #3
    Account Upgraded | Title Enabled! RayOfLight is offline
    MemberRank
    Jun 2006 Join Date
    EverywhereLocation
    1,301Posts

    Re: [Release] DMT Full S2 + custom

    Ok Wait, isn't HE = High elf = season 3?

    And what about coomands like /add, /post, etc

  4. #4
    Apprentice DMCahir is offline
    MemberRank
    Aug 2007 Join Date
    PolandLocation
    19Posts
    Quote Originally Posted by iBimbo View Post
    btw, how can you use 1.04 main when its season 2 ? o.O
    I thought season2 used 1.03 Mains.
    Yes, I know, but we have 1.04 mains with some features (our camera, translations, new item etc.), so we use 1.04. It's no difference. :)

    Quote Originally Posted by RayOfLight View Post
    Ok Wait, isn't HE = High elf = season 3?

    And what about coomands like /add, /post, etc
    HE = Halloween Event

    There are /post, /make, /ban, /unban, /setpk and /reload commands. :)

  5. #5
    Proficient Member j3zz is offline
    MemberRank
    Oct 2006 Join Date
    DublinLocation
    155Posts

    Re: [Release] DMT Full S2 + custom

    HE means Halloween Event and we do not have any /add commands ... It's not so important so ... we were focused on removing bugs :) ...

  6. #6
    Account Upgraded | Title Enabled! RayOfLight is offline
    MemberRank
    Jun 2006 Join Date
    EverywhereLocation
    1,301Posts

    Re: [Release] DMT Full S2 + custom

    lol /Add is like the most important ingame command. lol . I don't imagine anyone nowadays playing a server where you have to go to web for stats adding.

  7. #7
    Apprentice DMCahir is offline
    MemberRank
    Aug 2007 Join Date
    PolandLocation
    19Posts

    Re: [Release] DMT Full S2 + custom

    OK, I will add this command...

  8. #8
    Alpha Member iBimbo is offline
    MemberRank
    Oct 2007 Join Date
    Section 192Location
    2,423Posts

    Re: [Release] DMT Full S2 + custom

    Cahir, it takes 2 mins to get /add command working :)

    Source:

    PHP Code:
    /*
    Credits: coNsept,Yukura,leo123
    */
    void AddStats(int aIndex)
    {
        if (!
    IsAddCmd) return;
        
    cObj->Init(aIndex);
        if (!
    strcmpi(Message"/add"))
        {
            
    MessageOutput(aIndex"Useage: /add <Type> <Amount>");
            
    MessageOutput(aIndex"The price for Add is: %d, Maximum stats: %d"AddPriceAddMax);
            return;
        }
        if (
    cObj->Money AddPrice)
        {
            
    MessageOutput(aIndex"You are lacking zen! %d"AddPrice cObj->Money);
            return;
        }
        
    char Param1[100];
        
    memset(Param10x00100);
        
    GetParam(1MessageParam1);
        
    int AddType 0;
        if (!
    strcmpi(Param1"str")) AddType 0xB8;
        if (!
    strcmpi(Param1"agi")) AddType 0xBA;
        if (!
    strcmpi(Param1"vit")) AddType 0xBC;
        if (!
    strcmpi(Param1"eng")) AddType 0xBE;
        if (!
    strcmpi(Param1"cmd")) AddType 0xD8;
        if (!
    AddType)
        {
            
    MessageOutput(aIndex"You have selected wrong type! The types are: str, agi, vit, eng, cmd");
            return;
        }
        if (
    cObj->Class != && AddType == 0xD8)
        {
            
    MessageOutput(aIndex"Only Dark Lords can use the add cmd type.");
            return;
        }
        
    char Param2[100];
        
    memset(Param20x00100);
        
    GetParam(2MessageParam2);
        
    int StatsToAdd atoi(Param2);
        if (
    cObj->LvlUpPoints StatsToAdd)
        {
            
    MessageOutput(aIndex"You are lacking level up points! %d"StatsToAdd cObj->LvlUpPoints);
            return;
        }
        
    int NowStats cObj->GetWord(AddType);
        if ((
    StatsToAdd NowStats) > AddMax)
        {
            
    MessageOutput(aIndex"You are not allowed to add more than %d points!"AddMax);
            return;
        }
        
    BYTE Packet[5] = {0xC10x050x0F30x06};
        
    Packet[4] = ((AddType 16) ^ 8) / 2// Nice algorithm by coNsept to convert from gObj Offsets to the add types :P
        
    if (AddType == 0xD8Packet[4] = 0x04;
        if (
    StatsToAdd <= 100)
            for (
    int i=0i<StatsToAddi++)
                
    CGLevelUpPointAdd(PacketaIndex);
        else
        {
            
    int Amount = (cObj->LvlUpPoints StatsToAdd 1);
            
    cObj->SetInt(0xA4Amount);
            
    cObj->AddInt(AddTypeStatsToAdd 1);
            
    CGLevelUpPointAdd(PacketaIndex);
        }
        
    cObj->SetInt(0xB4cObj->Money AddPrice);
        
    CGMoneySend(aIndexcObj->Money AddPrice);
        
    cObj->Init(aIndex);
        
    MessageOutput(aIndex"You've added %d points. You have now %d points left."StatsToAddcObj->LvlUpPoints);
        if (
    StatsToAdd 100)
            
    MessageOutput(aIndex"Please relog and your stats will be updated.");


  9. #9
    Proficient Member pemus is offline
    MemberRank
    Sep 2005 Join Date
    PolandLocation
    150Posts

    Re: [Release] DMT Full S2 + custom

    More important is now command in DMT.ini in GS and GS_CS command for change % MS(Soul Barier) 100% now have, and Greater Fortidute for BK skill because now BK have 2 kkk HP when he is maxed too many many HP... Maybe you can change this MS like 79% max MS, and Greater Fortidute max 300 K hp for BK when use this skill when he is maxed.

    Maybe you change like this;
    Soul Barier:
    Mana Shield max 79% in max stats 32740.
    - 10916 Agility = 1%
    - 800 Energy = 1%
    - Scroll ( Soul Barier ) = 35%

    Ps. By the way excellent job :) Thanks !!

  10. #10
    Account Upgraded | Title Enabled! [FIUZ] is offline
    MemberRank
    Mar 2008 Join Date
    Republic of MoldovaLocation
    302Posts

    Re: [Release] DMT Full S2 + custom

    very nice release ! 100/10 thanks

  11. #11
    Apprentice Pimpisarausim is offline
    MemberRank
    Jun 2006 Join Date
    LatviaLocation
    20Posts

    Re: [Release] DMT Full S2 + custom

    How about md5 on/off?
    and please mirrors :D

  12. #12
    Proficient Member j3zz is offline
    MemberRank
    Oct 2006 Join Date
    DublinLocation
    155Posts

    Re: [Release] DMT Full S2 + custom

    No MD5, You can easily add it to DB's ... mirrors ?

    RS : http://rapidshare.com/files/12140065...Files.zip.html

  13. #13
    Account Upgraded | Title Enabled! Saint is offline
    MemberRank
    Sep 2007 Join Date
    GermanyLocation
    1,128Posts

    Re: [Release] DMT Full S2 + custom

    Nice, i love this.

    Gonna test it this days.

  14. #14
    Alpha Member iBimbo is offline
    MemberRank
    Oct 2007 Join Date
    Section 192Location
    2,423Posts

    Re: [Release] DMT Full S2 + custom


  15. #15
    Apprentice Pimpisarausim is offline
    MemberRank
    Jun 2006 Join Date
    LatviaLocation
    20Posts

    Re: [Release] DMT Full S2 + custom

    thx for mirror , can i ask some mirror for 1.02R + full its lagy un slow :)

  16. #16
    Account Upgraded | Title Enabled! NezuL is offline
    MemberRank
    Jan 2008 Join Date
    BulgariaLocation
    467Posts

    Re: [Release] DMT Full S2 + custom

    Nice I must try this server files !

  17. #17
    Proficient Member j3zz is offline
    MemberRank
    Oct 2006 Join Date
    DublinLocation
    155Posts

    Re: [Release] DMT Full S2 + custom

    Quote Originally Posted by Pimpisarausim View Post
    thx for mirror , can i ask some mirror for 1.02R + full its lagy un slow :)
    Use any 1.04D, F, or illuzione (or whatewer it was :D) client ...

  18. #18
    Apprentice Pimpisarausim is offline
    MemberRank
    Jun 2006 Join Date
    LatviaLocation
    20Posts

    Re: [Release] DMT Full S2 + custom

    Quote Originally Posted by j3zz View Post
    Use any 1.04D, F, or illuzione (or whatewer it was :D) client ...
    post some links . yea i'm newbie technolog

  19. #19
    Alpha Member iBimbo is offline
    MemberRank
    Oct 2007 Join Date
    Section 192Location
    2,423Posts

    Re: [Release] DMT Full S2 + custom

    Quote Originally Posted by Pimpisarausim View Post
    thx for mirror , can i ask some mirror for 1.02R + full its lagy un slow :)
    Im uploading to rapidshare and megaupload now :)

  20. #20
    Proficient Member j3zz is offline
    MemberRank
    Oct 2006 Join Date
    DublinLocation
    155Posts

    Re: [Release] DMT Full S2 + custom

    Here's Our test Client 1.04D without sound :

    http://www.sendspace.pl/file/Q169RV6A/ ,just add patch from release ;) (of course put Your IP in DMTFullS2.exe)

  21. #21
    Apprentice Pimpisarausim is offline
    MemberRank
    Jun 2006 Join Date
    LatviaLocation
    20Posts

    Re: [Release] DMT Full S2 + custom

    Quote Originally Posted by iBimbo View Post
    Im uploading to rapidshare and megaupload now :)
    lav ya :) i'm waitting ;) :poster_ss

  22. #22
    Alpha Member iBimbo is offline
    MemberRank
    Oct 2007 Join Date
    Section 192Location
    2,423Posts

    Re: [Release] DMT Full S2 + custom


  23. #23
    Apprentice Pimpisarausim is offline
    MemberRank
    Jun 2006 Join Date
    LatviaLocation
    20Posts

    Re: [Release] DMT Full S2 + custom

    hmmm... it's not good . Gameserver Don't Send !
    wtf - problem where ?

  24. #24
    Proficient Member j3zz is offline
    MemberRank
    Oct 2006 Join Date
    DublinLocation
    155Posts

    Re: [Release] DMT Full S2 + custom

    .Net Framework - at least 2.0 but personally i recommend 3.5.

  25. #25
    Account Upgraded | Title Enabled! K2NetworK is offline
    MemberRank
    Apr 2008 Join Date
    UkraineLocation
    396Posts

    Re: [Release] DMT Full S2 + custom

    good all work



Page 1 of 12 12345678911 ... LastLast

Advertisement