Jump to content

Recommended Posts

Posted

Changes from 24.09.2014

  • Offline trade:
    • Offline trade activation command .offline
    • No payments for offline shop use, but you need to have 1 adena in inventory.
    • Activity time market - 96 hours.
    • Not allowed to trade near GateKeeper in all towns.
    • In Giran, Aden and Goddard, shopping areas are demarcated.
  • Seven sings:
    • Cycle - in 7 days (4 days - event period; 3 days - seal period)
    • Seven sings start at Monday.
    • Period of Event: monday 18:00 - friday 06:00
    • Period of seals: friday 06:15 - monday 17:45
  • Battle areas near dungeon entrances to Antharas, Valakas, Baium, Zaken.

     

  • Grand Olympiad:
    • Activation data – 1 October
    • Olympiad period  – 2 weeks
    • Olympiad goes every day at standard time (Remember, server time is +3 GMT!)
    • Class fights every day.
    • To start class/non-class fights need 5 Noblesses.

 

How many online players are we going to expect ? I hope at least 600 right ?

Posted (edited)

 

  • The third profession - 10 TOD  and 250 Torch + 250 Broken Relic Part + 100.000.000 adena
  • Tears of Devotion - donate currency, can't be trade.

 

"Premium Account give boost +50% Exp/Sp/Adena/Drop/Spoil"

All you need to know.

Edited by MysticMuse
Posted

server will start tomorrow . i guess beta period was over

What does "i guess" mean?Are you not part of the staff?Also what about when i got dc'ed during beta?After 2-3 minutes on every login.

Posted (edited)

As about Newbie-Guide's buffs. Does it work retail like / will we be able to buff ourselves no matter what level we got?

There is buffer NPC with normal 2nd q buffs !

 

Edit: And what the hell, is it like 1h that it should be opened ? :blink:

Edited by Sicked
Posted (edited)

Well  server is great but on the other hand it sucks for english speaking players...there are only russians, no one speaks english, imo there is no point playing here unless you are some kind of Russian emigre. :D  Good luck, at least there are indeed many online.

Edited by Sicked
Posted

The russian part is not bad, I guess you can find a way to bring /join a clan but the disconnection part is the worst part I ever seen, Dex is moving down because of this.

Posted (edited)

I'm almost 40 lvl and still cant buy D grade ? really ? hah and only Ru players that PK every non Ru player. No, ty. Totally fail and I really though I'm done with my serch  :) Dex is slowly dying, if you try to resurrect ur server with Ru players, believe me that wont happen, you lost ur reputation forever   :)

Edited by Darknessbg
Posted

I'm almost 40 lvl and still cant buy D grade ? really ? hah and only Ru players that PK every non Ru player. No, ty. Totally fail and I really though I'm done with my serch  :) Dex is slowly dying, if you try to resurrect ur server with Ru players, believe me that wont happen, you lost ur reputation forever   :)

try join an eu clan or br clan . its a pvp server not low rate .

 

about disconnection part - use br proxy - you wont have any d/c

Posted (edited)

try join an eu clan or br clan . its a pvp server not low rate .

 

about disconnection part - use br proxy - you wont have any d/c

How we can join Eu clan if there are only Ru players, nobody from Eu want to play "Ru server".... or if there are any eu clans they dont recruit unknow 40lvls.. I know that it's PvP server,but it's not funny when 20+ people in some area want to PK u and ur alone.. lol

That's the funny party that in pvp server at 40lvl I got only 1/2 of the money for the D grade

Edited by Darknessbg

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • fixed the flickering , if you noticed to an other specific page please let me know
    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..