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..
TELEGRAM SEO TRAINING (Bot Ranking in Search)
I teach a complete system for ranking Telegram bots at the top of search results by keywords and countries.
The method works for services, shops, crypto projects, and any type of Telegram bot.
You can also direct the traffic to your groups, channels, websites, or sales funnels.
⸻
Countries I work with
USA, Israel, Russia, India, Turkey, China, Ukraine, Uzbekistan.
If you need another country — message me, we’ll find a solution.
⸻
️ Results
First search results appear in 2–3 days.
⸻
What’s included in the training
• how the Telegram search algorithm works and key ranking factors
• keyword research for your country and niche
• bot optimization: description, settings, greeting text
• fixing and maintaining positions
• specific promotion nuances for different countries
⸻
What you will receive
• a complete system for ranking bots in search
• understanding how to work with keywords, traffic, and positions
• a skill you can use to promote your own projects or earn from clients
⸻
Who this training is for
• beginners with zero experience — I explain everything from scratch
• those who don’t have a bot — I provide a ready one for practice
• anyone who wants to learn promotion and earn from this service
⸻
Why learn from me
• doing Telegram SEO since 2021
• over 1000 successful orders
• my own panel SMMTG.PRO and private databases
• experience working with markets of Russia, Uzbekistan, Ukraine, Israel, USA, Turkey, China, India, Vietnam, Europe, and more
⸻
For pricing — message me
t.me/smmtg6
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