Jump to content

Recommended Posts

Posted (edited)

So the pack has problem with skills? imma check them

 

Tryskell if you want add me on skype, i can work on quests if u want help..

Edited by AccessDenied
Posted (edited)

So the pack has problem with skills? imma check them

 

Tryskell if you want add me on skype, i can work on quests if u want help..

 

Skills engine is a mix between IL and Freya, but all values and formulas have been reverted back to IL. L2J fix skills one by one (like, unfortunately, most of packs out there), and unlike them I think it's a deep waste of time to do that. So I got errors from L2JFreya era.

 

About skills formulas, problem is inherent to L2J, since L2J exists. And that's the biggest issue (even if, and I repeat it, those formulas are the same from L2J to L2JFree, unchanged for years) . If you want to work on something, skills formulas (Formulas.java) would be a good thing.

 

About quests : http://acis.i-live.eu/index.php?topic=970.0 only the most annoying quests aren't yet done (20+ cond, 100+ htms, complex ones or many drop rates, require numerous checks or waiting SpawnManager - or a mix of all that).

Edited by Tryskell
Posted

Skills engine is a mix between IL and Freya, but all values and formulas have been reverted back to IL. L2J fix skills one by one (like, unfortunately, most of packs out there), and unlike them I think it's a deep waste of time to do that. So I got errors from L2JFreya era.

Have fun with skills.

 

If you do it properly that's targeting, effects, conditions, cast and the whole stats system to be done.

Basically skill engine is pretty fine if you ask me. The amount of work needed to make it retail-like (better than all current packs out there) is reworking half of the pack to change something players already are used to.

 

Honestly, I've worked on aCis and it is the most comfortable project to work on... it has the least "interlude l2j" feeling to it, and by that I mean the amount of poor code interlude l2j has... back in the days it didn't felt poor because it was the way people codded, but now years later, java and its community gotten better and codding ways are much different. Not to mention that aCis supports Java 8 and I really, really hate projects that doesn't support it.

For me interlude is already way too outdated, and its good that aCis is rather closer to current l2j than old interlude l2j. But if I was hosting interlude-style server, it would be based on L2Classic and not interlude crappy client. Maybe one day we would see aCis for classic :P

Posted (edited)

So skill form are messed up a bit? well good that you used them from freya since its one of the most 

stable ch i saw so far.. really beautiful and easy in development even tho skills require a big rework 

i havent test aCis skills, it look quite beautiful. Tryskell again i'll say the rework you did is like you changed the whole structure of it..

but again it look nice. right now checking packets wt ollydbg and then ill check skills.

So far i see nice job from you even if again i change your pack structure somehow mostly cause i were used to l2j .. freya..

 

btw aCis standars gonna be higher than any OFF server in few months. i like the design of it, beside i love how 

people say off has no bugs.. is like telling me linux get no viruses.. bitch plz..

Edited by AccessDenied
Posted (edited)

Skills engine by itself is fine, there is nothing wrong about it. But the way effects are handled is wrong. By extension, as we gonna simply use parsed L2OFF data, tags will be refactored (added, removed or edited).

 

Skill formula issue comes from the fact L2J stacks chance on a accumulative way (notably for resistances). 2 skills with 30 resist fire = 60% resist fire. So you can easily reach 100+%. Another issue is the matk modifier, which is plain wrong notably for enchantment cases.

 

Most (90%) skills work as they should, the problem is mostly missing enchanting routes, and few other invalid values (power, duration, etc). The real problem is 2 or maybe 3 formulas.

 

I doubt I would work on another chronicle than IL, mostly because I hate datapack related stuff, and L2OFF is kind enough to provide it.

Edited by Tryskell
Posted

I should put my Depmax64 IL files back online and let the Acis team have full access to it so they can get missing HTML's and other things. Just have to contact DepMax64 and have my license updated and moved onto a new server. :D

 

I have always liked Acis as an L2J pack since they are focused on retail stuff and not useless custom functions.

Posted

Naaaaaaah, it's way bigger than that.

 

L2J xml sucks by design (e.g: skill start at level 6, you have to make it start at 1 for useless shit)

 

Current aCis xml is based on really L2J one which sucks even more. 

 

Beside that :

  • L2J targeting is fucked up, not even close to retail and you'll have tons of issues with it if you keep it that way.
  • L2J stats system is fucked up as well, just check critical calculation , or your given exemple on resist and it's mainly stats calculation, not really formula
  • The fact is not effects based, most of them sharing the same code base, with shitty add/mul/blabla which makes it easy to makes typo
  • L2J made a lot of retail conditions simplification, there is even missing one, and doesn't handle all type of it (target, passive, regular)

and that's just a really quick sum up. You have no idea how many dirts we found when we started this quests with L2J data.

Posted (edited)

Skills engine by itself is fine, there is nothing wrong about it. But the way effects are handled is wrong. By extension, as we gonna simply use parsed L2OFF data, tags will be refactored (added, removed or edited).

 

Skill formula issue comes from the fact L2J stacks chance on a accumulative way (notably for resistances). 2 skills with 30 resist fire = 60% resist fire. So you can easily reach 100+%. Another issue is the matk modifier, which is plain wrong notably for enchantment cases.

 

Most (90%) skills work as they should, the problem is mostly missing enchanting routes, and few other invalid values (power, duration, etc). The real problem is 2 or maybe 3 formulas.

 

I doubt I would work on another chronicle than IL, mostly because I hate datapack related stuff, and L2OFF is kind enough to provide it.

Yeap i saw this one in my freya project too.. i had to deal with the fact that skills were overpower or fail.. especialy when it came to anchor-silence-resistance e.t.c i had to deal with the enchanced skills too... and player had easily 505005050% resistance to water or 1/1 anchor with +10.

even if formulas are ok still skills need check up and xml fix. you know what imma stop my project for a bit and try 1 by 1 acis skills

Edited by AccessDenied
Posted

Yeap i saw this one in my freya project too.. i had to deal with the fact that skills were overpower or fail.. especialy when it came to anchor-silence-resistance e.t.c i had to deal with the enchanced skills too... and player had easily 505005050% resistance to water or 1/1 anchor with +10.

even if formulas are ok still skills need check up and xml fix. you know what imma stop my project for a bit and try 1 by 1 acis skills

 

If you want to help on skills data - and waiting for a bigger rework - you can eventually see with SweeTs. I won't touch to skills before at least one complete cycle, but I can commit sharers stuff meanwhile. SweeTs was preparing a diff patch gathering fixes.

 

I'm aware about what you say, Sdw :P. What's wrong about targeting ? You mean "fan" form things and alike ?

Posted

Not just that. Well unsure you have effectpoints implemented yet, but what I ask you to have a monster cast in AoE a root affecting only monster (yeah that shit happens) ? Having AURA without target type, affect type, affect scope is just retarded :D

Posted

If you want to help on skills data - and waiting for a bigger rework - you can eventually see with SweeTs. I won't touch to skills before at least one complete cycle, but I can commit sharers stuff meanwhile. SweeTs was preparing a diff patch gathering fixes.

 

I'm aware about what you say, Sdw :P. What's wrong about targeting ? You mean "fan" form things and alike ?

Well generally imma sit and check (at least the most used skills) and re-edit their xmls cause im 110% sure they wont work properly.. i bet silence work after 150 uses even if is +12

and without the enemy wearing earrings :D so ill re-edit and if after weeks e.t.c i end up with a nice result- sweetS can join and test with me if he want we can share xmls to you and re-place

cause as far i know from my freya... skills are always FUCK YOU -.- 

 

love ya tryskell <3

Posted

Skill data isn't the problem in this case, it's formula. I invite you to use the debug config to see exactly how the % is calculated, you could be surprised about the output.

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

    • Quick head's up if anyone needs sniffer we have it and the price is reasonable. any server is doable.
    • so u need to create them and then use the icon name in the prefered ones
    • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━      ⚔️  A NEW ERA OF LINEAGE 2 PVP  ⚔️         High Five | 2026 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ We are building something that has never existed before. Not another copy. Not another "x2000 PvP server with TvT." This is a complete PvP ecosystem — where every kill matters,every rivalry has a face, and your legacy is worn on your character. We are sharing this here first, before anything is announced publicly. We want feedback. We want the right people. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌  CORE SERVER FEATURES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔹 Chronicle .............. High Five 🔹 Rates .................. x2000 🔹 Safe Enchant ........... +3 🔹 Max Enchant ............ +10 🔹 Enchant Rate ........... 33% 🔹 Buff Slots ............. 24 + 4 🔹 Song & Dance Slots ..... 12 🔹 Buff Duration .......... 4 hours 🔹 TvT .................... Every Hour  (Karma + PvP points) 🔹 Hero ................... Every Week 🔹 Olympiad ............... 3 Hours Daily 🔹 Castle Sieges .......... Weekly 🔹 Territory Wars ......... Weekly 🔹 Grand Bosses ........... 1 week respawn 🔹 Costume Farm Area ...... Custom mobs & zones 🔹 NPC Buffers + GM Shops 🔹 Custom Economy 🔹 Custom Playground 🔹 Custom Events 🔹 Anti-Bot | Anti-DDoS | Highly Secured 🔹 Stable | No Lag | No sudden wipes ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🚀  5 FEATURES THAT HAVE NEVER EXISTED      ON ANY LINEAGE 2 SERVER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ─────────────────────────────────────── 💰  1. BOUNTY HUNTER SYSTEM ─────────────────────────────────────── Every player with high PvP points becomes a target. Anyone can place real in-game adena / currency / gear as a bounty on any specific player they want dead. Kill the target → collect the bounty. → Top 10 Active Bounties visible LIVE on website + in-game board → Updated in real time — anyone can see who has a price on their head → Clans place bounties on enemy leaders before sieges → Creates real economic stakes behind every single kill → 100% organic drama — no admin needed to create conflict ─────────────────────────────────────── 🏆  2. SEASON RANKED LADDER + REAL PRIZE POOL ─────────────────────────────────────── Every 45 days a Season ends. PvP Score resets. Gear stays. Glory is earned. → Top 3 players receive a REAL money prize pool at season end → Top clan earns a unique exclusive in-game title displayed for the entire next season → Permanent Hall of Fame on website — name, class, kills, and season — forever → Season end = fresh ranking start for everyone New players have a real shot. Veterans must defend. → This single feature will make clans actively recruit  and communities form around the server organically ─────────────────────────────────────── 📱  3. LIVE SERVER DASHBOARD ─────────────────────────────────────── A fully live website — accessible from any phone or browser: → Real-time Kill Feed — who killed who, where, when → Live PvP Leaderboard — updated every minute → Live Bounty Board — active bounties and claimed kills → Grand Boss timers — next Baium, Antharas, Valakas spawn → Siege countdown with registered clans visible → Server population — online now, today's peak, all-time peak Why this matters: Players check their phone at work and see their clan is losing the siege. They log in. They recruit a friend. That friend stays. Friends who have never played see the stats and ask what server it is. This is automatic word-of-mouth that no advertisement can buy. ─────────────────────────────────────── ⚔️  4. NEMESIS SYSTEM ─────────────────────────────────────── The system tracks who kills you most. If the same player kills you 5 times in a row — he becomes your official NEMESIS. → A red skull icon appears above his head — visible only to you → Kill your Nemesis → DOUBLE PvP points    + server-wide announcement: "[PlayerX] has avenged his honor against [PlayerY]!" → If he kills you 10 times consecutively → you receive the title [Hunted] — visible to the entire server    Public humiliation. Maximum motivation. → Eliminate your Nemesis → your title is removed    He receives [Defeated] for 1 hour This transforms anonymous PvP into personal rivalries. Players will bring friends just to help eliminate their Nemesis. These stories are what people talk about for years. ─────────────────────────────────────── 👑  5. CLAN SIEGE CROWN — WEARABLE LEGACY TROPHY  ─────────────────────────────────────── This feature does not exist on any L2 server in the world. Every clan that wins a Castle Siege receives 10 custom hat/accessory items — physically wearable in-game. Each Crown is: → UNIQUE per castle — Aden Crown has a different visual from Giran Crown, Rune Crown, Goddard Crown, etc. → PERSONALIZED — the clan name AND clan crest are embedded visually on the hat itself, like a clan cloak but on your head    Every player who sees you knows exactly who you are and what castle your clan owns → NUMBERED — tooltip reads:    "Crown of Aden #4/10 — Season 2"    A collectible. A proof. A statement. → PERMANENT — you lose the castle at next siege, you keep the Crown → LEGACY — at season end it becomes a permanent trophy:    "Crown of Aden — Season 2  |  [YourClanName]"    Stored in your inventory as living history When a player wearing this Crown walks through Giran, everyone sees the clan crest displayed on the accessory. No leaderboard needed. Status is worn on your character.   -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🛠️  WHO WE ARE LOOKING FOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ We are building the right team first. No launch date until everything is right. ✅ H5 Developer — L2J or L2OFF    Must have experience with high-rate PvP servers    Bonus: experience with custom feature development ✅ Web Developer — for the Live Dashboard + account panel    Must be comfortable with real-time data display    (websockets, live feeds, mobile-friendly) ✅ Designer / 3D Artist — for custom Crown visuals per castle    If you have L2 texture/model experience, we want to talk ✅ GMs / Community Managers    Active, fair, experienced, trusted by the community ✅ Beta Testers    Players who know H5 PvP inside out    Willing to stress-test and break things on purpose ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💬  WE WANT YOUR HONEST FEEDBACK ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ We are building this WITH the community. Every reply here shapes the final product. → Which of these 5 features excites you most? → What do you think will NOT work and why? → What is missing that would make you stay for months? → Would you play this if it opened tomorrow? We are not looking for hype. We are looking for honest opinions from people who have seen servers rise and fall. Tell us what we are getting wrong. Reply below or send a PM directly. Serious people only. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ P.S. — The inspiration for this project came from a server many of us played years ago called L2Gang. That nostalgia is what started this conversation. What we are building is something entirely new. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    • Please is anyone who can share the compiled version of the l2editor source for interlude? Because i run the !GenerateLibs.bat with the corrected code by CriticalError and then i try to build with the vs 2013 but i get errors again and again and when i try anyway to open or create something with the UnrealEd.exe then it closes automatically.
  • 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..