Jump to content
  • 0

Automatic Potions When Activechar.isstunned


Question

Posted (edited)

Hello again. Im fixing some things in my automatic potions code.

 

It was spamming pots even when char had some abnormal status like stunned, sleeping, paralized etc.

 

So I added this:

 

if (activeChar.isStunned() || activeChar.isConfused() || activeChar.isAway() || activeChar.isParalyzed() || activeChar.isSleeping() || activeChar.isDead())
{
activeChar.sendMessage("You Cannot Use Items Right Now.");
activeChar.sendPacket(new ExAutoSoulShot(id, 0));
activeChar.setAutoPot(id, null, false);
return;
}
 
BUT, this way, im disabling the toggle skill with : activeChar.sendPacket(new ExAutoSoulShot(id, 0));
And stoping the use of the pots: activeChar.setAutoPot(id, null, false);
 
This way when I get stunned (etc) the toggle potion (ExAutoSoulShot)  is disabled and the usage stops. But its a pain in the ass cause when stun effect is off, I need to right click again in the 3 potions to activate it again.
 
Well, it fixes my problem but cause another one lol. The best solution would be: Keep toggle skill active but dont use pots, and once the abnormal effect is off, it will consume potions again without needing to right click them all again.
Edited by tiguz

Recommended Posts

  • 0
Posted (edited)

            if (activeChar.isStunned() || activeChar.isConfused() || activeChar.isAway() || activeChar.isParalyzed() || activeChar.isSleeping() || activeChar.isDead())
            {
                activeChar.sendMessage("You Cannot Use Items Right Now.");
                activeChar.sendPacket(new ExAutoSoulShot(id, 0));
                activeChar.setAutoPot(id, null, false);
                return;
           } 
The check already exists, simply remove two/three lines (return is a must) and voila.

 

AutoPot runnable method.

Edited by SweeTs
  • 0
Posted (edited)

You can let auto CP on even on stun but restricting the CP increase...

Edited by Solomun
  • 0
Posted

You can let auto CP on even on stun but restricting the CP increase...

So the pot will keep spamming but wont increase anything?

Alright, and where Should I edit that?

  • 0
Posted (edited)

data\scripts\handlers\effecthandlers\CpHeal.java

 

final L2Character target = info.getEffected();

-if ((target == null) || target.isDead() || target.isDoor())

+if ((target == null) || target.isDead() || target.isDoor() || target.isStunned())
  {
   return;
  }

double amount = _power;

 

 

Try this one and add the other cases like this (isConfused, isDead bla bla bla bla)

Edited by Solomun
  • 0
Posted

data\scripts\handlers\effecthandlers\CpHeal.java

 

final L2Character target = info.getEffected();

-if ((target == null) || target.isDead() || target.isDoor())

+if ((target == null) || target.isDead() || target.isDoor() || target.isStunned())

  {

   return;

  }

double amount = _power;

 

 

Try this one and add the other cases like this (isConfused, isDead bla bla bla bla)

OKay, but if the player leaves his char dead on pvp zone, he will burn all his cp potions cause it will keep spamming but will never heal? lol

  • 0
Posted (edited)

Also, If I add this exception to Heal.Java, Cardinal heals wont affect targets with stun, sleep etc. So it wont work =/

Same would happen to Overlord Cp heal Skill. 

I have an auto HP pot, auto MP pot, and  auto CP.

Edited by tiguz
  • 0
Posted

OKay, but if the player leaves his char dead on pvp zone, he will burn all his cp potions cause it will keep spamming but will never heal? lol

Hmm, sorry for that but i was thinking something else. I have no idea how your AutoCP works, so i had something else on my mind as an AutoCP..

  • 0
Posted

Also, If I add this exception to Heal.Java, Cardinal heals wont affect targets with stun, sleep etc. So it wont work =/

Same would happen to Overlord Cp heal Skill. 

I have an auto HP pot, auto MP pot, and  auto CP.

Yea, u need to make the Skill ID restriction i gave you on the other post. Just as mana potion here

  • 0
Posted

Simply add the check/return in the place where the cp is being used.

Could please paste the code here? Unfortunatelly I dont code. I can oly fix things things that I can copy from other files, or things that are very basic =P

  • 0
Posted

Yea, u need to make the Skill ID restriction i gave you on the other post. Just as mana potion here

l2jfrozen doesnt accept info.getSkill().getId() != 10001) "info"

  • 0
Posted

Could please paste the code here? Unfortunatelly I dont code. I can oly fix things things that I can copy from other files, or things that are very basic =P

Where did you find your AutoCP code? Post the link and i will see if i can do it to avoid giving CP to stunned players...

  • 0
Posted (edited)

Where did you find your AutoCP code? Post the link and i will see if i can do it to avoid giving CP to stunned players...

Actually this code is auto cp/hp/mp so I need for all 3 potions. The potion itself is a toggle skill that works like SoulShot with right click.

 

At moment when player isDead, isStunned etc, the toggle is turned off automaticaly to stop using potions, instead of just not using it while stun/sleep,death effects last.

There is no need to turn off the toggles everytime, should just stop using the potion itself while effect lasts, and start spamming again when effect is off.

So its a pain in the ass to click again in the 3 potions to activate them back after every stun, every sleep, every death.

Edited by tiguz
Guest
This topic is now closed to further replies.


  • Posts

    • 11-29-2025 - OUR TOPIC IS RELEVANT! CONTACT US BY THE CONTACTS BELOW
    • 🔥 Launch was a success! Over 500 players joined L2Elixir on opening day, and we are holding a steady 420–450 online! We faced extortion attempts and heavy DDoS attacks, but our protections held strong — even if the cost was far higher than expected. What matters is we fought back and kept the server online for you. ⚔️ 💙 Our priority is simple: Deliver a stable, fair, and growing server that will evolve for years to come. We continue to invest in protections, advertising, and development — and we won’t stop. All we ask from YOU is one thing: 👉 Keep playing. The more active the community is, the faster the server grows. 💠 Important Note: We have no paid clans or CPs, no “boosted” groups, no unfair benefits. Everyone has an equal chance to progress and compete. Thank you to everyone who joined, supported, and believed in this project. Let’s make L2Elixir great again — even in 2025–2026! 🚀   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs   @Atom Can you please move to Private Servers? Thanks!
    • https://jumpshare.com/share/kIdeKALOhgtMKpBKqxpg Test Equip Armors-> FullPlate, Gloves, Legs, Chest , Boots
    • 黑色星期五 — 为您的流量提供高级福利 仅在11月28日,我们的特别促销码可为您提供13%的商店折扣。 促销码: BLACKFRIDAY (13% 折扣) 您可以通过我们的网站或 Telegram 机器人在商店购物! 有效链接: 数字商品商店(网站): 前往 商店 Telegram 机器人: 前往 – 通过 Telegram Messenger 方便访问商店。 其他服务: 虚拟号码服务: 前往 用于购买 Telegram Stars 的机器人: 前往 – 快速且优惠地在 Telegram 中购买 Stars。 SMM 面板: 前往 – 推广您的社交媒体账户。 我们向您呈现当前的 促销和特惠活动 列表,用于购买我们服务的产品和服务: 1. 您可以在首次购买时使用促销码:SOCNET(15% 折扣) 2. 获取 $1 商店余额或 10–20% 折扣 — 只需在我们网站注册后发送您的用户名,格式如下:“SEND ME BONUS, MY USERNAME IS...” — 您需要在我们的论坛帖子中写下这句话! 3. SMM 面板首次试用可获得 $1:只需在我们的网站(支持)提交主题为“Get Trial Bonus”的工单。 4. 我们的 Telegram 频道和 Stars 购买机器人每周都会举办 Telegram Stars 抽奖活动! 新闻: ➡ Telegram 频道: https://t.me/accsforyou_shop ➡ WhatsApp 频道: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord 服务器: https://discord.gg/y9AStFFsrh 联系方式与支持: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ 邮箱: 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