61 mesaje
  • Mesaje: 13
  • Reacții: 3
  • Mesaje utile: 0
  • Status: Ummm ?
  • Regat: Chunjo
  • Medalii

    Is there a known problem or vulnerability in the game?

    🔥 Hai pe Discord! - Chat activ și support direct

    Te așteptăm și pe serverul de Discord - aici ne-am strâns toată comunitatea de Metin2 din România.

    Alătură-te acum!
    1300+ de membri activi!
    Robot Discord
    Roboțelu'
    Anunț
  • Mesaje: 6
  • Reacții: 3
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Regat: Chunjo
  • Medalii

    Mesaj de Mrli »

    Which is more stable, P23 or P21?
    Moderator Moderator
  • Mesaje: 532
  • Reacții: 6293
  • Mesaje utile: 20
  • Status: 🚀I'm gonna change the future!
  • Server: Nethis & Thoth
  • Regat: Chunjo
  • [ID Discord]
  • Contact:

    Medalii

    Avatar utilizator
    Moderator
    Moderator

    Mesaj de Andi »

    Mrli scrie: Which is more stable, P23 or P21?
    Both are stable :D


    See full signature
  • Mesaje: 63
  • Reacții: 764
  • Mesaje utile: 0
  • Status: Discord: mihaimiti
  • Regat: Jinno
  • [ID Discord]
  • Contact:

    Medalii

    Revin după o lungă pauză de aproximativ 100 de ani de stat pe bară cu instalarea acestui SVF pe host. Pentru a vă ușura munca, am compilat deja libcriptopp.a din ambele surse. Practic, tot ce trebuie să faceți acum este să copiați fișierele și să urmați comenzile în ordinea în care sunt prezentate mai jos.

    Nu uitați de programele necesare! Schimbați limba dacă este nevoie (implicit este setată în română).

    Și foarte important: copiați de la finalul postării fișierul SVF deja compilat – astfel nu mai este nevoie să înțelegeți de ce există 10.000 de arhive extern în postarea originală.



    NEEDS: Freebsd 14.0+ (CLEAN)
    VISUAL STUDIO 22
    WINSCP
    PUTTY
    NAVICAT
    -------------------------------------------MYSQL INSTALL START----------------------------------------

    1. pkg install -y mariadb1011-server gmake python python3 (OPTIONAL - git)
    2. sysrc mysql_enable="YES"
    3. service mysql-server start
    4. mysql
    5. SET PASSWORD FOR root@localhost=PASSWORD('password');
    6. exit
    7. sed -i '' -e 's/^bind-address[[:space:]]*=[[:space:]]*127\.0\.0\.1/bind-address = 0.0.0.0/' /usr/local/etc/mysql/conf.d/server.cnf
    8. service mysql-server restart

    -------------------------------------------MYSQL INSTALL END----------------------------------------





    -------------------------------------------SOURCE/SVFILES INSTALL START----------------------------------------

    1. cd /
    2. mkdir home


    **Now we need to add s3ll_server & s3ll_svfiles in home directory** (gmake libcryptopp.a -j4 gmake all -j4 already used.)
    **CHECK LANGUAGE < IF NOT ROMANIAN, rename locale_string.txt to locale_string_RO.txt and translate.lua to translate_RO.lua than rename to default for specific language.


    3. cd /home/s3ll_svfiles/sql
    4. sh run.sh
    5. cd /home/s3ll_svfiles/main
    6. python admin_panel.py gen
    7. python admin_panel.py quest
    8. python admin_panel.py symlink
    9. python admin_panel.py start
    **Now server must be ONLINE**


    -------------------------------------------SOURCE/SVFILES INSTALL END----------------------------------------

    -------------------------------------------NAVICAT----------------------------------------
    ** HOW TO CONNECT TO NAVICAT START**
    New connection > mariadb

    ^^^^^General tab :^^^^^

    Connection name : Name
    Host: localhost
    Port: 3306
    User Name: root
    Password: (mysql password)

    ^^^^^SSH tab:^^^^^

    Use SSH tunnel >YES<
    Host: IP ADRESS
    Port: 22( check host if not working)
    User Name: root
    Password: (root password from host)

    ** HOW TO CONNECT TO NAVICAT END**


    ** HOW TO CREATE ACCOUNT**

    Go to console or press F6
    select password ('password');
    Than copy the password on account tab!

    *4ACFE3202A5FF5CF467898FC58AAB1D615029441 = admin
    -------------------------------------------NAVICAT----------------------------------------

    For any further question , read Faq folder from Utils.


    ## UPDATE 10/07/2025 ##









    LINK DOWNLOAD FOR COSTUMER NEEDS PACKAGE -

    *Link download:
    Conținut: Ascuns
    Reacționează ❤️ la acest mesaj și conținutul se va afișa automat.
    Moderator Moderator
  • Mesaje: 532
  • Reacții: 6293
  • Mesaje utile: 20
  • Status: 🚀I'm gonna change the future!
  • Server: Nethis & Thoth
  • Regat: Chunjo
  • [ID Discord]
  • Contact:

    Medalii

    Avatar utilizator
    Moderator
    Moderator

    Mesaj de Andi »

    mihaimiti30 scrie: Revin după o lungă pauză de aproximativ 100 de ani de stat pe bară cu instalarea acestui SVF pe host. Pentru a vă ușura munca, am compilat deja libcriptopp.a din ambele surse. Practic, tot ce trebuie să faceți acum este să copiați fișierele și să urmați comenzile în ordinea în care sunt prezentate mai jos.

    Nu uitați de programele necesare! Schimbați limba dacă este nevoie (implicit este setată în română).

    Și foarte important: copiați de la finalul postării fișierul SVF deja compilat – astfel nu mai este nevoie să înțelegeți de ce există 10.000 de arhive extern în postarea originală.



    NEEDS: Freebsd 14.0+ (CLEAN)
    VISUAL STUDIO 22
    WINSCP
    PUTTY
    NAVICAT
    -------------------------------------------MYSQL INSTALL START----------------------------------------

    1. pkg install -y mariadb1011-server gmake python python3 (OPTIONAL - git)
    2. sysrc mysql_enable="YES"
    3. service mysql-server start
    4. mysql
    5. SET PASSWORD FOR root@localhost=PASSWORD('password');
    6. exit
    7. sed -i '' -e 's/^bind-address[[:space:]]*=[[:space:]]*127\.0\.0\.1/bind-address = 0.0.0.0/' /usr/local/etc/mysql/conf.d/server.cnf
    8. service mysql-server restart

    -------------------------------------------MYSQL INSTALL END----------------------------------------





    -------------------------------------------SOURCE/SVFILES INSTALL START----------------------------------------

    1. cd /
    2. mkdir home


    **Now we need to add s3ll_server & s3ll_svfiles in home directory** (gmake libcryptopp.a -j4 gmake all -j4 already used.)
    **CHECK LANGUAGE < IF NOT ROMANIAN, rename locale_string.txt to locale_string_RO.txt and translate.lua to translate_RO.lua than rename to default for specific language.


    3. cd /home/s3ll_svfiles/sql
    4. sh run.sh
    5. cd /home/s3ll_svfiles/main
    6. python admin_panel.py gen
    7. python admin_panel.py quest
    8. python admin_panel.py symlink
    9. python admin_panel.py start
    **Now server must be ONLINE**


    -------------------------------------------SOURCE/SVFILES INSTALL END----------------------------------------

    -------------------------------------------NAVICAT----------------------------------------
    ** HOW TO CONNECT TO NAVICAT START**
    New connection > mariadb

    ^^^^^General tab :^^^^^

    Connection name : Name
    Host: localhost
    Port: 3306
    User Name: root
    Password: (mysql password)

    ^^^^^SSH tab:^^^^^

    Use SSH tunnel >YES<
    Host: IP ADRESS
    Port: 22( check host if not working)
    User Name: root
    Password: (root password from host)

    ** HOW TO CONNECT TO NAVICAT END**


    ** HOW TO CREATE ACCOUNT**

    Go to console or press F6
    select password ('password');
    Than copy the password on account tab!

    *4ACFE3202A5FF5CF467898FC58AAB1D615029441 = admin
    -------------------------------------------NAVICAT----------------------------------------

    For any further question , read Faq folder from Utils.


    ## UPDATE 10/07/2025 ##









    LINK DOWNLOAD FOR COSTUMER NEEDS PACKAGE -

    *Link download:
    Conținut: Ascuns
    Reacționează ❤️ la acest mesaj și conținutul se va afișa automat.
    Multumim frumos :x


    See full signature
  • Mesaje: 1
  • Reacții: 0
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Server: mine
  • Regat: Chunjo
  • Medalii

    <3
  • Mesaje: 20
  • Reacții: 6
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Regat: Jinno
  • Medalii

    Mesaj de szotyizz »

    Does it have multiple languages so I can switch from English to Hungarian or something? Or do I have to translate it?
  • Mesaje: 36
  • Reacții: 12
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Server: Alpha
  • Regat: Jinno
  • Medalii

    Mesaj de Sony »

    Multumim frumos Mihaita
  • Mesaje: 1
  • Reacții: 0
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Regat: Shinsoo
  • Medalii

    Mesaj de cabbar31 »

    Nice share!
  • Mesaje: 1
  • Reacții: 0
  • Mesaje utile: 0
  • Medalii

    salut! ai cumva un video despre cum se instaleaza acest server files?

    🔥 Hai pe Discord! - Chat activ și support direct

    Te așteptăm și pe serverul de Discord - aici ne-am strâns toată comunitatea de Metin2 din România.

    Alătură-te acum!
    1300+ de membri activi!
    Robot Discord
    Roboțelu'
    Anunț
    Scrie răspuns

    Creează-ți un cont sau autentifică-te pentru a participa la discuție

    Trebuie să fii membru pentru a răspunde

    Creează-ți un cont

    Membrii pot crea subiecte noi și pot descărca resurse Metin2 Gratuit!


    Te poți înregistra sau conecta rapid utilizând contul tău de Discord, Github sau Google.

    Înregistrare

    Autentifică-te

    Înapoi la “Serverfiles Stabile”

    Informații

    Utilizatori ce navighează pe acest forum: Andi, Sony și 3 vizitatori

    Discord ID copiat: