SorinGaming Posted July 31, 2023 Share Posted July 31, 2023 Freebsd Hidden Content Reply to this topic to see the hidden content. Installing my server files: You need BSD 12.4 64 Bit for Game Server. 1. portsnap fetch extract 2. pkg install mysql56-server 3. echo "mysql_enable=YES" >> /etc/rc.conf 4. service mysql-server start 4.1 mysql -p 4.2 GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost' IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION; 4.3 exit; 4.4 /usr/local/etc/rc.d/mysql-server restart 5. pkg install python 6. pkg install python27 7. finish ______ Start Server: cd /usr/home_elendosv2/game sh index_ch1.sh Press 1 for Start Press 2 for Close Press 3 for Logs clean Press 4 for Quest compile Press 5 for exit ______ Compile Server FreeBSD 11.4 32 Bit. 1. Go in to /etc/pkg Edit the FreeBSD.conf with FreeBSD: { url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } ( then the pkg tool works for the old version. ) 2. pkg install gcc48 3. pkg install gcc10 4. pkg install gmake 5. pkg install makedepend 6. pkg install devil 7. pkg install subversion 8. pkg install boost-all 9. pkg install mysql56-server 10. Finish _____ How to compile: cd /usr/src/root/ElendosV2_Source/Server/game/src Or cd /usr/src/root/ElendosV2_Source/Server/db/src 1. gmake clean 2. gmake dep 3. gmake -j10 Client Source: You need only Visual Studio 2019 than you can compile. Mega: Hidden Content Reply to this topic to see the hidden content. Mediafire: Hidden Content Reply to this topic to see the hidden content. Rar pass: jjas8d8asdhashda923328328hddf Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. 15 7 1 1 Quote Link to comment Share on other sites More sharing options...
solomio2023555 Posted July 31, 2023 Share Posted July 31, 2023 Coooooooooooool Quote Link to comment Share on other sites More sharing options...
retro575 Posted August 2, 2023 Share Posted August 2, 2023 game sorce? Quote Link to comment Share on other sites More sharing options...
killer543210 Posted August 2, 2023 Share Posted August 2, 2023 Coooooooooooool Quote Link to comment Share on other sites More sharing options...
Helo Posted August 3, 2023 Share Posted August 3, 2023 nice Quote Link to comment Share on other sites More sharing options...
aggelosgohua Posted August 3, 2023 Share Posted August 3, 2023 wow Quote Link to comment Share on other sites More sharing options...
Manias Posted August 4, 2023 Share Posted August 4, 2023 Thanks Quote Link to comment Share on other sites More sharing options...
IQGEN Posted August 20, 2023 Share Posted August 20, 2023 ty Quote Link to comment Share on other sites More sharing options...
hakemgg Posted August 25, 2023 Share Posted August 25, 2023 see Quote Link to comment Share on other sites More sharing options...
robertbodea Posted August 27, 2023 Share Posted August 27, 2023 multumesc , doar ca in momentul de fata nu mai putem instala mysql 5.6... Quote Link to comment Share on other sites More sharing options...
ProjeCtOne Posted September 1, 2023 Share Posted September 1, 2023 coool thx Quote Link to comment Share on other sites More sharing options...
dsadasdsa Posted September 1, 2023 Share Posted September 1, 2023 On 7/31/2023 at 2:20 PM, SorinGaming said: Freebsd Hidden Content Reply to this topic to see the hidden content. Installing my server files: You need BSD 12.4 64 Bit for Game Server. 1. portsnap fetch extract 2. pkg install mysql56-server 3. echo "mysql_enable=YES" >> /etc/rc.conf 4. service mysql-server start 4.1 mysql -p 4.2 GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost' IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION; 4.3 exit; 4.4 /usr/local/etc/rc.d/mysql-server restart 5. pkg install python 6. pkg install python27 7. finish ______ Start Server: cd /usr/home_elendosv2/game sh index_ch1.sh Press 1 for Start Press 2 for Close Press 3 for Logs clean Press 4 for Quest compile Press 5 for exit ______ Compile Server FreeBSD 11.4 32 Bit. 1. Go in to /etc/pkg Edit the FreeBSD.conf with FreeBSD: { url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } ( then the pkg tool works for the old version. ) 2. pkg install gcc48 3. pkg install gcc10 4. pkg install gmake 5. pkg install makedepend 6. pkg install devil 7. pkg install subversion 8. pkg install boost-all 9. pkg install mysql56-server 10. Finish _____ How to compile: cd /usr/src/root/ElendosV2_Source/Server/game/src Or cd /usr/src/root/ElendosV2_Source/Server/db/src 1. gmake clean 2. gmake dep 3. gmake -j10 Client Source: You need only Visual Studio 2019 than you can compile. Mega: Hidden Content Reply to this topic to see the hidden content. Mediafire: Hidden Content Reply to this topic to see the hidden content. Rar pass: jjas8d8asdhashda923328328hddf Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. 11 On 7/31/2023 at 2:20 PM, SorinGaming said: Freebsd Hidden Content Reply to this topic to see the hidden content. Installing my server files: You need BSD 12.4 64 Bit for Game Server. 1. portsnap fetch extract 2. pkg install mysql56-server 3. echo "mysql_enable=YES" >> /etc/rc.conf 4. service mysql-server start 4.1 mysql -p 4.2 GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost' IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION; 4.3 exit; 4.4 /usr/local/etc/rc.d/mysql-server restart 5. pkg install python 6. pkg install python27 7. finish ______ Start Server: cd /usr/home_elendosv2/game sh index_ch1.sh Press 1 for Start Press 2 for Close Press 3 for Logs clean Press 4 for Quest compile Press 5 for exit ______ Compile Server FreeBSD 11.4 32 Bit. 1. Go in to /etc/pkg Edit the FreeBSD.conf with FreeBSD: { url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } ( then the pkg tool works for the old version. ) 2. pkg install gcc48 3. pkg install gcc10 4. pkg install gmake 5. pkg install makedepend 6. pkg install devil 7. pkg install subversion 8. pkg install boost-all 9. pkg install mysql56-server 10. Finish _____ How to compile: cd /usr/src/root/ElendosV2_Source/Server/game/src Or cd /usr/src/root/ElendosV2_Source/Server/db/src 1. gmake clean 2. gmake dep 3. gmake -j10 Client Source: You need only Visual Studio 2019 than you can compile. Mega: Hidden Content Reply to this topic to see the hidden content. Mediafire: Hidden Content Reply to this topic to see the hidden content. Rar pass: jjas8d8asdhashda923328328hddf Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. jkjkjkjkjkj On 7/31/2023 at 2:20 PM, SorinGaming said: Freebsd Hidden Content Reply to this topic to see the hidden content. Installing my server files: You need BSD 12.4 64 Bit for Game Server. 1. portsnap fetch extract 2. pkg install mysql56-server 3. echo "mysql_enable=YES" >> /etc/rc.conf 4. service mysql-server start 4.1 mysql -p 4.2 GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost' IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION; 4.3 exit; 4.4 /usr/local/etc/rc.d/mysql-server restart 5. pkg install python 6. pkg install python27 7. finish ______ Start Server: cd /usr/home_elendosv2/game sh index_ch1.sh Press 1 for Start Press 2 for Close Press 3 for Logs clean Press 4 for Quest compile Press 5 for exit ______ Compile Server FreeBSD 11.4 32 Bit. 1. Go in to /etc/pkg Edit the FreeBSD.conf with FreeBSD: { url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } ( then the pkg tool works for the old version. ) 2. pkg install gcc48 3. pkg install gcc10 4. pkg install gmake 5. pkg install makedepend 6. pkg install devil 7. pkg install subversion 8. pkg install boost-all 9. pkg install mysql56-server 10. Finish _____ How to compile: cd /usr/src/root/ElendosV2_Source/Server/game/src Or cd /usr/src/root/ElendosV2_Source/Server/db/src 1. gmake clean 2. gmake dep 3. gmake -j10 Client Source: You need only Visual Studio 2019 than you can compile. Mega: Hidden Content Reply to this topic to see the hidden content. Mediafire: Hidden Content Reply to this topic to see the hidden content. Rar pass: jjas8d8asdhashda923328328hddf Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. .. . Quote Link to comment Share on other sites More sharing options...
muczor Posted September 2, 2023 Share Posted September 2, 2023 hmm Quote Link to comment Share on other sites More sharing options...
Hamen19980403 Posted September 7, 2023 Share Posted September 7, 2023 wsfswSf Quote Link to comment Share on other sites More sharing options...
cebolinha17 Posted September 9, 2023 Share Posted September 9, 2023 Teste Quote Link to comment Share on other sites More sharing options...
bebeu2003 Posted September 19, 2023 Share Posted September 19, 2023 d Quote Link to comment Share on other sites More sharing options...
metin2mira Posted September 22, 2023 Share Posted September 22, 2023 On 7/31/2023 at 12:20 PM, SorinGaming said: Freebsd Hidden Content Reply to this topic to see the hidden content. Installing my server files: You need BSD 12.4 64 Bit for Game Server. 1. portsnap fetch extract 2. pkg install mysql56-server 3. echo "mysql_enable=YES" >> /etc/rc.conf 4. service mysql-server start 4.1 mysql -p 4.2 GRANT ALL PRIVILEGES ON *.* TO 'elendosv2'@'localhost' IDENTIFIED BY 'elendosv2live' WITH GRANT OPTION; 4.3 exit; 4.4 /usr/local/etc/rc.d/mysql-server restart 5. pkg install python 6. pkg install python27 7. finish ______ Start Server: cd /usr/home_elendosv2/game sh index_ch1.sh Press 1 for Start Press 2 for Close Press 3 for Logs clean Press 4 for Quest compile Press 5 for exit ______ Compile Server FreeBSD 11.4 32 Bit. 1. Go in to /etc/pkg Edit the FreeBSD.conf with FreeBSD: { url: "pkg+http://mirror.xtom.de/freebsd-pkg/FreeBSD:11:i386/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } ( then the pkg tool works for the old version. ) 2. pkg install gcc48 3. pkg install gcc10 4. pkg install gmake 5. pkg install makedepend 6. pkg install devil 7. pkg install subversion 8. pkg install boost-all 9. pkg install mysql56-server 10. Finish _____ How to compile: cd /usr/src/root/ElendosV2_Source/Server/game/src Or cd /usr/src/root/ElendosV2_Source/Server/db/src 1. gmake clean 2. gmake dep 3. gmake -j10 Client Source: You need only Visual Studio 2019 than you can compile. Mega: Hidden Content Reply to this topic to see the hidden content. Mediafire: Hidden Content Reply to this topic to see the hidden content. Rar pass: jjas8d8asdhashda923328328hddf Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. Hidden Content Reply to this topic to see the hidden content. nice Quote Link to comment Share on other sites More sharing options...
gamebob1 Posted September 23, 2023 Share Posted September 23, 2023 thx Quote Link to comment Share on other sites More sharing options...
ydr1337 Posted September 23, 2023 Share Posted September 23, 2023 zhx 4 share Quote Link to comment Share on other sites More sharing options...
bebelushu12 Posted October 9, 2023 Share Posted October 9, 2023 Yea Quote Link to comment Share on other sites More sharing options...
PennyBlack Posted October 10, 2023 Share Posted October 10, 2023 good job Quote Link to comment Share on other sites More sharing options...
qcsxkofoloyghgq Posted October 14, 2023 Share Posted October 14, 2023 ty Quote Link to comment Share on other sites More sharing options...
marnekiv Posted October 15, 2023 Share Posted October 15, 2023 nice Quote Link to comment Share on other sites More sharing options...
nesqi92 Posted October 24, 2023 Share Posted October 24, 2023 ❤️ Quote Link to comment Share on other sites More sharing options...
lozzrm27 Posted October 28, 2023 Share Posted October 28, 2023 ee enfermo sWyoming Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.