[RELEASE ]TERA v92.03 RETAIL FILES

Page 7 of 70 FirstFirst 1234567891011121314151757 ... LastLast
Results 91 to 105 of 1045
  1. #91
    Enthusiast lawful is offline
    MemberRank
    Aug 2015 Join Date
    44Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    t-cat shop does not open. where do i need to fix it

  2. #92
    Valued Member LordVenom is offline
    MemberRank
    Nov 2008 Join Date
    145Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by lawful View Post
    t-cat shop does not open. where do i need to fix it
    The files required to handle the shop, VIP, item claim and dressing room are not available. If you want to get those working you'll need to build your own.

  3. #93
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,857Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Anyone know if it works on Windows 7?

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

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Omg i want 1 click of this :P i rly dream ...

  5. #95
    Valued Member LordVenom is offline
    MemberRank
    Nov 2008 Join Date
    145Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by Robson26 View Post
    Anyone know if it works on Windows 7?
    Shouldn't be an issue.

  6. #96
    Enthusiast peebster is offline
    MemberRank
    Aug 2011 Join Date
    38Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Update :)

    all servers up and running Ram usage at ~85Gb
    https://prnt.sc/wmuz64

    https://prnt.sc/wmv01l

    Hope that gives you all an idea of how much ram usage is.
    Definitely a fun game :)

    PS:

    my arb hook doesn't work always gives this pop-up
    https://prnt.sc/wmv31w

    or is this working as intended?


    :UPDATE
    So im looking to keep updating my findings so here's this

    D:\TERA_SERVER\test_te_server\Executable\Bin\Datasheet\CreateCharData.xml

    all your characters start Items, level, wearing, inventory items, gold"money" etc.
    i havent rebooted servers to make sure theere's aren't "baked in" but im assuming they aren't.

    next step is to find the event / calendar / login event that gives you those buffs at start.. Will add this next :)
    https://prnt.sc/wmwxha
    not baked in :)


    UPDATE#3:
    The buffs from the start are SQL side :)
    --PWESTY
    Last edited by peebster; 14-01-21 at 01:01 AM.

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

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    It´s possible run in 8gb ram windows 10 / or windows server ?

  8. #98
    Valued Member LordVenom is offline
    MemberRank
    Nov 2008 Join Date
    145Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by tearservers View Post
    It´s possible run in 8gb ram windows 10 / or windows server ?
    No. World server alone uses 30gb+ ram, and that's needed for walking around in the main world.

  9. #99
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by tearservers View Post
    It´s possible run in 8gb ram windows 10 / or windows server ?
    Quote Originally Posted by LordVenom View Post
    No. World server alone uses 30gb+ ram, and that's needed for walking around in the main world.
    If you don't mind to wait the server load and a pagefile of over 50gb its possible to run the server with 4gb.

  10. #100
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    530Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Some custom modifications

    Unlimited flying stamina
    \TERA_SERVER\test_te_server\Executable\Bin\Datasheet\FlyingData.xml
    Set basicCost="0" descentCost="0" boostCost="0"

    Set merchant item price
    \TERA_SERVER\test_te_server\Executable\Bin\Datasheet\ItemTemplate*.xml
    <item buyPrice="" />

    New Character initial value and default items by class
    \TERA_SERVER\test_te_server\Executable\Bin\Datasheet\CreateCharData.xml
    e.g full inventory size and initial money 100 gold
    <Char class="warrior" createdLevel="1" firstInvenSize="120"> <InitMoney amount="1000000" />

    Max level 70, all skills learned and upgraded, full inventory size and initial money 50000 gold
    <Char class="warrior" createdLevel="70" firstInvenSize="120" completeAllPriorMissionQuestLevel="65" learnAllCrests="true"> <InitMoney amount="500000000" />

    Thanks to the Discord folks

  11. #101
    Account Upgraded | Title Enabled! cintapw is offline
    MemberRank
    Apr 2011 Join Date
    279Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Using Microsoft SQL Server 2008 R2 Express edition cannot restore SharedDB.bak it hasil limit 10Gb, what SQL Server you guys using?

  12. #102
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,857Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by cintapw View Post
    Using Microsoft SQL Server 2008 R2 Express edition cannot restore SharedDB.bak it hasil limit 10Gb, what SQL Server you guys using?
    I use SQL Server 2008 R2 Developer Edition and it works fine.

    Screenshot by Lightshot
    Last edited by Robyson; 14-01-21 at 07:18 AM.

  13. #103
    Enthusiast peebster is offline
    MemberRank
    Aug 2011 Join Date
    38Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by cintapw View Post
    Using Microsoft SQL Server 2008 R2 Express edition cannot restore SharedDB.bak it hasil limit 10Gb, what SQL Server you guys using?
    yea express has a shared limit of 10gb across all db's

  14. #104
    Account Upgraded | Title Enabled! cintapw is offline
    MemberRank
    Apr 2011 Join Date
    279Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by Robson26 View Post
    I use SQL Server 2008 R2 Developer Edition and it works fine.

    Screenshot by Lightshot
    developer edition is payed version?

    - - - Updated - - -

    Quote Originally Posted by peebster View Post
    yea express has a shared limit of 10gb across all db's
    so are you also using SQL Server 2008 R2 Developer Edition ?

    - - - Updated - - -

    can some one please pm me the link for discord channel for this project?

  15. #105
    Enthusiast lawful is offline
    MemberRank
    Aug 2015 Join Date
    44Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    not tera shop, Some people open the t-cat shop



Advertisement