[RELEASE ]TERA v92.03 RETAIL FILES

Page 51 of 70 FirstFirst ... 41434445464748495051525354555657585961 ... LastLast
Results 751 to 765 of 1045
  1. #751
    Account Upgraded | Title Enabled! tearservers is offline
    MemberRank
    Jul 2014 Join Date
    247Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Ok , Thkns all.

    I put in all my config server files my internal IP : 192.168.1.77 and i use DMZ to.
    Do i need to put my internet IP in any config file ? or 192.168.1.77 Intranet works ?

  2. #752
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    655Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by tearservers View Post
    Ok , Thkns all.

    I put in all my config server files my internal IP : 192.168.1.77 and i use DMZ to.
    Do i need to put my internet IP in any config file ? or 192.168.1.77 Intranet works ?
    Take it:
    Code:
    Correction:
    1. Unpack “TERA_SERVER.rar” archive to a root folder in drive you select for use C:\, D:\ or other
    2. Switch SQL Server into mixed mode and set “sa” password as “U6SjJk3ZyQhrv5tq”
    3. Open SSMS and login with “sa” account, then restore from “\TERA_SERVER\SQLDATA” folder databases:
    	- intermediate_sharedDB
    	- LogDB_2800
    	- PlanetDB_2800
    	- SharedDB
    	- WebAppDB
    4. Tera API based on grail an in newest system it's try download needed libs fron Internet, if U havn't Internet connection on normal speed you can unpack “grails_cache.rar” into %Userprofile% folder
    5. Go to “\TERA_SERVER\arb_gw”, edit “config_arb_gw.txt” then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is
    6. Go to “\TERA_SERVER\TeraServers”, edit “DeploymentConfig.xml” then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is
    7. Go to “\TERA_SERVER\laragon\www\81\server”, edit “serverlist.xml” and “serverlist.tw”  then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is
    8. Go to “\TERA_SERVER\laragon\www\81\tera”, edit “LauncherloginForm” then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is

  3. #753
    Account Upgraded | Title Enabled! tearservers is offline
    MemberRank
    Jul 2014 Join Date
    247Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    ho man Thknsssssss

  4. #754
    Novice LoneScrub is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Hello,

    This thread has been extremely helpful. Thank you to all involved. One thing I haven't seen mentioned much is xingcode 3. I would like to disable this for the client and the server. Is it feasible to do this via the server or would the clients have to get a bypass as well? Most of the bypasses seem over my head or are requesting payment...the server config has some mention of anti-hack that are already disabled. At least, it won't kick you off and will log it from what I understand.

    Thanks for your time regardless.

  5. #755
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by LoneScrub View Post
    Hello,

    This thread has been extremely helpful. Thank you to all involved. One thing I haven't seen mentioned much is xingcode 3. I would like to disable this for the client and the server. Is it feasible to do this via the server or would the clients have to get a bypass as well? Most of the bypasses seem over my head or are requesting payment...the server config has some mention of anti-hack that are already disabled. At least, it won't kick you off and will log it from what I understand.

    Thanks for your time regardless.
    Hello, its in the very first page of the thread: https://disk.yandex.ru/d/mIKWjplKyYi...nt%2092.03?w=1
    download the xigncode patch and put it in TERA\Binaries\XIGNCODE on your client

  6. #756
    Novice Scytzo is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    I want to say thank you first - I think I've gotten father than I ever imagined I would.

    But when I run arb_gw it says connection actively refused on 192.168.1.230:8080 and closes. Did I miss a step?

  7. #757
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by Scytzo View Post
    I want to say thank you first - I think I've gotten father than I ever imagined I would.

    But when I run arb_gw it says connection actively refused on 192.168.1.230:8080 and closes. Did I miss a step?
    If you have the Grails API, make sure it is running without any fatal errors and check that the port is accessible if you try connecting from outside of your network.
    If you got .Net one idk, didn't tried it.

  8. #758
    Novice Scytzo is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by hexaDoc View Post
    If you have the Grails API, make sure it is running without any fatal errors and check that the port is accessible if you try connecting from outside of your network.
    If you got .Net one idk, didn't tried it.
    I have the grails_cache unpacked in the %Userprofile% folder - do I need to run something in there?

    Edit:

    I got the databases loaded, and everything looks to load up but 8080 isn't listening...

    So it looks like I missed a step. I'm trying to set up the TERAapi but it's confusing at best.

    Usage:

    Install Internet Information Services from server roles
    Install .NET Core 3.1 hosting bundle (https://dotnet.microsoft.com/downloa...ndle-installer)
    After that create a new site in IIS (type inetmgr in search bar or start menu), make it listen to 8080 port, and make sure its application pool is set to "No Managed Code"
    Copy the bin folder content to your site folder
    Set your mysql connection in appsettings.json

    Bin: https://www112.zippyshare.com/v/mXIoThaV/file.html
    Src: https://www112.zippyshare.com/v/veM3e6O6/file.html

    Additional info: At the EnterGame and below functions I skipped the param check, the grails api checked them, but didnt do anything with them. Plus fallback urls gets logged to windows event log, you can disable it in appsettings.
    The screenshots are gone and I'm having issues following these instructions. Any help?

    Edit 2:

    Looks like I got that working, as arb_gw states server ready but now ArbiterServer just closes when run it. I can't figure out how to see the error as it closes too fast.

    Edit 3: Error - SQL Server does not exist or access denied. I set the MySQL connection to "sa" with the password used from before. What database should I point to?

  9. #759
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by Scytzo View Post
    I have the grails_cache unpacked in the %Userprofile% folder - do I need to run something in there?

    Edit:

    I got the databases loaded, and everything looks to load up but 8080 isn't listening...

    So it looks like I missed a step. I'm trying to set up the TERAapi but it's confusing at best.



    The screenshots are gone and I'm having issues following these instructions. Any help?

    Edit 2:

    Looks like I got that working, as arb_gw states server ready but now ArbiterServer just closes when run it. I can't figure out how to see the error as it closes too fast.
    To see the error run the executable with a terminal you open yourself, so that it won't terminate the main terminal.
    And afaik, Arbiter will crash if your OS is not in english, maybe try with administrator rights by checking it in properties->compatibilities.

    About MSSQL, try to check if connection by TCP/IP is activated.

  10. #760
    Novice Scytzo is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by hexaDoc View Post
    To see the error run the executable with a terminal you open yourself, so that it won't terminate the main terminal.
    And afaik, Arbiter will crash if your OS is not in english, maybe try with administrator rights by checking it in properties->compatibilities.
    Server is in English. Error: SQL Server does not exist or access denied. I set the MySQL connection to "sa" with the password used from before. What database should I point to?

    Here's my appsettings.json - is the issue in here? I don't have a database named accountdb_2800 - do I need to make that?

    {
    "Logging": {
    "LogLevel": {
    "Default": "Information",
    "Microsoft": "Warning",
    "Microsoft.Hosting.Lifetime": "Information"
    },
    "Debug": {
    "LogLevel": {
    "Default": "Information"
    }
    },
    "EventLog": {
    "LogLevel": {
    "TeraAPI.Controllers.SystemController": "Information"
    }
    }
    },
    "AllowedHosts": "*",
    "ConnectionStrings": {
    "AccountDbContext": "server=127.0.0.1;port=3306;user=sa;password=U6SjJk3ZyQhrv5tq;database=accountdb_2800"
    },
    "PasswordEncryptionConfig": {
    "SHA512Enabled": true,
    "Salt": "YOUR-SALT"
    }
    }

  11. #761
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by Scytzo View Post
    Server is in English. Error: SQL Server does not exist or access denied. I set the MySQL connection to "sa" with the password used from before. What database should I point to?

    Here's my appsettings.json - is the issue in here? I don't have a database named accountdb_2800 - do I need to make that?
    About MSSQL, try to check if connection by TCP/IP is activated, thats only thing i can think of

  12. #762
    Novice Scytzo is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by hexaDoc View Post
    About MSSQL, try to check if connection by TCP/IP is activated, thats only thing i can think of
    Thank you for the help... how do I do that? Sorry, I'm a little out of my league and just trying to get this set up as a birthday present. Again, thank you!

  13. #763
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    https://www.ibm.com/docs/en/sss/3.1....ion-over-tcpip
    this is what i did with MSSQL 2016 on my side

  14. #764
    Novice Scytzo is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by hexaDoc View Post
    https://www.ibm.com/docs/en/sss/3.1....ion-over-tcpip
    this is what i did with MSSQL 2016 on my side
    THAT WAS IT, Arbiter loaded! Everything else is coming online! THANK YOU!

  15. #765
    Novice Scytzo is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Do I need to use Laragon if I'm using a dedicated physical server? I can't seem to get Arbiter working if Laragon is on.



Advertisement