[RELEASE] Latest mangos Linux x86_64 compiles with UDB + NCDB + FDB menu

User Tag List

Results 1 to 8 of 8
  1. #1
    MrFreaky's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [RELEASE] Latest mangos Linux x86_64 compiles with UDB + NCDB + FDB

    Here I want to share with some mangos compiles by me.
    THIS IS NOT FOR BEGINNERS! DONT ASK ME HOW TO MAKE DIRECTORIES, SETTING PERMISSIONS OR HOW TO WORK WITH MYSQL!

    Make shure you change the red highlighted data with your own.

    It's compiled under a x86_64 debian system so I am not shure if it works under non 64 bit systems or yours.
    If you dont know 6): if you run a 64 bit system do this:
    Code:
    uname -a
    if the output is similar to this one then you run on 64 bits:
    Linux thecomputer 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux


    Install instructions (you must follow my instructions to make shure it works):
    We will install it into /home/wow/wotlk

    Download the file.

    Open a terminal window.

    Code:
    cd /home
    mkdir wow
    sudo chown YOURUSERNAME.YOURGROUP wow
    cd wow
    move the downloaded file (wotlk.tar.gz) into this directory (/home/wow/)

    Extract the file.

    Code:
    tar xzf wotlk.tar.gz
    This should create a new directory "wotlk" inside your /home/wow directory.

    Code:
    sudo chown -R YOURUSERNAME.YOURGROUP wotlk
    cd wotlk
    chmod +x ./*
    chmod +x ./bin/*
    Now to your dbc's, maps and vmaps. Your must put them into their respective diretories in the "data" folder!!!!!! The dbc and map extractors are included in the data/tools folder. Place the files into your wow installation directory then run ad.exe and make_vmaps.bat. It works perfectly if you have wine installed.
    If not run

    Code:
    sudo apt-get install wine

    Now lets install the databases.

    Code:
    cd /home/wow/wotlk/database
    Code:
    mysql -u root -p -D mysql < "create_mysql.sql"
    (you will be asked for your mysql ROOT password!)

    This will create a new user "wotlk" with the password "wotlk". Use this information to import the databases. The config scripts are already configured to use this username/password combination.


    Code:
    mysql -u wotlk -p -D realmd_wotlk < "realmd.sql" (remember, the password is wotlk)
    mysql -u wotlk -p -D characters_wotlk < "characters.sql"
    mysql -u wotlk -p -D mangos_wotlk < "mangos.sql"

    Now you can choose which database to use. DO NOT ASK ME WHICH ONE TO USE. IT's UP TO YOU. EACH OF THEM HAS IT'S PRO'S and CON'S! If you want you can try all 3 of them


    UDB Install:

    Download the UDB database from my link and place it into the database directory (you should be in that directory anyway).
    Extract the database
    Code:
    tar xzf udb_rev366.tar.gz
    cd  udb_rev366
    mysql -u wotlk -p -D mangos_wotlk < "UDB_0.11.0_Core_7069_SD2_838.sql"
    (remember, the password is wotlk)

    Now we need to install SD2:
    Code:
    cd ../scriptdev2_rev838
    mysql -u wotlk -p -D mangos_wotlk < "mangos_full_scripts.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "scriptdev2.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "scriptdev2_script_texts.sql"
    mysql -u wotlk -p -D mangos_wotlk < "005_acid_695_mangos.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "005_acid_695_scriptdev.sql"

    NCDB Install:

    Download the NCDB database from my link and place it into the database directory (you should be in that directory anyway).
    Extract the database
    Code:
    tar xzf ncdb_rev47.tar.gz
    cd  ncdb_rev47
    mysql -u wotlk -p -D mangos_wotlk < "mangos_ncdb47_clean_without_updates.sql"
    (remember, the password is wotlk)

    Now we need to install SD2:
    Code:
    cd ../scriptdev2_rev838
    mysql -u wotlk -p -D mangos_wotlk < "mangos_full_scripts.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "scriptdev2.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "scriptdev2_script_texts.sql"
    mysql -u wotlk -p -D mangos_wotlk < "005_acid_695_mangos.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "005_acid_695_scriptdev.sql"

    FDB Install:

    Download the FDB database from my link and place it into the database directory (you should be in that directory anyway).
    Extract the database
    Code:
    tar xzf fdb_rev77.tar.gz
    cd  fdb_rev77
    mysql -u wotlk -p -D mangos_wotlk < "v7.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "sd2.sql"
    (remember, the password is wotlk)

    Now we need to install SD2:
    Code:
    cd ../scriptdev2_rev838
    mysql -u wotlk -p -D mangos_wotlk < "mangos_full_scripts.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "scriptdev2.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "scriptdev2_script_texts.sql"
    mysql -u wotlk -p -D mangos_wotlk < "005_acid_695_mangos.sql"
    mysql -u wotlk -p -D scriptdev2_wotlk < "005_acid_695_scriptdev.sql"

    Congrats, you just have installed MrFreaky's mangos repack for linux.

    Now lets check if it works.
    I hope you followed my instructions. Let's make a dry run to check the output of the server:
    Code:
    cd /home/wow/wotlk
    ./bin/mangos-realmd
    if this runs correctly open another terminal window and cd to /home/wow/wotlk
    and run
    Code:
    ./bin/mangos-worldd
    wait until it finishes to load and your computer beeps. If this works (even if there are lots of errors scrolling by)
    and it outputs something like this
    Code:
    WORLD: World initialized
    User thread created.
    pollPendingThreads()
    Thread destroyed.
    1 pending-thread reclaimed.
    1 user-thread added.
    Thread starting...
    User thread created.
    pollPendingThreads()
    1 user-thread added.
    Thread starting...
    
    User thread created.
    mangos>pollPendingThreads()
    1 user-thread added.
    Thread starting...
    Max allowed socket connections 1024
    press CRTL+C in those two terminal windows and lets run mangos with the real starter
    Code:
    ./mangos-server start
    To stop your server you type:
    Code:
    ./mangos-server stop
    Or if it doesnt start for the first time or if it crashed
    Code:
    ./mangos-server restart

    Connect with your wow client and enjoy :wave:

    Logins are the default ones:
    ADMINISTRATOR/ADMINISTRATOR
    GAMEMASTER/GAMEMASTER
    MODERATOR/MODERATOR
    PLAYER/PLAYER

    FILES
    The password to download the files is MrFreaky.

    fdb_rev77

    ncdb_rev47

    udb_rev366

    and last but not least

    MrFreaky's Mangos 7069 Linux x86_64 compile with SD2 rev.838

    MrFreaky's Mangos 7076 Linux x86_64 compile with SD2 rev.838

    And here the latest and hottest:

    MrFreaky's Mangos 7092 Linux x86_64 compile with SD2 rev.841 and Acid 5.0

    Thanks to:
    The makers of Mangos
    The makers of the respective databases
    Keazain for converting NCDB
    And to me for the rest :wave:
    Last edited by MrFreaky; 01-16-2009 at 11:24 AM. Reason: link updated

    [RELEASE] Latest mangos Linux x86_64 compiles with UDB + NCDB + FDB
  2. #2
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice to see a linux repack

    +repx2

  3. #3
    Hyldran0's Avatar Contributor
    Reputation
    118
    Join Date
    Nov 2008
    Posts
    374
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WoW i can't understand a shit but nice to see a Linux Repack ! so i guess it's a +rep for u mate ! Keep uit up
    Shit's Gone Real

  4. #4
    u235ly's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good.
    It will be better if you remove the backup files in fdb_rev77 to reduce the size.
    +rep

  5. #5
    MrFreaky's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, the link in the first post has been corrected.

  6. #6
    MrFreaky's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated to Mangos 7092 Linux x86_64 compile with SD2 rev.841 and Acid 5.0

  7. #7
    Link_S's Avatar Member
    Reputation
    125
    Join Date
    Dec 2008
    Posts
    293
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just started of with Linux (Ubuntu), but it is a pain in the ass to get wireless working. this is really hard, +Rep for you

  8. #8
    MrFreaky's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, it's not "really" a pain. Normally its detected at install but if not just have a look at the ubuntu forums. I am shure that there are guides to help you to make it work.

Similar Threads

  1. Replies: 9
    Last Post: 07-19-2009, 01:27 PM
  2. Mangos rev 7665 compiled with AH Bot
    By einhornchen in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 05-14-2009, 08:22 AM
  3. Replies: 15
    Last Post: 01-14-2009, 12:05 PM
  4. [Release]Latest Ascent Rev for Linux
    By L'Lawliet in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 06-04-2008, 05:23 PM
  5. Mangos 4629, ScriptDev2 150 with Silvermoon 18.5 and UDB 0.8 323 support 2.2.3
    By perryhiggins in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 12-27-2007, 10:58 AM
All times are GMT -5. The time now is 04:44 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search