Jump to content

Recommended Posts

Posted

Hello to everyone,
As u already know Zoumhs have shared a free public version of this extender, after discussions with him we decided to change a little bit the way we work.

FREE Files will remain and will continue to be updated. But the progress is very stable since everyone is just using and not reporting us stuff to be fixed. 

What we decided to change? Well , from now on there will be a 2nd way to obtain the files.

2 methods, if you are active and you are contributing on the fixing you will receive the Inner Circle rank in our discord. That will offer you access to latest updates and faster updates.
So , practicly you will get your pack updated way faster and of course you will not have the "free messages" inside your server. Instead your Consoles will only display the L2CExt - L2Server , Cached etc.. Basicly watermarks will be offer
Faster , scripts updates, Crash fixes , Html fixes 

2nd method is by being a subscriber. 
Subscriber pays 50 Euros entry and will have a monthly revenue of 25 euros. If we do not have a lot of updates at the month that you will subscribe, dont worry u will not lose your subscription, it will remain for 10 revs
(1 rev is a lot of fixes not just 1 line)

-Joining donation to become a subscriber: 50€
-Monthly donation for existing subscribers: 25€ 
-Rejoining donation when inactive for 3+ week after your last subscription ended: 50€
-If you delay to renew your subscription within the 1 week window, the days passed from your due date will be deducted from your next month, the subscription will only deducted if and only if we complete a lot of revs during your subscription, if not your subscription will remain until 10 revisions. 
The subscriber DLL and the free DLL of CExt refer to two different versions of the project with varying levels of access and features, premium has faster resolving issues and updates.

Premium DLL
-The subscriber DLL, is the version of L2CExt that is accessible to subscribers of the project.
-Subscribers are individuals who support the project through monthly donations.
-By becoming a subscriber, users gain access to the subscriber repository where the latest developments and features are available.
-The subscriber source receives updates more frequently and includes features that are not yet available in the free version.
-Subscribers also have access to the project's subscriber forum boards, changelogs, and potentially engage in direct discussions with the project developers.
-Subscribers contribute to the project's funding and often have an opportunity to play a more active role in its development.

Free DLL
-The free DLL is the version of L2CExt that is freely accessible to everyone, even without subscribing.
-A download link for the free version  can be found on the project's official discord server.
-The free dll is typically updated with the work and fixes made in L2CExt's privately maintained repository every few months, that does not mean we will abandon the free users. Dont forget, you can contribute and get a premium access free.
-While it may not have the most recent developments, it still serves as a functional and open-source option for those who do not wish to subscribe or contribute.

The difference between the two lies in the level of access, update frequency, and availability of features. 
The subscriber source offers early access to new developments and features for subscribers who support the project financially,
while the free DLL is available to all users and receives updates less frequently.
It's important to note that both versions contribute to the overall advancement of the project.


Project new discord server: https://discord.gg/qwuBMgyrcY 

We are happy to welcome you and work together!

Posted
10 minutes ago, sandeagle said:

The extender is quite impressive, but unfortunately, there is no suitable client patch for me.

Good luck for your project.i will join...

contact us via discord we will help you to get a competitive one

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

    • cRazy??? If i just say good job its not even fair....
    • τι εκανες εκει παλι ρε τρελάρα; 🤣   welcome back mate, happy seeing you online again, well thats beyond l2 needs for sure and It’s rare to see anyone pushing Interlude this far technically anymore without trying to monetize it. definitely interested in seeing the source whenever you're ready to share it! keep it up!
    • your only choice brother cmon https://www.l2jsunrise.com/
    • Hello everyone  How are you all doing? I'd like to share with the community an open-source project I've been working on intensely: the **L2 Phantom AI Manager**. Tired of those static bots that just stand still in the city or sink into the map because of Geodata? Me too! That's why I developed a modular Phantom system with real Artificial Intelligence, initially designed for **L2J Mobius Essence (RoseVain)**, but which can be adapted to other chronicles. Main Features Modular architecture: the system is split into focused files such as PhantomAI, PhantomEngine, PhantomFactory, PhantomEquipment, PhantomHuntingSpots, PhantomGeo, PhantomMenu, and more. Automatic creation: create 10 or 50 phantoms from the menu or commands. XML persistence: automatically created phantoms are saved into PhantomPlayers.xml, so they keep loading after server restarts. Batch startup: .pstart and Start 10 load only 10 phantoms at a time. Batch disconnect: disconnect 10 active phantoms without shutting down the whole system. Origin towns: new phantoms spawn using PlayerTemplate.getCreationPoint(), respecting race and class. Geodata-safe spawning: spawn points use NPC-like coordinate validation to avoid under-map or floating characters. Real datapack spots: reads data/stats/npcs and data/spawns to build level-based hunting locations. Bad target filtering: ignores Training Dummy, tutorial objects, chests, and fake farm targets. Smart relocation: if a phantom cannot find useful mobs, it relocates to another spot for its level. Level goals: phantoms receive leveling goals, return to town, recover resources, and go back to farming. Mage MP rest mode: mages rest until MP is recovered; in PvP they try to escape when out of mana. Skills and buffs: phantoms try to use offensive skills and self buffs such as Might, Shield, Focus, Haste, Empower, Acumen, Wind Walk, Chant, Song, and Dance. Varied gear packs: gear packs by grade for mages and fighters, with multiple variants to avoid visual clones. Automatic shots: randomized Soulshot and Spiritshot restocking by class and grade. Inventory cleanup: unnecessary items are removed automatically while preserving Adena, shots, and equipped gear. PvP and PK behavior: some phantoms are aggressive, may become PK, and attacked phantoms try to defend themselves. Optional AI chat: optional Google Gemini integration for short social replies. TXT logs: the menu displays log state and can enable/disable logging. GM Menu Use .pmenu to open the control panel. Current options: Start 10 Disconnect 10 Create 10 Create 50 Reload XML Stop All Enable Log / Disable Log The menu also shows: active phantom count; XML ID count; current TXT log state. Commands .pmenu - opens the control panel. .pstart - starts 10 phantoms from XML. .pstop - removes all active phantoms. .pstop10 - disconnects 10 active phantoms. .pload - reloads PhantomPlayers.xml. .pcreate 10 - creates, starts, and saves 10 phantoms to XML. .pcreate 50 - creates, starts, and saves 50 phantoms to XML. .pm Name Message - sends a private message to a phantom. .pdebug - toggles TXT logging. Logs Logs are created in the GameServer log/ folder: log/PhantomManager.txt - global historical log. log/PhantomManager-yyyyMMdd-HHmmss.txt - separate log for each session. Useful logged events include: new level goals; travel to hunting spots; town rest; mob attacks; PvP defense; shot restocking; inventory cleanup; AI exceptions with stacktrace. Main Files PhantomManager.java - commands, logs, and bootstrap. PhantomEngine.java - start, stop, spawn, respawn, batches, and AI loop. PhantomAI.java - farm, PvP, PK, rest, targeting, and movement decisions. PhantomConfig.java - routes, gear, shots, and XML persistence. PhantomFactory.java - automatic character creation. PhantomEquipment.java - buffs, progression, shots, and inventory cleanup. PhantomHuntingSpots.java - real datapack NPC/spawn loader. PhantomGeo.java - geodata-safe coordinate handling. PhantomState.java - temporary phantom memory. PhantomMenu.java - GM HTML panel. PhantomBypass.java - menu button handling. PhantomChat.java - messages and optional Gemini integration. Copy custom/PhantomManager into: dist/game/data/scripts/custom/PhantomManager/ Place PhantomPlayers.xml in: game/config/Custom/PhantomPlayers.xml Compile scripts or restart the GameServer. Use .pmenu to create, start, and manage phantoms. https://github.com/miacodeweb/L2-Phantom-AI
  • 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..