Jump to content

Recommended Posts

Posted
We are glad to announce that L2Galion PvP Custom is ready to launch. We worked on this platform alot of months and we have to say that he have did an awesome job, the platform is based on L2jAcis interlude.

We are glad to announce that the server will open the day 17.01.14 at 18:00 GMT+2.

For any question that is not answered on the forum or website pm us on Forum.

L2Galion Staff wish you Good stay.


WebSite : http://l2galion.com/
Forum: http://l2galion.com/forum/index.php

9e9d83ccd8f9a81113964a87d32ad109.gif

RATES:

Rates: Xp x1200 / Sp x1200 / Adena x1200.
Gameplay: No weight limit, Buffs 3 hour, Rebirth, No class change Quests, Max LvL 80,Increased movement speed on all classes.
SPECIAL BALANCE CLASSES!!!

Custom Items/Modifications

* Alot Special Raid Bosses.(Drop Special Weapon & Jewwels)
* Special Weapon & Jewels (Dusk Weapons, Apella & Dynasti Armor's.
* Special Teleport.
* Custom Gatekeeper.
* AIO Buffer.
* Gm Shop.
* Special Shop.
* Armor Shop.
* Class Changer.
* Augument rate 15%.
* Olympiad System 1week.
* Special Zone (AutoFlag/No Bixop/Autonoblesse/).
* GrandBosses respawn : +/- 2.
* GrandBoss Status "Npc" (Respawn in H/Min).
* ALL Classes Have 95% Balance.
* ALL Skill Work 99%.
* Special Zone's.


Custom L2Galion Weapon's.

There is also custom Weapons and Shields.
L2Galion Weapons and Shields can be dropped by different Raidbosses.

Unique L2Galion Weapons
Weapons with a unique SA on it. These weapons can be dropped from the raid bosses on L2Galion!

Duals
-Crokian*Crokian: Patk 371, Matk 138, Crit Rate +25%, Atk Speed +7%
-Doll knife*Doll knife: Patk 371, Matk 138, Atk Speed +7%, Guidance +6

Swords
-Crokian Blade: Patk 310, Matk 138, Crit Rate +25%, Atk Speed +7%
-Sword of Apostle: Patk 310, Matk 138, Guidance +6, HP +25%

Mage
-Dusk Staff: Patk 156, Matk 200, Cast Speed +17,5%
-Dusk Sword: Patk 156, Matk 200, Matk +15%
-Lady Fan: Patk 231, Matk 204, Cast Speed +7%, Matk +7%

Polearms
-Dreadbane Pole: Patk 310, Matk 138, guidance +6, wideblow 8 hits, 360degree hit
-Axe of Ketra: Patk 310, Matk 138, Guidance +6, Crit Damage +265, wideblow 8 hits

Daggers
-Doll Knife: Patk 275, Matk 138, Crit Rate +25%, Crit Damage +265
-Giant Trident: Patk 275, Matk 138, Evasion +3, Crit Damage +265

2 Handed Sword
-Sword of Vampire: Patk 371, Matk 138, Crit Rate +25%, HP +25%

Blunt
-Cudgel: Patk 310, Matk 138, Crit Rate +25%, Atk Speed +7%

Bow
-Halisha Bow: Patk 610, Matk 138, Crit Rate +25%, Guidance +6

Shields
-Dusk Shield: Pdef 300, Evasion -16, Shield Rate 40
-Shield of Reflect: Pdef 319, Reflect Magic Debuffs, Shield Damage Reflect
-Shield of Evasion: Pdef 110, No Evasion Penalty, Run Speed +7.


Unique Galion Wings
These wings can be dropped only from the GrandBosses on L2Galion!

Stats:
-Angelic:  +10 Run Speed!
-Demonic: +10 Run Speed!

L2Galion Mask.

- Mask: +100 M.DEF, +100 P.DEF, 500 HP, 500 MP, 500 CP.

L2Galion Boss jewels

There is some custom Boss jewels that you can collect from the corresponding Boss.
* Nacklace Of Brakki: MP +42 and +60% resistance to most of the debuffs.
* Necklace Of Hekaton: MP +42 and +15% CP.
* Necklace Of Naga: MP +42 and +15% HP.
* Earring Of Garacsia: MP +31, +10% bow resistance and +15 speed.
* Earring Of Ipos: MP +31, +10% dagger resistance and +15 speed.
* Earring Of Kandra: MP +31, +20% wind resistance and +15 speed.
* Earring Of Von Helman: MP +31, +20% dark resistance and +15 speed.
* Earring Of Vermilion: MP +31, +20% fire resistance and +15 speed.
* Earring Of Falston: MP +31, +20% water resistance and +15 speed.
* Ring Of Horuth: MP +21 and +10% P.Def.
* Ring Of Mos: MP +21 and +10% M.Def.
* Ring Of Shadith: MP +21 and 500% faster Hp regen.
* Ring Of Tayr: MP +21 and +100 bow range.

9e9d83ccd8f9a81113964a87d32ad109.gif

For More information stay tuned at Forum and Website!


WebSite : http://l2galion.com/
Forum: http://l2galion.com/forum/index.php

 

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