Jump to content

Recommended Posts

Posted (edited)
 

 

 

 

12814132_1052761241462007_31820922792526

 

partyeventlow.png

 

 

7low.png

= OPENING 19 March 2016 20:00 =

We invite you to play a new easy farm mid rate server with many differences from other mids.

-Daily Epic

 -Weekly GM events

-Real money events

and many more features inside the game !!

 

 H5 Mid-PVP Private Server No Custom

 

 

rateslow.png

Exp: x50

Sp: x50

Adena: x25

Drop: x50

Spoil: x50

Safe: +4

Max: +12

Max oly: +6

Normall Scroll: 55%

Bless Scroll: 60%

 

 

 

FEATURESlow.png

Mana pots

Full buffer

GMshop up to S grade

Auto learn skills

Multi-add attr system

Heroes every 1st and 15th of the month

Sieges every week (Giran,Aden,Goddard,Rune)

Clan level up requires 5 members

Freya/Tezza/Zaken instances require 5 players

Buff/dances-songs 30/14

Masterwork craft chance 10%

Buyable noblesse quest

Daily beleth (15% chance)

 

 

attrlow.png

 

cloak%20delflow.png

 

 

 

High Five [ZEF] x50 Server!



Skype: L2 Grasf

Edited by L2_GRASF
Posted

Again...... Same shit , can you atleast open one decent one instead of opening 3-4 ?

its always the same, its not like every time we open a project we add things or improve or files.

 

advert 7 days before opening, gg u think u will get playa? 

to my point of view it doesnt matter how long u advert a server but how you do it.

Posted

partyeventlow.png

 

We welcome everyone to participate on our PvP Party vs Party event on 26th of March.

 
Only the winning party will be rewarded with 100 euros (pp) or 3600 Mouse Coins and will be given to party leader.
 
Event date&time: 26 March 21:00 (ingame time)
Participation fee: 45 FA/Party
 
Skype event: click here
Last party standing event: click here
Posted

Easy and fun to play server for casual gamers (2-3h online/day). Honestly, I liked your last one. I will rejoin to play relaxed.

Seems like a good server.

Hope that gvg for euro is real,not like other shit servers announcing and nothing...

i will join with my cp

Thank you both for the positive words, you and everyone else is more than welcome to join !

Posted

Thank you both for the positive words, you and everyone else is more than welcome to join !

From my perspective, actual L2j H5 server fall into 2 categories:

1 - 99% of servers where donators get ridiculous advantages right from the start till the end (end which is in max 1-2 months). I mean skills at max or even +50, overenchanted armors/weapons hidden under .dressme or +16 weapons with no glow at all. Also those 99% servers start with a normal/decent rate of drop/spoil in 1st week, but suddenly from the 2nd week everything related to drop/spoil goes down a lot. So, it's "shiny and glowing" on start and rusty-rotten-smelling bad at end.

2- 1% of servers where rates of drop/spoil/enchant success remain the same from start to end, donators get some items (+10/+12) which can be obtained also by farmers if they eventualy farm enough, open donations for RB jewels/weapon.

I place your Grasf server into that 2nd category of 1% of fair servers, both for donators and farmers. That is why I want to continue on your future project. I hope to see there a decent population of 200-300 players to have fun together.

Good luck !

Posted

From my perspective, actual L2j H5 server fall into 2 categories:

1 - 99% of servers where donators get ridiculous advantages right from the start till the end (end which is in max 1-2 months). I mean skills at max or even +50, overenchanted armors/weapons hidden under .dressme or +16 weapons with no glow at all. Also those 99% servers start with a normal/decent rate of drop/spoil in 1st week, but suddenly from the 2nd week everything related to drop/spoil goes down a lot. So, it's "shiny and glowing" on start and rusty-rotten-smelling bad at end.

2- 1% of servers where rates of drop/spoil/enchant success remain the same from start to end, donators get some items (+10/+12) which can be obtained also by farmers if they eventualy farm enough, open donations for RB jewels/weapon.

I place your Grasf server into that 2nd category of 1% of fair servers, both for donators and farmers. That is why I want to continue on your future project. I hope to see there a decent population of 200-300 players to have fun together.

Good luck !

exactly, on l2grasf there were NEVER more antharas/valakas etc than the dropped ones from epics.

 

no secret donations, everything is open to the public.

Posted

exactly, on l2grasf there were NEVER more antharas/valakas etc than the dropped ones from epics.

 

no secret donations, everything is open to the public.

Well ANYWAY,if they open donation for epic/top weapons/elegia

It is ok,after 1-2 months,doesn't matter really if you played from start ,you whoud have top gear

when other ppl start and donate for same gear as you..

Still cuz donations,servers are alive.. They are able to maintaine all with gained euros...

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