Jump to content

Recommended Posts

Posted (edited)

L2Homage

Customizing Lineage 2

 

 

Read more about the development process in the initial thread

Initial thread

 

Check out our Discord if you're interested in the project

Discord Channel

 

Download here:

L2Homage 6.1 (Recommended)

Map Files

System Folder (Based on L2Shrine's system folder. Should work well for new projects)

WIKI <-- A work in progress. Includes in-depth install guide, both for server software and tool.

 

Please feel free to post any questions you have in this thread. We also appreciate if you'll post screenshots of your work. We want to see what you make :)

 

Disclaimer and Credits

Spoiler

# Disclaimer
# L2Homage is in no way affiliated with NCSoft or any other company. L2Homage does not claim ownership of any files referred to in this project.
# L2Homage does not own any of the third party tools or images contained in the project.
# L2Homage simply reads and parses data, but provides no data of its own.
# All third party files included in this project are freely available online, and in no way belong to L2Homage or the developers.
# L2Homage and the developers take no responsibility on what you choose to use L2Homage for. You are free to use this project for whatever purpose you have, at your own discretion, except for selling it.
# L2Homage is meant to be completely free. Do not sell this to anyone.
# The user takes complete responsibility for their usage of L2Homage. Whatever you choose to do with this tool is up to you entirely.


# Credits
# Special thanks to the people who helped make L2Homage possible
# L2H wouldn't be here if it wasn't for:
- @eressea, for sharing an awesome extender and for answering a bunch of questions (with more to come, please don't block me on skype)
- @Weedy, for encouraging development, helping with tests and providing great feedback
- @sepultribe, for answering very specific questions and helping with the encryption/decryption setup
- L2Miko, for sharing encryption/decryption and assembling/disassembling tools (https://github.com/L2Miko/L2FileEdit)
- @Rootware, for inspiration for the spawn system and how to present territory data
- @PARADISE, for being the first to tell me this project had a future, as well as answering questions about the L2 coordinate system

- virusfreeturtlecat, for helping with npc fixed position issues

 

# Also thank you to everyone who liked, thanked or upvoted the initial L2H post.
# If you hadn't shown that you were interested, I'm not sure this project would have been continued.
# Thank you,
# -B

 

# Table of Contents:
# -----------------
# 1.0 What is L2Homage
# 2.0 Features
# 3.0 Installation
# 4.0 Usage
# 5.0 FAQs
# 6.0 Roadmap


# 1.0 What is L2Homage
L2Homage is a modding tool meant to make modding L2 OFF files easier. It doesn't do anything you can't do on your own, by editing a handful files.
L2H is an extensive editing tool for both client and server files for Lineage 2 Epilogue.
While still in development, the intention of this project is to provide users with a tool that’s capable of repurposing most of existing ingame content.
This will allow users to rethink and reshape the world of Lineage 2, providing the hordes of burnt out players with new, exciting content, without having to spend hours learning how to manipulate the data structure.
The hope is to see a bunch of unique, new game worlds appear, instead of relaunches of the same L2 experience we’ve all been through too many times to count.

With this tool, you can edit all weapons, armors, misc items (etcs), recipes, npcs, droplists and spawns. The list goes on, and expands as the project evolves.

L2H allows you to very easily edit, replicate or modify a huge of amount of Lineage 2 content - without having to worry about L2OFF data structures, file editors, encryption or decryption.

It's as simple as editing a spreadsheet.


# 2.0 Current Features
- Add, delete or modify weapons
- Add, delete or modify armors
- Add, delete or modify etc items
- Add, delete or modify sets
- Add, delete or modify spawn zones

- Add, delete or modify NPCs
- Add, delete or modify NPC spawns and parameters

- Add, delete or modify Skills

- Add, delete or modify recipes

- Add, delete or modify droplists

- Add, delete or modify shoplists (multisell)

- Modify any stats of any class

- Modify the starting equipment of any class

- Modify the starting location of all classes

- Modify when classes learn skills

- Modify what skills cost or require

- Modify NPC AI Properties (requires .nasc files in data/ai folder)

- Modify system text

- Modify class descriptions and titles

- Modify loading screen text

- Modify hunting areas

- Modify the EULA

- Modify the chat filter

- Modify zone names

- Modify raids list (accessible through in-game map)
- Export server and client files simultaneously, ready for use immediately


# 3.0 Installation

Spoiler

# 3.0 Installation

1. Install L2OFF epilogue server. That can be found here.
2. Grab the L2OFF epilogue script files and geodata (one working source is from the free advext bundle).
3. Install Lineage 2 Epilogue.
4. Download and unpack L2Homage.
5. Copy and paste all the client .dat files into Data/encrypted client files. Client files can be found in your L2 Epilogue System folder.
6. Copy and paste all server script .txt files into Data/server. Server files can be found in the Script folder of your server installation.
7. Download and place all 900x900 Radar map images in the Worldmap folder.

 

Follow the instructions on the WIKI .

 

# 4.0 Usage

Spoiler

# 4.0 Usage

# 4.1 Initializing
1. Open L2Homage.exe
2. Click Load All
3. Agree to decrypt
4. Wait till loading completes

 

# 4.2 Adding weapon, armor, sets, etcs or npcs
1. Find the row of the target you'd like to use as a template
2. Click on any cell in the row
3. Click the "Clone" button in the top
4. Entire row is now cloned, resulting in a new item
5. Edit any variables you want in the new row

 

# 4.3 Adding droplists
1. Click on the droplists tab
2. There are 6 types of droplists.

 

    - Normal
           List of items. Between 0 and all of the items will drop at once.

    - Spoil
           List of items. Between 0 and all of the items will drop at once.
    - Multi
           List of MultiParts. Between 0 and all of the connected MultiPart droplists will trigger.
           Each MultiPart droplist has a chance to trigger on NPC death.
           Writing in an empty cell next to the last MultiPart entry, will create a new multipart droplist with that name, connecting it immediately.
    - MultiPart
           List of items. Each item has a probability to be chosen when MultiPart is triggered.
           MultiPart droplists only drop 1 of the items listed. The items probabilities in a MultiPart droplist therefore has to equal 100%.
    - Extra
           Works like a second Multi droplist. This contains ExtraParts.
    - ExtraPart
           Works like MultiPart. This is where all the herbs are listed.


3. Find the row of the droplist you'd like to clone
4. Click on any cell in the row
5. Click "Clone" button in the top
6. Go to NPC tab, and edit the target droplist of any NPCs that will use your new droplist

 

# 4.4 Adding Spawns
# Spawns are currently limited in functionality. Adding bosses or raid spawns with this method, will probably not work. This will be implemented when L2H starts parsing AI.
# Any 'regular' enemies or npcs should still work completely
1. Select the map you'd like to add spawns to
2. Select the spawn area you'd like to add NPCs to
3. If a map has multiple layers, and the spawn area drawn on the map doesn't seem to fit, click on any of the "Map 0-6" buttons below the map image. You should be able to find the layer that fits
4. Either use the selected spawn area (if it already has an npc_ex_maker attached), or better yet, click "Clone Area" to create a guaranteed functional copy of the spawn area
5. Edit any properties of the spawn area you'd like in the top right corner
6. Click on any NPC in the NPCs list and edit NPC properties in the bottom right corner
7. You can add new NPCs by clicking the "Add Npc" button
8. You can remove existing NPCs by clicking the "Remove Npc" button

 

# 4.5 Adding Recipes

1. Find a recipe item you'd like to make a copy of in the etc list.

2. Clone that item in the etc list.

3. The recipe tied to the new recipe item will now appear in the recipes tab.

 

# 5.0 FAQs

Spoiler

# 5.0 FAQs

# How much will it cost?
L2H will be free, and eventually completely open source. This is not a project created for monetary gain, it’s solely meant to revitalize the stagnating server scene.
If you have paid for this product, someone is tricking you.

 

# 5.1 Which L2 version does it use and why?
L2H is meant to be free, so the server files should be as well.
The most complete, freely available L2OFF files are the Gracia Final/epilogues files, and with Eressea’s extender, it feels nearly bug free.
It’s a very strong, free base to build this project on. This tool would likely follow Eressea's extender.
If she decides to upgrade L2 version, L2H would most likely follow.

 

# 5.2 When will it be done?
This is a side project with a single developer attached.
It won’t be completed fast, but each milestone will be made available to the public, once tested and functional.
The development will be modular, with each version providing new options. If you're interested in helping out, let me know.

 

# 5.3 Which language is L2H developed in?
C#

 

# 5.4 How does L2H work?
Decrypted Lineage 2 client files and server script files are structured in a very specific way, one that can be parsed and edited.
When developers add or remove content to the L2OFF platform, they do this by hand. This often requires editing more files to add a single item.
For instance, if you were to add a single weapon, you would have to edit weapongrp(client), itemname-e(client), itemdata(server) and item_pch(server).
L2H does this for you with one input. There are a LOT of variables for items, most of which aren't relevant to the modder.
To give an example, if L2H exposed all variables for armors, there would be well over 700 columns of data to fill out, most of which just aren't relevant.
It's also very easy to mess up. One wrong space, and your server won't run, or your item won't work. Instead of adding new items from scratch, modders choose an item to use as a template.
When users clone the templated item, L2H copies all relevant information, and exposes variables that are interesting to edit in an easily accessible grid view.
When you're done editing, click export all to get the correctly formatted files.
L2H automatically decrypts, disassembles, encrypts and assembles any edited files, by using L2Miko's fileedit.
You can then copy the exported files directly into the server and client.

 

# 5.5 Can I add custom models and animations?
If you want to add custom models, you will have to do that the old fashioned way.
There is a lot more to adding new models to the game, compared to repurposing it.
Completely new content like that, however cool it may be, is not the goal of L2H.
That being said, once you’ve added the new content, you can use L2H to edit or copy it.

 

# 5.6 Why are you not planning to develop X?
If you have a feature request or suggestion, feel free to message me.
The planned features are those that are absolutely possible to deliver.
The limits of L2H is well known, and there won’t be an attempt to include features beyond those.
If your suggestion falls within the possibilities of L2H, it will most likely get added to the list.

 

# 5.7 When will the next version be available?
When it’s ready. This is an ongoing project, and while updates may be far apart, it’ll be finished one day.
The project uses no copyrighted info. It's all relying on reverse engineering the data structure.
It only reads the data you feed it. Development will continue until all values available for change have been exposed.
If I'm doing anything I shouldn't, please let me know. I have no intention of breaking the law.

 

# 5.8 Will you be running a server?
No. That is not my motivation. I look forward to playing on yours though.

 

# 5.9 Will it work for other versions of Lineage 2?
That’s not the focus of this project, so that’s not certain.
It will work with any version of Lineage 2 that uses the exact same data structure as Epilogue.
Should a newer version of L2OFF be made available, there’s a slim chance L2H will be updated to fit that data structure.

 

# 5.10 Will it mess up my files?
Remember to keep backups. There can be bugs.

 

# 5.11 Can I delete content?
You can only delete content you’ve created yourself.
If you start removing data from the client and the server, you’ll most likely run into issues.
If you delete an item that exists in the game world, you might run into issues as well.
It’s better to disable these from being acquired, nerf them to the ground or possibly remove them from players’ inventories through the database.

 

# 5.12 What does the column 'X' mean?
As L2H has progressed, most relevant variables have been exposed for editing. Each column represents one variable, most of which are self-explanatory.
The variables that I'm unsure of, have been exposed, just in case.
If you know what a variable does, and it's not self-explanatory, and it doesn't have a tooltop when hovering your mouse over it, please let me know.

 

# 5.13 How can I help?
Report bugs, write guides and tutorials for L2H usage, share your custom created content, help people setup a server.
I would appreciate if someone took the time to describe how to get a good server and test environment setup for faster development.
I've described how to create content in this post, but someone who took the time to go through it in more detail, could help a lot of people.

 

# 5.14 How can I share custom content I've created?
When you export your content, it can be found in the Export folder. Any custom content you create, will be found at the end of each file.
Either share it all, or find the data you'd like to share specifically. You'll need a file editor to grab any specific data you've created for client files.

 

# 5.15 Something went wrong, what do I do?
Try to figure out which entry is causing an issue. If you can't figure it out, you'll either need to load a backup, or start over.
Starting over means deleting everything inside the data/L2H folder, and re-importing all relevant client/server files.
Also, please report what went wrong, so we can try to fix it.
Please be aware of your input. If you start entering commas and brackets everywhere, the data will most likely break. Just be cautious.

 

# 6.0 Roadmap

Spoiler

# 6.0 Roadmap

Version 1.0 - Items
Adding, modifying or deleting weapons - Complete
Adding, modifying or deleting armors - Complete
Adding, modifying or deleting etc items - Complete
Adding, modifying or deleting sets - Complete
 
Version 2.0 - NPCs <-- Currently available version
Adding, modifying or deleting NPCs - Complete
Adding, modifying, deleting or assigning spawn points - Complete
Adding, modifying, deleting or assigning drop lists - Complete
 
Version 3.0 - Items Continued
Adding, modifying or deleting recipes - Complete

 

Version 4.0 - Core
Input server IP address - Complete
Modifying the base attributes, hp, mp, regen etc of each class and race per level - Complete
Modifying the XP requirement per level
Modifying race and occupation description - Complete
Adding, modifying or deleting loading help tips - Complete
Adding, modifying or deleting system messages (“You carefully nock an arrow”) - Complete
Modifying server name
Adding, modifying or deleting tattoos

 

Version 5.0 - Skills - Complete
Adding, modifying or deleting Skills - Complete
Modifying when and if classes learn different skills - Complete

 

Version 6.0 - World - Complete <-- We are here
Adding, modifying or deleting hunting zones (Won’t appear on map) - Complete
Adding, modifying or deleting zone names (Won’t appear on map) - Complete
 
Version 7.0 - Ingame Systems
Adding, modifying or deleting manor items
Adding, modifying or deleting fishing items

 

Version 8.0 AI
Adding, modifying, deleting or assigning multisell shop lists - Complete
Adding, modifying, deleting or assigning specific AI - Partially complete. AI can be assigned, and parameters edited.
 
Version 9.0 - Quests
Adding, modifying or deleting quests
Adding, modifying or deleting rewards
 
Version 10.0 - Raids
Adding, modifying or deleting Raid Bosses - Complete
Creating custom NPC behavior through interface
 
Version 11.0 - Pets
Modifying pet stats and attributes

 

Polishing (no priority)

Modifying item enchant success rate - only available with eressea's extender
Cell input options lists, to see which options you have per cell


 

 

Thank you,

-B

 

Edited by Bumble
July 29 2020: Updated to 6.1. Included some Quality of Life additions and a few fixes. Added a link to the WIKI.
Posted (edited)

Screenshots of L2Homage in action:

 

Save/Load/Export:

J6HynOZ.png

 

Weapons editing:

F2PgpwY.png

 

Armors editing:

IvX5HpI.png

 

Etc item editing:

2nhJ6WX.png

 

Sets editing:

hKdzSVO.png

 

Npc editing:

Fl84T7k.png

 

Droplists editing:

rAjUwHG.png

 

Spawn editing:

Lxv9Jxw.jpg

 

Recipe editing:

syAK3bX.png

 

Edited by Bumble
Posted

Thanks, I've put a lot of work into this. I hope to see people create something cool.

 

@Narzor, I like this uploader. It's served me well so far. If you don't like it, feel free to share this on other platforms, I don't mind.

 

Progress update:

I split decryption/encryption into separate files, allowing for easier upgrades. Previously, all files would decrypt/encrypt at once, possibly overwriting data. This new method allows for separate calls.

 

I'm about 25% done with the crafting/recipe system.

Posted (edited)

Progress update:

Crafting/Recipe system is now complete, moving on to tattoos tomorrow.

 

I've thought about it, and I think I'll re prioritize these features:

Quote

Modifying item enchant success rate - only available with eressea's extender
Cell input options lists, to see which options you have per cell

Item enchant success rate is simple to edit in it's current form, and cell input options are really just polish. I'd rather add more features.

 

When tattoos are done, I'll work on milestone 4. I'll update the roadmap accordingly after this post. Also adding recipe editing screenshot to my comment above.

 

EDIT: Looking into tattoos and dyes, it actually makes sense to complete milestone 4 before tattoos. Tattoos reference different classes, so I'll need to parse class data first anyway. I'll start on milestone 4 tomorrow instead of tattoos.

 

That means milestone 3 is technically finished, so I'll release that when a few more tests have been done.

With milestone 3 finished, the crafting system is now completely open and editable.

Edited by Bumble
Posted

Progress update:

I haven't been able to test the recipe update yet, but if anyone would like to help out, it can be found on discord (or pm me). I'd prefer not to post test versions in this thread. From what I can gather, it should work correctly, but you never know.

 

If anyone here is using this tool for a project, I'd like to know. It keeps me motivated knowing that my effort is put to good use. I'll still develop L2H regardless, as it's kind of become a hobby, but I'd like to know.

 

I've also been thinking on the target chronicle. Right now, it's targeting Epilogue, mainly because Eressea did such good work with her extender. I _could_ change L2H to target interlude, but I feel like that would be a step back, even though it's more popular. Instead, I plan on switching to H5 when/if a good server pack becomes available for free. It's been roughly 9 years since H5 released, and with L2's declining popularity, it could happen.

 

When I know the recipe system works correctly, I'll implement the following:

 

- Start gear per class

- Start position per class

- Attributes per class

 

Thanks,

-B

  • 3 weeks later...
Posted

I haven't had any reports of huge bugs in the newest test version, so I've included the link in the original post above. It's also available on Discord.

 

Weedy caught a significant NPC export error, which is fixed in the new version. If you're making custom new npcs, you'll need to download this.

 

I'm looking into AI for the time being.

  • 2 months later...
Posted

I've been on vacation, but I'm back now!

 

I'll see when I have time to continue the work, but I have no intentions of stopping now. I just have some catching up to do!

 

Thanks xeL, I know you've done a lot of parsing yourself! I'm sure you know the hassle :)

  • 2 weeks later...
Posted
On 6/13/2019 at 12:06 AM, Bumble said:

I've been on vacation, but I'm back now!

 

I'll see when I have time to continue the work, but I have no intentions of stopping now. I just have some catching up to do!

 

Thanks xeL, I know you've done a lot of parsing yourself! I'm sure you know the hassle :)

Indeed I do. 

Posted (edited)

Updated to version 3.2.

 

- Fixed incorrect name on newly created exported NPCs.

- Added multisell list editing: t2eHplE.png

3y8rCWt.png

 

- Added direct download link to worldmap files.

- Added direct download link to working base system folder. This will make it easier to start modding. It's based off of L2Shrine's system folder, so thanks Emca once again.

 

Development has been slow due to a sudden case of leukemia (lucky me). I'll continue working on L2H when I can.

Please let me know if/when you find any bugs.

 

-B

 

Edited by Bumble
Guest
This topic is now closed to further replies.



  • Posts

    • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔥 𝐆𝐗-𝐄𝐗𝐓 𝐒𝐕𝐍 𝐔𝐩𝐝𝐚𝐭𝐞𝐝 𝐍𝐞𝐰 𝐑𝐞𝐯𝐢𝐬𝐢𝐨𝐧 𝐀𝐯𝐚𝐢𝐥𝐚𝐛𝐥𝐞 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Hello everyone, A new 𝐆𝐗-𝐄𝐗𝐓 update is now available in the SVN. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚙️ 𝐔𝐩𝐝𝐚𝐭𝐞 𝐇𝐢𝐠𝐡𝐥𝐢𝐠𝐡𝐭𝐬 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔹 𝐓𝐫𝐚𝐢𝐭𝐒𝐲𝐬𝐭𝐞𝐦 An important fix has been made in the TraitSystem. 🔹 𝐒𝐤𝐢𝐥𝐥𝐬 New skill-related functions have been added. 🔹 𝐡𝐀𝐮𝐭𝐡𝐃 Several important changes have been made in hAuthD. 🔹 𝐀𝐧𝐭𝐢-𝐅𝐥𝐨𝐨𝐝 𝐏𝐫𝐨𝐭𝐞𝐜𝐭𝐢𝐨𝐧 A unique anti-flood system has been implemented to prevent massive connection floods. 🔹 𝐀𝐮𝐭𝐡 / 𝐆𝐚𝐦𝐞𝐒𝐞𝐫𝐯𝐞𝐫 𝐏𝐫𝐨𝐭𝐞𝐜𝐭𝐢𝐨𝐧 The GameServer port 7777 now only allows access to clients that have been correctly authenticated through Auth. 🔹 𝐂𝐨𝐦𝐩𝐥𝐞𝐭𝐞 𝐇𝟓 𝐏𝐫𝐨𝐭𝐨𝐜𝐨𝐥 𝐓𝐞𝐦𝐩𝐥𝐚𝐭𝐞 A complete H5 protocol template has been added. This is a very useful addition because the full H5 protocol can be uploaded to an AI together with, for example, any L2J pack from any chronicle. With this, it becomes much easier and faster to convert, adapt, and make different Lineage II protocols compatible. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ There are also several additional source code changes that can be reviewed by comparing this revision with the previous one. Thank you to everyone who continues to trust 𝐆𝐗-𝐄𝐗𝐓.   Best regards, 𝐆𝐮𝐲𝐭𝐢𝐬
    • Selling a heavily customized Lineage II Interlude C++ extender project, built for classic Interlude private server development. This is not a simple pack with a few edits. The project includes many custom systems, PvP features, event managers, security modules, HTML boards, configuration files, and stability/exploit-related improvements. The source is written in old-style C++ / pre-C++11 style, suitable for older Visual Studio extender environments. Project Overview Chronicle: Interlude Language: C++ Type: L2Ext / extender source project Style: Pre-C++11 compatible Focus: PvP, clan content, automation, protection, HTML systems, configurable gameplay Included: Source files, configs, HTML templates, custom managers, event systems, utility systems, and fixes This project is ideal for someone who wants to build a custom Interlude server with more unique systems than a standard pack. Main Custom Systems Included Newspaper System A custom in-game HTML newspaper / server chronicle system. Features: HTML-based newspaper interface Compact 260px layout for Interlude client windows No database required Rolling text-file storage Auto-limits old news entries Boss kill news Castle siege news Hero news PvP milestone news Enchant milestone news Bounty-related news Uses proper client/display boss names Excludes unwanted/custom bosses such as minions Configurable news limit and page size This makes the server feel alive by showing important server events in a newspaper-style board. Combat Contribution / DPS Meter System Advanced damage and contribution tracking system. Features: DPS meter Damage tracking by player Damage tracking by skill Skill icon support Compact HTML display Optional auto-refresh Raid boss tracking Grand boss tracking Clan dungeon tracking Clan Civil War tracking Manual session tracking Contribution tracking for PvE/PvP situations Also includes support-class contribution logic, making healers and support players more valuable. Support PvP Count System A custom system that can reward support classes for helping in real PvP. Features: Healers/support classes can receive PvP credit Configurable support class list Heal contribution checks Debuff contribution checks Minimum support score Distance check Alive support requirement Same victim reuse protection Max support credits per kill Same IP / HWID / clan / ally protections This is very useful for bishops, EE, SE, OL, WC, and other support classes. Clan Civil War Event A custom clan-vs-clan controlled PvP event. Features: Clan registration Leader start option Min/max player settings Registration phase Preparation phase Fight phase Finish phase Respawn support Weekly cooldown Arena empty check Optional blocked items Team visuals / client team types Optional aura skills Tournament-style buff support Winner reward Loser reward Draw reward Top killer reward Anti-AFK participation requirement Safer HTML/bypass handling patches included Designed for controlled clan PvP outside normal siege content. Clan Dungeon Raid System Custom clan PvE dungeon/raid system. Features: Clan-only dungeon registration Optional clan leader requirement Only clan members option Min/max players Multiple dungeon rooms Boss spawn configuration Boss spawn delay Event time limit Fail if all dead option Revive on exit Restore on enter Kick outsiders option Weekly cooldown Success reward Fail reward Per-boss reward configuration Server announcements for start/success/fail Good for giving clans weekly PvE objectives. Bounty Hunter System Custom PvP bounty/streak system. Features: Tournament Tournament Rank Auto Simon Says (can be started with GM command too) Auto Russian Roullete ( can be started with GM command too) Player bounty tracking Kill streak logic Bounty claim rewards Configurable reward item Base reward and scaling reward Minimum level Minimum streak PK inclusion option Battle zone inclusion option Top bounty ranking Announce streaks Announce bounty claims Anti-feed protections include: Same party block Same clan block Same alliance block Same IP block Same HWID block Repeat victim window Kill reuse protection Great for making open-world PvP more active. Contract Board System Custom HTML-based player contract board. Features: Players can create kill contracts File-backed storage No heavy DB dependency for the board itself Configurable reward item Open contract limit Contract expiration Refund percentage on cancel/expire My contracts page Online target listing Contract info page Anti-abuse protections include: IP check HWID check Same clan block Same alliance block Same party block Repeat kill cooldown Level difference checks Olympiad/event/town restrictions A unique PvP board system that gives players extra reasons to hunt each other. AutoFarm System Custom in-game autofarm module. Features: HTML menu Attack skill setup Chance skill setup Self skill setup Buff skill setup Radius configuration HP/MP stop conditions Session time limit Consumable cost option Peace zone restriction Boss restriction Z-range search Mage/range handling Geo checking Target blacklist Stuck recovery Temporarily blacklists unreachable mobs Includes a geodata/stuck recovery patch to prevent the autofarm from looping forever on impossible targets. Smart Captcha / Anti-Bot Systems Includes anti-bot and captcha-related systems. Features: Captcha module Smart visual captcha logic Icon-group captcha support Trap token protection Bypass validation HWID fail counters Two-step captcha flow AntiBot module Active Anticheat module Client extension security integration Useful for reducing basic bot abuse. Client Security / HWID / Box Limit Client and account protection systems are included. Features: CliExt version check Outdated client HTML MD5 checksum option HWID ban support HWID unban support Account lock by HWID Character lock by HWID Allowed HWID list Box limit by hardware ID Optional autoban on illegal app detection Character PIN system Character lock system Good base for servers that want stricter client/account control. Olympiad Improvements Custom Olympiad configuration and protections. Features: Winner reward Loser reward Fixed fight point option Hero chat delay Relogin fix Overweight fix Forbidden items Forbidden item grades Max weapon enchant check Max armor enchant check HWID check option Custom Olympiad schedule windows Stop action on fight start Class/free entry control Same-opponent anti-feed logic Auto-tie logic after repeated same opponent matches Cooldown-style protection for repeated feeding attempts Good for reducing Olympiad feeding and abuse. Raid Boss Systems Includes multiple raid boss utilities. Features: Raid boss status board Alive/dead coloring Refresh timeout Static respawn boss support Boss respawn announcements Boss HP announcement system Predicted incoming-hit HP threshold check Handles cases where boss jumps from above threshold directly to dead Raid boss include option Grand boss include option Excluded NPC list Additional custom boss ID support Personal boss notify support through config/sample mini-event files Useful for both PvE players and server activity. PvP / Ranking / Status Systems Included PvP-related systems: PvP announce system Kill streak announcements Daily PvP system Kill/death stat system PK/PvP status board Clan PvP status board Clan reputation rank Top PvP statue PvP title/name customization options Siege stat/report system Tournament system TvT system Faction/Fraction systems Bounty system Contract board system This gives the server several PvP progression and visibility systems. Economy / Donation / Utility Systems The project includes many server economy and service systems: Auction system Donate system Donate augment system Vote reward system L2Network vote reward system VIP system Item delivery system Gold bar exchange Offline shop Offline shop restore Offline buffer Offline socket DB support Private store restrictions Auto loot Drop list viewer Drop viewer Multisell stat support Item reuse manager Skill reuse manager Custom enchant system Stackable enchant scroll option Custom enchant scroll rates Augmentation configuration Blocked augmentation items/glows/options Character / Gameplay Systems Other gameplay systems included: Rebirth system SubStack system Class manager Auto learn AIO system Wedding system Visual armor Visual weapon Hair accessory / 2-slot hair systems Player customizer Armor penalty Grade penalty Death penalty Spawn protection Scheme buffer Infinity shots/arrows Champion NPC Mining system Fortune Cards Fortune Workshop Reputation NPC talk system Cursed weapon systems Era system Spirit system Hero reward system Party/duel/MPCC related extensions Recent Fixes / Improvements Included The source includes several fixes and patch files related to stability, HTML safety, event handling, boss systems, and gameplay issues. Examples: L2Exalta Newspaper added Newspaper enchant hook fixed for stackable scroll enchant path Newspaper boss names fixed to use client/display names Newspaper boss filter added for unwanted custom bosses Newspaper HTML resized for 260px client width DPS meter visual improvements DPS meter skill icon support DPS meter auto-refresh logic Combat contribution fixes Support PvP contribution checks Civil War safe HTML handling Civil War visual/buff patches Civil War preparation/tournament buff fixes Civil War prize patch Clan Dungeon Raid patch AutoFarm geodata/stuck recovery patch Boss HP announce threshold/predamage fix Boss client name packet fix Reputation NPC talk safe hook Removed unsafe generic HTML-send NPC reputation hook style Safer private NPC chat handling HTML cache/filter systems HTML filename/path validation style protections Socket limiter options Remote statistic packet block/safe list options Anti-DDoS module Log control system Call stack/error logging support Stat limiter options Item/skill reuse persistence support Inventory validation options Acquired skill validation options Stackable item validation options Offline shop restore support       I will not say the project is bug free or whatever but if you support me i will support you! You buy licence, i fix and add your requests Source will not be sold And monthly is 120 euro as a subscription That includes 24/7 support ( of course respect resting hours or health issues) In the price the setup is included. After payment you can delay the next monthly payment for 5-10 days, then your server becomes unaccessible! Soon i will provide a public discord! Right now i can say its the lightest extender and crash free!  My files arent the best as many claim for their files , but whatever you find i am capable of fixing it!   In case of interest!   Discord: banshee1019     
    • Lo vendes? necesito todo eso, esta super hermoso tu trabajo.
    • New discord: https://discord.gg/HttMqBBD4F
    • New discord: https://discord.gg/HttMqBBD4F
  • 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..