Jump to content

Recommended Posts

Posted (edited)
 
arancha_1.png
Beta Openning: 4 November - Grand Openning: 18.11.2016
 
Check forum for EVENTS!!
 
 
Hello MXC members and guests.
 
 
SF.png
Version: Interlude - l2java
 
Opening: November 2016 (could be edited during beta)
 
rates.png
Exp: x15
Sp: x15
Partyexp: x1.5
Partysp: x1.5

Adena: x15 
SealStone: x5 
Drop: x10 
Spoil: x10 
Manor 1x
 
Quest drop x8
Quest Reward (adena / exp / sp): x8
 
RaidBoss Exp / Sp: x5
RaidBoss Drop: x3 
EpicBoss: x3
RB work for mage/titans(retail like)
 
OTHER_F.png
 
NPC GM Shop
    - N grade to B grade
    - (A/S grade is craftable)
    - Mats / Recipes shop
NPC Buffer + VIP Buffer
    Scheme buffer
        - Bufftime 2 Hrs (pet buffs 5mins)
        - 24+4 Buffslots
        - autolearn (not divine inspiration)
        - spellbooks drop - deleted*
        - low grade keys deleted *
NPC Delevel (blocks skills that are not propriete for current level)
NPC Password Changer
NPC Wedding manager
NPC Nickname+title color manager
NPC Auction Item Manager
NPC Clan reputation manager
NPC CastleManager - all castles registrations in one
 
 
Olympiad challenge system - looser gets recommends, horoes can buy donate coins
Special Doubled Bot protection
Clan leader cna set priviliges to withdraw from CWH (only for selected members)
Automatic Events
Special NOTrade zones - noone is able to trade near GK
Special Community Board
Champions system
Buffsell system
Weight limit Increased*
 
Subclass - Free subclasses
Nobless* - Caradine letter lvl 65 (adena + MSS) - you have to kill the barakiel
 
Enchants:
 
Safe +3 (fullparts +4)
Max +16
Chance normal 55%
Chance blessed 60%
 
Quests:
 
   - Zero hour reward 2x
   - Toi Quest rates  -  increased drop
   - Giants Cave quest - increased drop
 
Voting system:
 
   - Every 5 votes = 5 Special Reward Chest (random reward)
   - Vote manager - you can get vote reward just for you without waiting
   - Champion Medals can be traded for Special Reward Chests.
 
Lifestones - Dropable from Tyrannos
   - 1+1 augments (1active + 1passive / 1 chance)
   - Nuker augements - 3 sec  Reuse
   - Chances: No grade: 3 %, Mid grade: 5 %, High grade: 10 %, Top grade stone:  15 %
 
Raid Bosses:
 
   - Classic Raidbosses respawn - 20-24 hrs
   - Barakiel respawn - 5-6Hrs (75lvl)
 
 
Retail like - no more bugging Baium, Zaken, QA, no java like bugs
Core 20+1
Queen Ant 22+2 (Characters 49+ lvl cant across the river) 
Orfen 26+2
Zaken 40+4
Frintezza 48+6 
Baium 72+3
Antharas 96+3
Valakas 108+3
 
commands
 
.menu - improved character settings
.buffmenu - you can disable unwanted active buffs
.blockbuff - turn on buff protection shield.
.droplist - you can check npc droplist (or shift +target)
.reportbot - you can report bot in to GMs*(more info in Forum)
Around 50 commands
 
 
Feature will be can change/update
 
Edited by SmOkeHoMeStudio
  • 2 weeks later...
Posted (edited)
 Grand Openning 18/11/2016 at 18:00 CET

CLAN EVET, EPIC BOSS EVENT, Adversting EVENT ,REWARD FOR BETA TESTER



JOIN US !

Edited by SmOkeHoMeStudio
Posted (edited)

 BETA END (SERVER JUST FOR GM) - 16/11/2016Open beta is closed, thanks for everyone for testing, we start prepare server for Grand Opening in friday 18.11. at 18:00 CET All beta testers will be rewarded on Grand opening.
 

Edited by SmOkeHoMeStudio

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