Jump to content
  • 0

L2J Passive Skill (Create)


Question

Posted

Hello i was about to make a code that check if a duelist come close to you to do something like reduce his speed or whatever

and i saw the codes and there is no such a file to do live check if player come close to you and i end up with passive skill

but still i cant understand how Passive skills work

So to make a new passive in Freya and make a check  if player class is X or generaly a check and make the passive work 

how this should be?

 

Thanks in advance

13 answers to this question

Recommended Posts

  • 0
Posted (edited)

You can play with knownlist and check the classId. Make something like a global thread that it will check it every 1 seconds for example. It will read some objects(L2PcInstance) , so I don't think it will be heavy for the server.

 

for(L2PcInstance p : L2World.getBlabla.getPlayers()

{

   if(p==null) continue;

   for(L2PcInstance near : p.getKnownList().blabla.get(L2PcInstance.class),100)

        {

               if(near==null) continue;

                if(near classId == gladiator class id)

                            //slow him

        }

}

Edited by etniafamily
  • 0
Posted (edited)

You can play with knownlist and check the classId. Make something like a global thread that it will check it every 1 seconds for example. It will read some objects(L2PcInstance) , so I don't think it will be heavy for the server.

 

for(L2PcInstance p : L2World.getBlabla.getPlayers()

{

}

You mean threadpool ? every 1 seconds? ye somehow is heavy :/ any chance to do this with passive skill? that affect area

or knownlist does not require threadpool :? 

 

Ps. i got it something like for (final L2Character obj : activeChar.getKnownList().getKnownCharactersInRadius(500()))

 

but where should i add this line i mean in which file to do the check?

Edited by VideoCopilot
  • 0
Posted

You mean threadpool ? every 1 seconds? ye somehow is heavy :/ any chance to do this with passive skill? that affect area

 

It's not.

  • 0
Posted

It's not.

Thanks for answers btw, for (final L2Character obj : activeChar.getKnownList().getKnownCharactersInRadius(skill.getSkillRadius()))

this where should i add a line like this? to do the check up and inside and if (if player.getClass() == bla bla )

  • 0
Posted

Thanks for answers btw, for (final L2Character obj : activeChar.getKnownList().getKnownCharactersInRadius(skill.getSkillRadius()))

this where should i add a line like this? to do the check up and inside and if (if player.getClass() == bla bla )

 

Main structure:

 

for(L2PcInstance p : L2World.getBlabla.getPlayers()

{

   if(p==null) continue;

   for(L2PcInstance near : p.getKnownList().blabla.get(L2PcInstance.class),100)

        {

               if(near==null) continue;

                if(near classId == gladiator class id)

                            //slow him

        }

}

  • 0
Posted

Main structure:

 

for(L2PcInstance p : L2World.getBlabla.getPlayers()

{

   if(p==null) continue;

   for(L2PcInstance near : p.getKnownList().blabla.get(L2PcInstance.class),100)

        {

               if(near==null) continue;

                if(near classId == gladiator class id)

                            //slow him

        }

}

Yes i made the code already what i want to do the point is in which file i add it  in L2PcInstance but where? in which class?

  • 0
Posted (edited)

Yes i made the code already what i want to do the point is in which file i add it  in L2PcInstance but where? in which class?

 

You want to start this thread when the gameserver starts actually , so create a new class with SingletonHolder_ to create only 1 object(see an example if you didn't understand) and just put MyClass.getInstance() on Gameserver.java ,  the constructor of the class will just start the Thread.

Edited by etniafamily
  • 0
Posted

You want to start this thread when the gameserver starts actually , so create a new class with SingletonHolder_ to create only 1 object(see an example if you didn't understand) and just put MyClass.getInstance() on Gameserver.java ,  the constructor of the class will just start the Thread.

public class CheckCouple
{
 
public static CheckCouple getInstance()
{
return SingletonHolder._instance;
}
 
public CheckCouple()
{
 
}
 
@SuppressWarnings("synthetic-access")
private static class SingletonHolder
{
protected static final CheckCouple _instance = new CheckCouple();
}
}
 
 
Something like this? and add it on gameserver so inside 
 
public CheckCouple()
{
 
}
 
you add the check and it worke ach time a player with class enter inside the region arround you for knowncharacter u put ?
  • 0
Posted (edited)

yea something like that

 

 
public CheckCouple()
{
   ThreadPoolmanager.getInstance().blabla.schedule()
}
 
 
Edited by etniafamily
  • 0
Posted

 

yea something like that

 

 
public CheckCouple()
{
   ThreadPoolmanager.getInstance().blabla.schedule()
}
 
 

 

is there any way to add me on skype cause i messed up now with threadpool -.- ? if you can i really appreciate skype: unst0ppabl32

  • 0
Posted

on the other hand, a ScheduledFeature task wouldn't be heavy at all if coded properly

Well added scheduleGeneralAtFixedRate(new Runnable  for KnownPlayersInRadius

and it works fine but i really dont know if it affect a lot the fact that it check every 0.5 seconds

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

    • 🎁 Double the Impact, Half the Cost! from 25/10/2025 until 25/12/2025 Buy or Renew your Donation Panel now and save 50% because supporting others should reward you too. 💡 Use code BLACKFRIDAY at checkout! https://hopzone.eu/store/product/26-donate-panel-v5/   About Donate Panel v5 PAYMENT IN EASY 5 STEPS Login with your character name. Select the donation service (Paypal Stripe Payeer MercadoPago 🆕). Select the amount of payment. Pay. 😎 Automatically recieve the reward ingame (and yes) while he is online! 🤯 PAYMENT METHODS Paypal Stripe accepts credit cards, debit cards, ACH transfers, Apple Pay, Google Pay, Microsoft Pay, and various local payment methods from around the world. Payeer accepts BTC, LTC, ETH, DASH, BCH, USD, EUR, RUB wallets MercadoPago accepts ARS, BRL, CLP, MXN, COP, PEN, UYU. PROTECTION Full SSL website (can be forced by htaccess) XSS Protection just in case. Remove vulnerability headers in htaccess level Session Validation COOKIE, POST, GET global inputs are sanitized SQL Injection protection Query String protetion Prepared statements of PDO driver (no sql injection there) Google Invisible Captcha v3 (NEW) Last but not least security through obscurity SEO & PUBLIC MANAGEMENT SEO Friendly urls (in htaccess level) Google Analytics and GTAG Code ready. Terms of use ready to go Refund policy ready to go Contact All the TERMS text are showing config dynamic item images/text with server's name and more OPTIMIZATION AND SPEED Zip Content (faster load) Memory save (unloading global vars) Using CDN’s for bootstrap Scripts are loaded in footer Images are soft to max 10kb Small and smart organized code style FUNCTIONALITIES Multilanguage (4 languages so far) EN ES NL EL (Easy to add more) Payment methods Paypal, Stripe, Payeer and MercadoPago After payment or cancel the user is redirected back to “Thank you” page. TECHNOLOGIES Bootstrap 5x CSS PHP 5.6+ (for l2off) and PHP 7.4+ (for java) Extensions for php: MySQL (L2Java), pdo_dblib(L2OFF), pdo_sqlsrv(L2OFF), mssql_connect (L2OFF) and PDO Drivers that support MariaDB, MySQL, MsSQL. SYSTEMS Stripe and MercadoPago supports sandbox and live. Detailed and seperated Logs (ERROR, DEVELOPER, INFO, WARNING, PAYMENT) for website and Rest APIs. Detailed Log in database for Payments and services used. Google Analytics (You know when players are in the panel and if they pay) Google Captcha V3 Dynamic Icons to show according your Donate Item ID Multiple servers L2OFF or L2JAVA servers can be added together as server network     BE AWARE: Leaked versions of old v2 panels (year 2018 with bugs) are still out sold by scammers without support or knowledge of the files.
    • I work with Kenrix and he is a  next level coder. Hugely Recommended.
    • Follow our Telegram channel, because exciting events are coming very soon! Halloween, 11.11, and also a giveaway related to 3000 subscribers in our Telegram channel are ahead! What do you think we have prepared? Subscribe to our Telegram channel and stay updated on all the news: https://t.me/accsforyou_shop Active links to SOCNET stores: Digital goods store (Website): Go Telegram store bot: Go – convenient access to the store via Telegram messenger. Telegram Stars purchasing bot: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to introduce you to the current list of promotions and special offers for purchasing products and services of our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) in October! You can also use a promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel — just open a ticket with the topic “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts & Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Follow our Telegram channel, because exciting events are coming very soon! Halloween, 11.11, and also a giveaway related to 3000 subscribers in our Telegram channel are ahead! What do you think we have prepared? Subscribe to our Telegram channel and stay updated on all the news: https://t.me/accsforyou_shop Active links to SOCNET stores: Digital goods store (Website): Go Telegram store bot: Go – convenient access to the store via Telegram messenger. Telegram Stars purchasing bot: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to introduce you to the current list of promotions and special offers for purchasing products and services of our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) in October! You can also use a promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel — just open a ticket with the topic “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts & Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Follow our Telegram channel, because exciting events are coming very soon! Halloween, 11.11, and also a giveaway related to 3000 subscribers in our Telegram channel are ahead! What do you think we have prepared? Subscribe to our Telegram channel and stay updated on all the news: https://t.me/accsforyou_shop Active links to SOCNET stores: Digital goods store (Website): Go Telegram store bot: Go – convenient access to the store via Telegram messenger. Telegram Stars purchasing bot: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to introduce you to the current list of promotions and special offers for purchasing products and services of our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) in October! You can also use a promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel — just open a ticket with the topic “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts & Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock