Tera level 100 version

Page 63 of 71 FirstFirst ... 13535556575859606162636465666768697071 LastLast
Results 931 to 945 of 1064
  1. #931
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: Tera level 100 version

    Quote Originally Posted by TieLay View Post
    Me catch problem with dungeon "Labyrinth of Terror" in single mode and subquests
    Me complete main quest
    But after servers restart me cant complete subquests coz if me select on teleport "Labyrinth of Terror (single)" NPC Labyrinthine Stalker not exists and me can't open door to other quests NPC.
    If me select "Labyrinth of Terror" as dungeon quests NPC killing change nothing in subquests progress.

    fun coz me kill Caiman Pyro it's broke long way

    P.S. Me use you's Datasheet for TERA servers
    If my memory doesn't fail, that Caiman was always RNG....then keep doing the dungeon several times till it appears

  2. #932
    Account Upgraded | Title Enabled! TieLay is online now
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    655Posts

    Re: Tera level 100 version

    Me update TERA_SERVER archive it's divide to volumes per 1Gb.
    And update Run Instruction.
    Archive include TERA 100.02 servers with argeus99's Datasheet and hsdn's Tera-API + Box and steer services + updated and translated WebApp

  3. #933
    Enthusiast mesmoro is offline
    MemberRank
    Jul 2022 Join Date
    39Posts

    Re: Tera level 100 version

    the ress using gold in the dungeons are in which file?

  4. #934
    Apprentice Riku09 is offline
    MemberRank
    Apr 2016 Join Date
    EnglandLocation
    6Posts

    Re: Tera level 100 version

    Hello i have an issue with the WebApp , the WebApp config seems fine and everything else seems fine but i cant connect , i have this error , i tried to edit the WebApp.dll but i cant find where i can change the Database details
    webapp-1.png

  5. #935
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: Tera level 100 version

    Quote Originally Posted by Riku09 View Post
    Hello i have an issue with the WebApp , the WebApp config seems fine and everything else seems fine but i cant connect , i have this error , i tried to edit the WebApp.dll but i cant find where i can change the Database details
    webapp-1.png
    I explain how here

  6. #936
    Apprentice Muggus is offline
    MemberRank
    May 2022 Join Date
    21Posts

    Re: Tera level 100 version

    Anyone messed around with https://github.com/menmaa/menmas-tera-launcher? It is specifically for menma but wondering what p servers are using for custom launchers

  7. #937
    Apprentice Riku09 is offline
    MemberRank
    Apr 2016 Join Date
    EnglandLocation
    6Posts

    Re: Tera level 100 version

    i already did it , but dont work for me

  8. #938
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: Tera level 100 version

    Quote Originally Posted by Muggus View Post
    Anyone messed around with https://github.com/menmaa/menmas-tera-launcher? It is specifically for menma but wondering what p servers are using for custom launchers
    I successfully reworked menma's launcher for my own API. You just have to know what to do by reading the code, and adapting it to your need.

  9. #939
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts

    Re: Tera level 100 version

    Quote Originally Posted by hexaDoc View Post
    I successfully reworked menma's launcher for my own API. You just have to know what to do by reading the code, and adapting it to your need.
    Could you release the launcher? I couldn't get it to compile

  10. #940
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: Tera level 100 version

    Quote Originally Posted by vileninja View Post
    Could you release the launcher? I couldn't get it to compile
    Well, the launcher needs to be compiled to change URL even with mine version, but I can make it configurable through the config.json.
    Will try to make it in the day.

    EDIT:
    Did it, it works fine on my side with my API.

    If you decide to use it, be aware that you gotta adapt routes / variables names or launcher won't work.
    There is also a different structure than what HSDN use, so it won't be working right away, you will have to tweak your API by looking at the code, I won't provide any support for that, I don't have the time.

    https://github.com/tsukasaroot/menma...ses/tag/V1.6.0
    Last edited by hexaDoc; 28-07-22 at 10:33 AM.

  11. #941
    Apprentice Muggus is offline
    MemberRank
    May 2022 Join Date
    21Posts
    Quote Originally Posted by mesmoro View Post
    the ress using gold in the dungeons are in which file?
    Would be in DungeonRetry.xml

  12. #942
    Enthusiast mesmoro is offline
    MemberRank
    Jul 2022 Join Date
    39Posts
    Quote Originally Posted by Muggus View Post
    Would be in DungeonRetry.xml
    thanks for replay

  13. #943
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    btw, where to edit and cancel the player number limit of all the zones' ,,,including batttle zones ,,quest zones ,,,etc

    for example,,I go to a zone that needs 5 five people to start ,,,i wanna cancel the number limit to 1 person that is able to enter it...

    is that possible?

  14. #944
    Account Upgraded | Title Enabled! dziobus is offline
    MemberRank
    Apr 2022 Join Date
    414Posts
    Quote Originally Posted by fitnessguy0 View Post
    btw, where to edit and cancel the player number limit of all the zones' ,,,including batttle zones ,,quest zones ,,,etc

    for example,,I go to a zone that needs 5 five people to start ,,,i wanna cancel the number limit to 1 person that is able to enter it...

    is that possible?
    IT depends. You can change player count needed for dungeons. So you can make a 5 man dungeon require any number of people. But some dungeons have mechanics built in that only trigger when 5 people are around or interact like Gossamer Vault or Bahaar Sanctum. Changing the player count in those will not fix it there are other things that need to be changed for you to be able to do it solo.

  15. #945
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts
    Quote Originally Posted by hexaDoc View Post
    Well, the launcher needs to be compiled to change URL even with mine version, but I can make it configurable through the config.json.
    Will try to make it in the day.

    EDIT:
    Did it, it works fine on my side with my API.

    If you decide to use it, be aware that you gotta adapt routes / variables names or launcher won't work.
    There is also a different structure than what HSDN use, so it won't be working right away, you will have to tweak your API by looking at the code, I won't provide any support for that, I don't have the time.

    https://github.com/tsukasaroot/menma...ses/tag/V1.6.0
    Is the updater included
    Last edited by Ketchup; 29-07-22 at 06:10 PM. Reason: Forum lag removed lol.



Advertisement