Jump to content

Are you gonna leave L2 when Aion is released?  

26 members have voted

  1. 1. Are you gonna leave L2 when Aion is released?

    • Yes
      9
    • No
      17


Recommended Posts

  • 1 month later...
Posted

Only graphics it's good on Aion..the rest of the game suck big time...

After one month of playing i got nothing to do,you have nothing to do for fun , only to kill opposite site (but who are they :D)...it's not like L2 with big clan and alliance and castles and allot of pvp...you just kill some random enemy and that's all :D

On *pvp* it's just chaos all the time.

Disappointed of this,but the graphic is awesome :P

Posted

Well i would vote for Aion.I played for a long lineage 2 official server and private servers low rate..Lineage has overcome as a game,Aion online is better than lineage,better gameplay + better graphics.So leave this old game (Lineage 2) and start a better like Aion.

Posted

got a 48 lvl sorceror on official Aion servers and i can say it sucks after some time it gets rlyyyyyyyyyyy boring cause u gotta search for pvp, not like l2 where u can just kill any1 same race same clan(not likely but still good to have the option to) i love the PK features of l2.

Posted

Even if this topic is old.. In my opinion Aion failed hard  :)

1st - how you can say this when u dont have any idea about officia aion?

2nd - You can't say Aion failed. Aion its a new game and it have 1,5k in each servers.Lineage II have about 800-1k in each server and not in all...(The official servers, and no the noob-home-made-by-babys servers.)

3rd - If you are speaking about the noob home made by kids servers about l2 servers and aion servers yes there the aion failed cause everyone who is 12 years old go to open a server like l2 and he dont have any idea about aion and even if he have the aion isnt a easy game like l2 that when u join into a server u have all the items in gm shop and u dont have nothing to do but only buy the items and sit in giran and enchanting for hours to get the best items and then the only thing u have to do is to going in pvp nooboZones and wait for noobs to kill and then u will be happy and u will think that u know l2!!!!

 

Posted

Aion is the game that revolutionized gaming mmorpg. But still not the old Lineage 2. That will soon Lineage 3.

 

I want that NOWWWWWWWWWWWWWWWWWWWWW :D

 

On topic:

 

I will try aion in summer probably..i just w8 for private servers to get a bit better(i read in some forums that private server are still kinda crappy).I doubt i will get excited though :(

Guest
This topic is now closed to further replies.



  • Posts

    • 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..