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..
The server these videos are posted on is mine, and the topic owner undoubtedly doesn't own it. First, because no one has access to my source code, and second, because no one has access to my datapack with the server installed. Be careful, it could be a copy of my project. But it's 100% not the original, as I own it.
The owner of this server is a crook. I made the server for him, and he simply refused to pay me the remaining amount. The server is online; no problem, you can access it through this link. I'm selling the server complete with the code, so count on the amount this scammer refused to pay me.
Info Server : Features - Blood & Sand
Price: 500$ USD ( Only 1 person can buy )
Base Project ( aCis 410 )
Comes with Server Sourcer and Interface Sourcer
All GrandBoss is working perfectly like l2off
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