Jump to content
  • 0

Decrease Bs Heal In Players Flag / Pc For Acis 350


Question

Posted (edited)
I wanted this mod to decrease heal anyone who is in flag mode or karma someone helps not to achieve
 
 
net.sf.l2j.gameserver.handler.skillhandlers.Heal.java
 


+if (target != activeChar)
+{
+if (target instanceof L2PcInstance && ((L2PcInstance) target).getPvpFlag() != 0 || target instanceof L2PcInstance && ((L2PcInstance) +target).getKarma() != 0)
+{
+if ( (target instanceof L2PcInstance && ((L2PcInstance) target).getSiegeState() > 0 && target instanceof L2PcInstance && ((L2PcInstance) +target).isInsideZone(ZoneId.SIEGE)) || (target instanceof L2PcInstance && ((L2PcInstance) target).isInsideZone(ZoneId.ZONE_BOSS)) || +(target instanceof L2PcInstance && ((L2PcInstance) target).isInsideZone(ZoneId.ZONE_FLAG)))
+{
+//
+}
+else
+{
+hp = target.getMaxHp() * power / 0.5;
+}
+}
+}
+
// Player holding a cursed weapon can't be healed and can't heal

 

 

net.sf.l2j.gameserver.model.zone.ZoneId.java

 

-SCRIPT(18);

SCRIPT(18),

+ZONE_BOSS(19),
+ZONE_FLAG(20); 
Edited by l2jkain

12 answers to this question

Recommended Posts

  • 0
Posted
Remove the healer class from the game soon enough.

What good is heal if it is decreasing.

 

I do not understand these admins of today

  • 0
Posted

Try another target instanceof L2PcInstance

If there is not enough instanceof L2PcInstance, add one more instanceof L2PcInstance  :happyforever:

  • 0
Posted

I'm not very good at java if you help me I can improve it and make it work

 

he is pro, he can magically turn 100 lines of shitcode to 1 line of legit check with his zero non-existing knowledge

  • 0
Posted

he is pro, he can magically turn 100 lines of shitcode to 1 line of legit check with his zero non-existing knowledge

you people nowdays YOU have all knowledge about all and only BLABLA Here(idk who is the best DEVELOPER HERE)

We Are noobs But A least We Try To help...or improve our knowledge helping others so dont speak and help if you can and yes can be done in 3 lines

  • 0
Posted

you people nowdays YOU have all knowledge about all and only BLABLA Here(idk who is the best DEVELOPER HERE)

We Are noobs But A least We Try To help...or improve our knowledge helping others so dont speak and help if you can and yes can be done in 3 lines

 

You're trying to help saying "100 lines of shitcode" When you cry like an emo-whore at least do it with proper arguments

  • 0
Posted (edited)

You're trying to help saying "100 lines of shitcode" When you cry like an emo-whore at least do it with proper arguments

true i was at work and bored lazy to write more

if (target instanceof L2PcInstance && ((L2PcInstance) target).getPvpFlag() != 0 || target instanceof L2PcInstance && ((L2PcInstance) +target).getKarma() != 0)
+{
+if ( (target instanceof L2PcInstance && ((L2PcInstance) target).getSiegeState() > 0 && target instanceof L2PcInstance && ((L2PcInstance) +target).isInsideZone(ZoneId.SIEGE)) || (target instanceof L2PcInstance && ((L2PcInstance) target).isInsideZone(ZoneId.ZONE_BOSS)) || +(target instanceof L2PcInstance && ((L2PcInstance) target).isInsideZone(ZoneId.ZONE_FLAG)))

i think here is a little bit better 

if (target instanceof L2PcInstance  || target.isInsideZone(ZoneId.ZONE_BOSS)|| target.isInsideZone(ZoneId.ZONE_FLAG)|| target.isInsideZone(ZoneId.SIEGE) && ((L2PcInstance) target).getPvpFlag()>0 && ((L2PcInstance) target).getKarma()>0)

Edited by Reborn12
  • 0
Posted

Now this is a good example of a shitcode...

 

Your code is broken in many ways && has priority over || even if && is on the right end side. That means that "target.isInsideZone(ZoneId.SIEGE) && " is executed first canceling  the last zone check and then killing itself.

Now here is your code the way that a proper developer would code it:


if ((target instanceof L2PcInstance || target.isInsideZone(ZoneId.ZONE_BOSS | ZoneId.ZONE_FLAG | ZoneId.SIEGE)) && target.getActingPlayer().getPvpFlag() > 0 && target.getActingPlayer().getKarma() > 0)

Now that is your code but properly written, I don't know if its logic is correct I just cleaned the shit you coded.

 

 

So I believe you got today's lesson, stop judging others if you are not better, because someone better will come and throw your jokes on you

  • 0
Posted

Now this is a good example of a shitcode...

 

Your code is broken in many ways && has priority over || even if && is on the right end side. That means that "target.isInsideZone(ZoneId.SIEGE) && " is executed first canceling  the last zone check and then killing itself.

Now here is your code the way that a proper developer would code it:


if ((target instanceof L2PcInstance || target.isInsideZone(ZoneId.ZONE_BOSS | ZoneId.ZONE_FLAG | ZoneId.SIEGE)) && target.getActingPlayer().getPvpFlag() > 0 && target.getActingPlayer().getKarma() > 0)

Now that is your code but properly written, I don't know if its logic is correct I just cleaned the shit you coded.

 

 

So I believe you got today's lesson, stop judging others if you are not better, because someone better will come and throw your jokes on you

a least i have turned the  code to one check and deleted instanceof that was not needed everywhere... good job ty for the lesson. i didnt said that im better but i have tried to help him so i have made the first move you have made the second move 3rd move solved...

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

    • We've added 5% discounts for bulk purchases of Google accounts for orders of 300 or more, and 10% for orders of 500 or more. The discount is applied automatically when you place your order! The discount is indicated in the product title and description for each category.  
    • 🎄 CHRISTMAS EVENT 🎄   ‼️ Information and details: https://forum.l2harbor.com/threads/rozhdestvenskie-xlopoty-christmas-chores.9430/post-171464
    • METATG.ORG Direct Telegram Service Provider A bonus of +7% on every order! *We add 7% more followers than your ordered amount to proactively cover potential drops and guarantee you an honest result." Telegram Followers - Price per 1000 SUBSCRIBERS Subscribers 3 days - $0.10 ~ 8 RUB Subscribers. Daily Completion: 200,000,000 Subscribers 7 days - $0.17 ~ 13.6 RUB Subscribers. Daily Completion: 200,000,000 Subscribers 14 days - $0.20 ~ 16 RUB Subscribers. Daily Completion: 200,000,000 Subscribers 30 days - $0.30 ~ 24 RUB Subscribers. Daily Completion: 200,000,000 Subscribers 60 days - $0.40 ~ 32 RUB Subscribers, 14-day guarantee. Daily Completion: 200,000,000 Subscribers 90 days (Super Fast) - $0.50 ~ 40 RUB Subscribers, 14-day guarantee. Daily Completion: 200,000,000 Subscribers 120 days (Super Fast) - $0.60 ~ 48 RUB Subscribers, 14-day guarantee. Daily Completion: 200,000,000 Subscribers Lifetime (Super Fast) - $0.70 ~ 56 RUB Lifetime Subscribers. 14-day guarantee. Daily Completion: 200,000,000 Telegram Services - Price per 1000 Post Views - $0.06 ~ 5 RUB Reactions - $0.08 ~ 6.5 RUB Bot Starts - $0.10 ~ 8 RUB Bot Starts with referrals - $0.15 ~ 12 RUB DISCOUNTS and CASHBACK for large volumes Direct Supplier. We work from our own accounts with our own software! High execution speed. Multiple payment methods. We work 24/7! Additional discounts are discussed for volumes starting from $1000 per day. SUPPORT 24/7 - TELEGRAM WEBSITE 24/7 - METATG.ORG
    • Added: a brand-new default dashboard template. You can now add multiple game/login server builds. Full support for running both PTS & L2J servers simultaneously, with switching between them. Payment systems: added OmegaPay and Pally (new PayPal-style API). Account history now stores everything: donations, items delivered to characters, referrals, transfers between game accounts, and coin transfers to another master account. Personal Promo Code System: you can create a promo code and assign it to a user or promoter. When donating, a player can enter this promo code to receive bonus coins, and the promo code owner also receives a bonus — all fully configurable in the admin panel.     Look demo site: demo
  • 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