Jump to content

Recommended Posts

Posted

1250339241_l2jequal.jpg

 

new rev from equal team

 

Fix:

Sry, my bad, enchanting would not ban innocent players anymore.

Fix.

Little linux update. Thanks dobras.

Enchant exploit fix.

Part 5. (last) This program is free software: you can redistribute it …

Part 4. This program is free software: you can redistribute it and/or …

Part 3. This program is free software: you can redistribute it and/or …

Part 2. This program is free software: you can redistribute it and/or …

Part 1. This program is free software: you can redistribute it and/or …

Little linux update. Part2. Thanks dobras.

Little linux update. Part1. Thanks dobras.

Not needed since, they all are already in SQL.

(diff)

0200-0299.xml fixed.

0100-0199.xml fixed.

Little update for Offline shop mode.

Offline shop fix. Few other fixes. Debug for gameserver added.

typo

0000-0099.xml ready to use.

Typo, sry. Thanks evaldas for report.

Sry, typo.

Offline trade added.

Daggers skills success chance config. Thanks GoodT for help.

1-69 skills fully works now.

BackStab? engine fixed. Now backstabs will damage their victims only from …

 

 

this is new version...i have posted an old version 5 hours ago...download this pack if you wont an good faction server and not only faction...

 

Download: http://depositfiles.com/en/files/6vxutj94q

Posted

i will post new versions(rev) ...i check all day for it :D

 

and most of ppl wont faction server i see....in this forum i see like 50~ posts for faction so gogogo download :x

Posted

i will post new versions(rev) ...i check all day for it :D

 

and most of ppl wont faction server i see....in this forum i see like 50~ posts for faction so gogogo download :x

oreos filemou rullezz . kanenan grasia 2 exis ?

  • 1 month later...
Posted

i will check now

 

why give me -1 karma ?lolen?

 

lolen? you deserve  -1 karma because you double post!  and reported to a moderator!

 

l2Equal  rev 305 is good :P

 

dont spam and rev 305 is very old! next time i report you too.

 

I cannot Understand Has it FACTION MANAGES FACTION Shop or something like this ? i am n00b sorry

 

i can't understand what you want. faction configs and faction shop?

better use this: www.maxcheaters.com/forum/index.php?topic=83363.0

has and ready faction shop. in game : //spawn 55

 

Thanx!

 

Posted

This version is too old!I have version 323 that is the best equal stable version and i compile it myself and still have bugs to fix!None version will be always perfect but you can try version 323!Is the most stable!

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