Jump to content

Shin Darth

Members
  • Posts

    141
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Shin Darth

  1. I'm sorry for the noob question, but I don't know how I apply the patches for mangos wich are not implemented with the master branch.

    I tried with the command:

    git am $(ls /patches/xxx.patch | grep -v gz)

    but the console give me this error:

    Patch does not have a valid e-mail address.

    how I have to do to apply the patches?

    sorry for my english

  2. becouse the "nameannounce" command there isn't in the database (in the command table of world db). You must apply the announce_system.sql dump in your world database,generally named 'mangos'

    anyway.. why this patch is not implemented in the master branch?

  3. Create 2 files in the /mangos/bin folder (where there are "mangos-worldd" and "mangos-realmd"): "mangos-realmd.h" and "mangos-worldd.h".

    In the mangos-worldd.h paste this:

    while date;  
    do MANGOS=`ps -el | grep mangos-worldd`;
    if [ -z "$MANGOS" ]; 
    then echo restarting server at time at `date +"%m-%d-%H:%M-%S"`>> worldd_restart_log.txt;  
    nice -n 20 [b]/opt/MaNGOS/bin/mangos-worldd[/b];  
    fi;  
    sleep 5;  
    done

    and, if you need, replace the path "/opt/MaNGOS/bin/mangos-worldd" as your mangos-worldd path.

    In the mangos-realmd.h paste this:

    while date;  
    do MANGOS=`ps -el | grep mangos-realmd`;
    if [ -z "$MANGOS" ]; 
    then echo restarting server at time at `date +"%m-%d-%H:%M-%S"`>> realmd_restart_log.txt;  
    nice -n 20 [b]/opt/MaNGOS/bin/mangos-realmd[/b];  
    fi;  
    sleep 5;  
    done

    Now to setting up the server:

    ./mangos-realmd.h
    ./mangos-worldd.h

  4. I'm not sure I understand the eighth and ninth steps, I don't understend where I should place the "dbc" and "maps" folders (on windows i place them in the same folder of mangosd.exe and realmd.exe)..

    anywhere..

    Thanks for all your work and patience, I would be grateful if you write an Updating Guide for Ubuntu, after you finish all works for the Setup Guide....

    edit: just place the "maps" and "dbc" in the "bin" folder

  5. ~# mysql -p'YOUR PASSWORD HERE' mangos < UDB_0.11.5_Core_7681_SD2_1012.sql

    ~# mysql -p'YOUR PASSWORD HERE' mangos < 009_acid.sql

    ~# mysql -p'YOUR PASSWORD HERE' mangos < scriptdev2/sql/mangos_scriptname_full.sql

    Do the "UDB_0.11.5_Core_7681_SD2_1012.sql" already include the "009_acid.sql" and "mangos_scriptname_full.sql"?

    I think yes

    EDIT:

    ~# cp etc/mangosd.conf.dist etc/mangosd.conf

    ~# cp etc/realmd.conf.dist etc/realmd.conf

    I suggest to add also:

    ~# cp etc/scriptdev2.conf.dist etc/scriptdev2.conf

    or it does not need?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use