hi there guys I manage to add this to my server but want to change the subclass... When you do subclass it will only stack the active skill not the passive skill.... I know you'll edit somewhere in the code.. Please help..
Hello friends, good morning, good afternoon or good evening, depending on the time you are seeing this! I have been trying to decompile and compile again with only the classes that I want LineageEffect.u for a few days now, but I have not been successful. Could someone help me by clearing up some doubts about how I can do this work and be successful?!
**INTERLUDE REMASTERED**
Moonland is a server that's been running for about three years without wipe, and they don't plan on wiping it anytime soon.
I'm selling my items or even the account due to not having much time to play anymore.
I'm selling only for $$$. Not going to disclose my nickname in the server, but here are some of the items:
Lvl 5 equipment for both mage and fighter
+100 mage pvp set
2mastery jewels for fighter, 2 for mage, blessed antharas, blessed queen ant, ring of fallen angel, earring of fafurion.
1k + col, VIP cosmetics for armor, agathion and weapons(duals + mage wep)
I'm only selling for real money via paypal or cs2 skins so don't offer me anything else.
Question
madzkull
hi there guys I manage to add this to my server but want to change the subclass... When you do subclass it will only stack the active skill not the passive skill.... I know you'll edit somewhere in the code.. Please help..
=========================================
try
{
boolean isAcumulative = Config.ACUMULATIVE_SUBCLASS_SKILLS;
// Retrieve all skills of this L2PcInstance from the database
con = L2DatabaseFactory.getInstance().getConnection();
PreparedStatement statement = con.prepareStatement(isAcumulative ? ACUMULATE_SKILLS_FOR_CHAR_SUB : RESTORE_SKILLS_FOR_CHAR);
statement.setInt(1, getObjectId());
if (!isAcumulative)
statement.setInt(2, getClassIndex());
ResultSet rset = statement.executeQuery();
============================================================
maybe you have some idea where to edit to make the stack subclass work only for active skill not the passive skill... THANKS GUYS
8 answers to this question
Recommended Posts