Hello, can you guys recommend any l2off extender sources that would be good for someone that's just starting out in this field? If you can provide links ( topic discussions, files, etc) that would be awesome. Also advice as to what knowledge is good to have would be amazing. Should I dive into the lowest levels of C++? Read a book about x86 assembly first? At the moment I know some 8051 assembly and C++ but nothing too advanced, things you learn in college. Can you share how you started or what you wish you knew before diving into the reverse engineering world?
I am hoping to find formulas for skill damage and land rate calculation as I am tired of trying to do it by testing stuff ingame although I had succesfuly found close to 99% accurate formulas for energy/dagger skills and posted them on L2blah in 2009, it was painful.
I am also hoping if all goes well to try making an open source extender for older chronicles (C1-C6) in the near future.
So please help out if you can by giving some advice, I will not steal your job, not interested in making money from Lineage, just want to learn and satisfy my curiosity.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
why ban him, his name almost ressurected the forum
haiku: Kara walks in light, whispers drift like soft spring rain, time bows at his steps.
Arrays.stream(DeveloperBrain.getInstance().getThoughts())
.filter(Kara.class::isInstance)
.map(Kara.class::cast)
.filter(k -> Objects.nonNull(k.getCoffeeLevel()))
.flatMap(k -> k.getExcuses().stream().map(e -> Map.entry(k, e)))
.filter(e -> Optional.ofNullable(StackOverflow.getAnswerById(
DeveloperBrain.getVariables().getInt("kara_ban_counter", 0)))
.map(a -> a.isActuallyHelpful() == false)
.orElse(true))
.findFirst()
.filter(r -> Optional.ofNullable(Admin.getPatience())
.filter(p -> Admin.destroyPatience("KaraBanProcess", 1, true))
.isPresent())
.ifPresentOrElse(e -> {
Admin.sendPacket(SystemMessage.sendString("Kara has been banned again."));
Admin.sendPacket(Sound.ITEMSOUND_ENCHANT_FAILURE.getPacket());
Admin.sendPacket(new MagicSkillUse(Admin, Kara.class, CommonSkill.BANHAMMER.getId(), 999, 1, 0));
}, () -> Admin.sendPacket(SystemMessage.sendString("Miracle! Kara survived without a ban... this time.")));
well,thx for your reply...i had solved my problem.its source data errors...the old Armorgrp.dat and Armorgrp-classic.dat exist errors...rly swired.
about skillgrp-classic.dat,i decrypt and encrypt it,it works...but in Grand Crusade i didnot know if it exist Auto-cast.
sell adena
l2rebon signature x1 - 1kk = 1 dollars
l2reborn x10 - 500kk = 4 dollars
E-Global x Lu4 - 1kk = 2 dollars
BOHPTS - x20-x500 TOP PRICE
LINEAGE2DEX - TOP PRICE !!!!!
DISCORD - GODDARDSHOP
TELEGRAM - MMOPROMO
Also on sale are Epic jewelry, Clothes at a very good price
Question
sepultribe
Hello, can you guys recommend any l2off extender sources that would be good for someone that's just starting out in this field? If you can provide links ( topic discussions, files, etc) that would be awesome. Also advice as to what knowledge is good to have would be amazing. Should I dive into the lowest levels of C++? Read a book about x86 assembly first? At the moment I know some 8051 assembly and C++ but nothing too advanced, things you learn in college. Can you share how you started or what you wish you knew before diving into the reverse engineering world?
I am hoping to find formulas for skill damage and land rate calculation as I am tired of trying to do it by testing stuff ingame although I had succesfuly found close to 99% accurate formulas for energy/dagger skills and posted them on L2blah in 2009, it was painful.
I am also hoping if all goes well to try making an open source extender for older chronicles (C1-C6) in the near future.
So please help out if you can by giving some advice, I will not steal your job, not interested in making money from Lineage, just want to learn and satisfy my curiosity.
thank you
13 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.