PDA

View Full Version : [TrinityCore] Precompiled Features - Highrate Repack - WoW Repack Linux



Wise
18-10-16, 11:26 PM
http://www.ac-web.org/forums/image.php?u=225222&dateline=1333286986&type=profile


Hello and Greetings.
Today I proudly present my latest 3.3.5a TrinityCore Highrate Linux Repack to you.
________________________

Repack Informations
✭ Easy to Setup with Installer Tool
✭ Simple Account Registrationpage
✭ TrinityCore 34f734c (https://github.com/TrinityCore/TrinityCore/commit/34f734c89047900da30c8bfea61af1be567bf7c8)
✭ TDB 2f84939 (https://github.com/TrinityCore/TrinityCore/commit/2f8493952214f328a6dfebd93414ee721a3fff3a)
✭ ELA 8aad525 (https://github.com/ElunaLuaEngine/Eluna/commit/8aad5257f00d7439b247e0536ff470180958f0d5)
✭ Interfractionary Arenas and Battlegrounds
✭ ObjectScale a80255e (https://github.com/Rochet2/TrinityCore/branches/active)
✭ GOMove f5f941f (https://github.com/Rochet2/TrinityCore/branches/active)
✭ MultiVendor afa6e46 (https://github.com/Rochet2/TrinityCore/branches/active)
✭ PlayerItemGossip bcf0a09 (https://github.com/Rochet2/TrinityCore/branches/active)
✭ Transmog df7b891 (https://github.com/Rochet2/TrinityCore/branches/active)
✭ Minor Core Changes done to be used as 255 realm too.
✭ Automatic Authserver Restarter
✭ Automatic Worldserver Restarter
✭ Premade Serverconfig
✭ Included Cameras, DBC, Map, VMap and MMap Files
✭ Included SourceCode
✭ Included Build Folder
✭ Very well working Wrath of the Lichking Content.
________________________

Requirements?

You are in need of Linux Debian 7/8 or Ubuntu 14/16 64bit System. Make sure you are on an empty system OR make sure you will uninstall your current MySQL-Server and MySQL-Client if its not version 5.5. Here is a prewritten command of needed software in correct version to be copypasted


apt-get install -y aptitude sudo screen libtool zip gcc g++ mysql-server-5.5 mysql-client-5.5 libmysqlclient-dev libmysql++-dev make cmake p7zip-full libncurses5-dev zlib1g-dev libbz2-dev gdb nano openssl libssl-dev libreadline6-dev libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev build-essential autoconf unzip

sed -i 's/bind-address/#bind-address/g' /etc/mysql/my.cnf

You also need to make sure that you have a minimum of 5GB free HDD Space and have a ready to use SSH Tool (https://bvdl.s3-eu-west-1.amazonaws.com/BvSshClient-Inst.exe). This Repack was created on Linux Debian 8 Jessie 64bit
________________________

First Install Instructions.

1. First Step is the most important one, without that nothing will work. You pre-create the Server's location on your System /home/repack

cd /home && mkdir repack

2. Second Step is downloading and extracting the Server into your just created Systemlocation

cd /home/repack && wget http://213.202.252.79/filebase/ubu-deb-x64_ac-web-repack.zip && unzip *.zip && rm ubu-deb-x64_ac-web-repack.zip && cd /home/repack/repack-binary/bin && mkdir AuthLog && mkdir WorldLog && wget http://213.202.252.79/filebase/autostarters.zip && unzip *.zip && rm autostarters.zip && chmod 777 authautostart.sh && chmod 777 worldautostart.sh

3. Third Step is copypaste the command below and fill in the infos it's asking you for. (this step takes a while)

cd /home/repack/setup && chmod 674 /home/repack/setup/setup.sh && ./home/repack/setup/setup.sh

4. Fourth Step is running the Server

cd /home/repack/repack-binary/bin && screen -AmdS auth ./authautostart.sh && screen -AmdS world ./worldautostart.sh

5. Fifth Step is creating an Admin Account

screen -r world
account create yourname yourpass
account set addon yourname 2
account set gmlevel yourname 3 -1
CTRL + A and CTRL + D
mysql -uroot -p repack_auth < /home/repack/setup/firstaccgetadmin.sql

6. Sixth Step is changing your Serverrealmlist to be Connectable.

sed -i 's/127.0.0.1/yourserveriphere/g' /home/repack/setup/setrealmlist.sql
mysql -uroot -p repack_auth < /home/repack/setup/setrealmlist.sql
screen -X -S auth kill && screen -X -S world kill
cd /home/repack/repack-binary/bin && screen -AmdS auth ./authautostart.sh && screen -AmdS world ./worldautostart.sh

7. Seventh Step is logging into your Server!

set realmlist your-server-ip-address
________________________


Questions and Answers

How do I manually reboot my Authserver?

screen -X -S auth kill && cd /home/repack/repack-binary/bin && screen -AmdS auth ./authautostart.sh

How do I manually reboot my Worldserver?

screen -X -S world kill && cd /home/repack/repack-binary/bin && screen -AmdS world ./worldautostart.sh

How do I reach my Authserver Remote Console?

screen -r auth

How do I reach my Worldserver Remote Console?

screen -r world

How do I leave a Remote Screen?

CTRL + A and CTRL + D

How can I use the Account Registrationpage?

apt-get install -y apache2 php5 libapache2-mod-php5 && /etc/init.d/apache2 restart && aptitude install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl && /etc/init.d/apache2 restart

cd /var/www/html && rm index.html && wget http://213.202.252.79/filebase/accreg.zip && unzip *.zip && rm accreg.zip && sed -i 's/web/repack/g' /var/www/html/include/config.php && sed -i 's/accreg/repack/g' /var/www/html/include/config.php && sed -i 's/repack-auth/repack_auth/g' /var/www/html/include/config.php

You should join your Browser and visit your Hosts IP-Address. If you left everything default while Repack setup, it should be ready to use

How do I manually reboot my Host and Startup the Servers again?

reboot

screen -AmdS auth ./home/repack/repack-binary/bin/authautostart.sh && screen -AmdS world ./home/repack/repack-binary/bin/worldautostart.sh
________________________

Credits
TrinityCore, Eluna Team, Rochet2, Lillecarl, WebTropia, Git, MySQL, Google, Blizzard, Linux and Psykko.

leon22
11-09-17, 09:59 AM
super tutorial only a pity that the commands no longer work .... gladly I would be pleased about an acute version

Dr.Core
11-09-17, 01:31 PM
Don't grab topics older than 3 month