Jump to content

Recommended Posts

Posted

WITHOUT CUSTOM ITEMS.

* Server Information

 

* Rates:

* Experience: x200

* Drop Rate: x5

* Spoil: x5

* Adena: x500

* Quest Drop: x5

* Quest Reward: x4

 

* Enchants:

* Safe Enchant 3

* Max Enchant 16

* Enchant success rate 66%

* Blessed Enchant success rate 98%

 

* NPC Buffer

 

* GM Shop:

* Up to S Weapons, Armors, Jewels

* Shots, Consumables

* Potions, Quest items for Clan level

* Pets, Accessories, Event reward items & more...

 

* Global GK: Teleports you Everywhere!

* Casino Manager: Try your luck!

* Class Master: [1 class transfer - Cost: 100,000 Adena.][2 class transfer

- Cost: 1,000,000 Adena.][3 class transfer - Cost: 10,000,000 Adena]

 

* Server Events Informations:

 

* Auto Events:

* [Team vs Team]

* [Capture the Flag]

* [Deathmatch]

* [GM Events] Tournament, Vote Events, Mobs Event, Dice Event, Hide and Seek and many more.

* [More are Coming Soon]

 

* Olympiad Games Information: Games open 18:00h to 00:00h for play.

* Olympiad calculation every week. Olympiad battle winner reward for

* classed and non-classed games.

 

 

* More Information:

 

* Sub class without quest: max 3

* Clan war reward: 50 points

* All castles/clan halls work

* Auto learn skills

* Official Start: Soon Enough ;)

 

Website: Http://L2Sigmo.com

Forum: Http://L2Sigmo.com/forum

Posted

To project to exoun polla atoma kai dn einai kati monadiko.Kata ta alla euxome kali tixi me tn server s

The Project with Server, is another matter.

 

I'll give it try, seems good

gl anyway

Thank You!

Posted

Also it's a farmer server. You gotta farm 550kk for a Weapon S-Grade with SA.

The blessed scrolls seem to be 700kk and it's hard to farm adena and I already saw more than 5 people with a S-Grade weapon +16. Maybe they are no lifers or dunno how they do it seriously.

Posted

and I already saw more than 5 people with a S-Grade weapon +16. Maybe they are no lifers or dunno how they do it seriously.

Because they do not whine in forum and farm.

And it's so easy to take adena or GB.

And if they were within 1 hour to have everything, we did it a pvp server!

Posted

nice ripped site too.

 

<!-- Mirrored from [url=http://www.lineage2fx.com/]www.lineage2fx.com/[/url] by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 03 Jul 2011 08:48:46 GMT --> 

And?

Where is the problem kid?

Posted

And?

Where is the problem kid?

 

The problem is you like stealing people's work and removing all the respected copyrights/credits.

 

You bought L2 Sigmo pack (you wasted your money!), you opened a server (you wasted your time!), but you can't buy/pay for a unique website (even the HTML is deformed without logo). I mean come on, what do you expect?

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

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