[MU] launcher GMO Mu online
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Kết quả 1 đến 8 của 8

Chủ đề: launcher GMO Mu online

  1. #1
    Thành Viên amocthong1's Avatar
    Ngày tham gia
    Jul 2014
    Bài viết
    593
    Thanks
    112
    Thanked 148 Times in 89 Posts

    launcher GMO Mu online

    Thấy củ nhưng ko biết có ai cần ko nên leech thử

    Link Topic RZ
    PHP Code:
    http://forum.ragezone.com/f196/own-muautoupdater-183456/ 
    Link download:
    PHP Code:
    https://www.mediafire.com/?50i1qt8429i94v7 
    Có hướng dẫn ở topic gốc

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Trích dẫn Gửi bởi Deathway [Only registered and activated users can see links. ]
    Well this time I will show you how to make your own AutoUpdater

    Tools Needed:

    1.- FTP Server (don't you have? here is a list of free server Free Ftp Servers downloads
    2.- Winhex or another hex Editor
    3.- ConnectServer (Work only with ConnectServer that has ServerInfo.dat in data files)
    4.- WinZip
    5.- WTF Editor

    Steps:

    1.- Install the FTP Server and make an account that can access to subdirectories, and download files mainly
    2.- Download this tools (in attachment)
    3.- Search in ServerInfo.dat this

    Code:
    [FtpServerInfo]
    Address = 192.168.1.101
    Port    = 21
    ID      = MuOnline
    PASS    = MuOnline
    
    [HttpServerInfo]
    HTTPAddress = localhost
    Port    = 80
    ID      = MuOnline
    PASS    = MuOnline
    
    [GameServerInfo]
    ClientVersion = 1.00.14
    ClientVersion_TEST = 1.00.14
    VersionFileName = version.wvd
    DownLoadType = 0
    And replace with your IP of your FTP, Website, and the account you have created in FTP server and with your current version

    4.- In version.wvd put your current version with no letters, for example my version is Vietnam 1.00n, in your version.wvd you put this
    Code:
    "1.00.14"
    Yes WITH QUOTES
    5.- Make a folder in your FTP Server with your current version, i mean if i use 1.00n put
    Code:
    1.00.14
    without quotes.
    6.- paste your version.wvd in your FTP server so it shouldbe like this:
    [Only registered and activated users can see links. ]
    7.- in you folder you have created, paste the list.inf and the up_list.zip
    8.- With hexeditor search in mu.exe 192.168.1.101 and change it to your IP, search in message.wtf with wtf editor the last line and change it to your Notice URL Website
    9.- Client Side: in Config.ini put your version of version.wvd

    Now we finish the Installation Now we go to the procedures to uptate

    1.- Update the version.wvd in FTP server to the next number ADDING a line for example if my version is 1.00n i have in version.wvd "1.00.14" I add a line "1.00.15" should be like this
    Code:
    "1.00.14"
    "1.00.15"
    2.- Zip the files you want to update in their corresponding folders for example like this(take a look that main directory isn't zipped in a global folder like MuGlobal or MuBlablabla):

    [Only registered and activated users can see links. ]
    NOTE: ALLWAYS you must put the config.ini (stored in the up_list.zip) with the new version for example i want to update to 1.00.15 so i REPLACE . i have this
    Code:
    [LOGIN]
    Version=1.00.14
    TestVersion=1.00.14
    replace with this i my case
    Code:
    [LOGIN]
    Version=1.00.15
    TestVersion=1.00.15
    If you don't do that you will need to update forever:jester:
    3.- Make a new folder in you FTP named as your new version, in my case 1.00.15 without quotes
    4.- Make a list.inf . in my case i will put an example

    Code:
    #COMPRESSED#
    #PACKINGVERSION#
    "config.ini"
    
    0 "Data"
    
    0 "Data\Interface"
    "dungeun.ozt"
    "tarcan.ozt"
    
    0 "Data\Local"
    "Dialog.bmd"
    "everyone.ozj"
    "Filter.bmd"
    "FilterName.bmd"
    "item.bmd"
    "itemsetoption.bmd"
    "itemsettype.bmd"
    "Loading01.OZJ"
    "Loading02.OZJ"
    "Loading03.OZJ"
    "movereq.bmd"
    "NpcName(Eng).txt"
    "quest.bmd"
    "Skill.bmd"
    "slide.bmd"
    "Text.bmd"
    "webzenlogo.OZJ"
    "webzenlogo02.OZJ"

    I will explain


    Code:
    #COMPRESSED#
    #PACKINGVERSION#
    That allways go there
    Code:
    "config.ini"
    That a files in the main folder, if you want to update more things than config.ini for example main.exe you must put in a different line and this
    Code:
    "config.ini"
    "main.exe"
    allways between quotes

    Code:
    0 "Data"
    Taht means that we enter to folder Data in our client, for example if i want to update gates or macro i put something like this

    Code:
    0 "Data"
    "gate.bmd"
    "macro.txt"
    Code:
    0 "Data\Interface"
    "dungeun.ozt"
    "tarcan.ozt"
    Taht means that we enter to folder Data, subfolder Interface and down we put the files we will update allways between quotes

    In conclusion if we want to open a folder we put 0 "Folder" and down we put the files

    5.- When we finish this, we just put the list.inf in the new FTP folder
    6.- We FInish now putting the new version in ServerList.dat

    Finally to update your Client just execute the mu.exe, the config.ini contains the actual version of you cleint, so if CS.exe detects that your config.ini is 1.00.14 and version.vwd is 1.00.15 it will update automatically

    There is a little explanation about the crypting of the CS packets so you can easily understand how this works
    NOTE: Everytime you want to update remember to put the new version of config.ini in up_list.zip files

    cya

    PD: People are reporting that when they launch mu with mu.exe the Server Bar don't appear, but the AutoUpdate Work
    Lần sửa cuối bởi amocthong1, ngày 09-09-14 lúc 05:21 PM.
    Khách viếng thăm hãy cùng amocthong1 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. The Following 4 Users Say Thank You to amocthong1 For This Useful Post:

    duongsonbn (10-06-17), freepro921 (09-09-14), lovemu2012 (09-09-14), thoth87 (15-09-14)

  3. #2
    Quản trị viên vếu bự ! pikhjn's Avatar
    Ngày tham gia
    Jan 2011
    Đang ở
    A Town With Love !
    Bài viết
    1,316
    Thanks
    216
    Thanked 399 Times in 193 Posts

    Ðề: launcher GMO Mu online

    Cái launcher một thời ... chắc cũng hơn chục năm
    Khách viếng thăm hãy cùng pikhjn xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  4. #3
    Moderator YouTobe's Avatar
    Ngày tham gia
    Jul 2012
    Đang ở
    https://t.me*********
    Bài viết
    976
    Thanks
    520
    Thanked 469 Times in 280 Posts

    Ðề: launcher GMO Mu online

    Nhìn launcher này suýt rơi nước mắt. nhớ lại ngày đầu chập chững bước vào thế giới Mu Cảm ơn thớt đã đem lại cho tôi những cảm xúc tuyệt vời.
    Khách viếng thăm hãy cùng YouTobe xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  5. #4
    Thành Viên amocthong1's Avatar
    Ngày tham gia
    Jul 2014
    Bài viết
    593
    Thanks
    112
    Thanked 148 Times in 89 Posts

    Ðề: launcher GMO Mu online

    vâng em thì cũng gà chơi MU lắm nhưng lại biết nhiều hơn về sever MU Lần đầu chơi MU là em chơi bằng cái launcher này nhìn lại biết bao nhiêu cảm xúc khó tả hồi SS1 SS2 quý từ viên chaos từ món đồ exc thời huy hoàng nay còn đâu
    Lần sửa cuối bởi amocthong1, ngày 09-09-14 lúc 05:16 PM.
    Khách viếng thăm hãy cùng amocthong1 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  6. #5
    Thành Viên
    Ngày tham gia
    Apr 2011
    Bài viết
    880
    Thanks
    129
    Thanked 850 Times in 335 Posts

    Ðề: launcher GMO Mu online

    [Only registered and activated users can see links. ]
    Khách viếng thăm hãy cùng ikenylee xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  7. #6
    Thành Viên amocthong1's Avatar
    Ngày tham gia
    Jul 2014
    Bài viết
    593
    Thanks
    112
    Thanked 148 Times in 89 Posts

    Ðề: launcher GMO Mu online

    Up lên đây luôn y bạn cho a e khơi lại ký ức

    extra......
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    [Only registered and activated users can see links. ]
    Lần sửa cuối bởi amocthong1, ngày 09-09-14 lúc 08:33 PM.
    Khách viếng thăm hãy cùng amocthong1 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  8. #7
    Thành Viên
    Ngày tham gia
    Jul 2010
    Bài viết
    43
    Thanks
    11
    Thanked 2 Times in 2 Posts

    Ðề: launcher GMO Mu online

    Cái này có tuổi thọ 10 năm rồi hả :v
    Khách viếng thăm hãy cùng t2kira xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  9. #8
    Vi phạm quy định ninhmca's Avatar
    Ngày tham gia
    Jan 2011
    Đang ở
    Việt Nam
    Bài viết
    646
    Thanks
    207
    Thanked 347 Times in 102 Posts

    Ðề: launcher GMO Mu online

    1 thơi oanh liệt nay còn đâu..:v
    Khách viếng thăm hãy cùng ninhmca xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 

Các Chủ đề tương tự

  1. [Gunny] Hướng dẫn tự tạo gunny launcher ( offline + online )
    Bởi hoanganhgo trong diễn đàn Guides - Kho Lưu trữ
    Trả lời: 28
    Bài viết cuối: 07-04-16, 07:57 PM
  2. [MU] Xin hướng dẫn sửa hình ảnh launcher
    Bởi 236522 trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 2
    Bài viết cuối: 29-07-13, 11:52 AM
  3. [MU] bạn nào còn giữ launcher MU FPT cũ không nhỉ ?
    Bởi HRain trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 4
    Bài viết cuối: 19-05-13, 10:48 PM
  4. [MU] Giúp đỡ về Launcher MU online
    Bởi nhoxstar trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 2
    Bài viết cuối: 02-03-12, 03:09 PM
  5. Tool tạo Launcher cho ROSE ONLINE!!!
    Bởi kimchanjun trong diễn đàn Rose Online
    Trả lời: 6
    Bài viết cuối: 23-06-10, 04:20 PM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 02:52 PM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.