Jump to content

[Share]Cannot heal rbs.


Recommended Posts

So i've made a code.it is so easy.

With this code you cant heal rbs.

### Eclipse Workspace Patch 1.0
#P L2_GameServer_It
Index: java/net/sf/l2j/gameserver/handler/skillhandlers/Heal.java
===================================================================
--- java/net/sf/l2j/gameserver/handler/skillhandlers/Heal.java	(revision 3721)
+++ java/net/sf/l2j/gameserver/handler/skillhandlers/Heal.java	(working copy)
@@ -26,8 +26,10 @@
import net.sf.l2j.gameserver.model.L2Skill;
import net.sf.l2j.gameserver.model.L2Summon;
import net.sf.l2j.gameserver.model.L2Skill.SkillType;
+import net.sf.l2j.gameserver.model.actor.instance.L2BossInstance; 
import net.sf.l2j.gameserver.model.actor.instance.L2DoorInstance;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
+import net.sf.l2j.gameserver.model.actor.instance.L2RaidBossInstance; 
import net.sf.l2j.gameserver.network.SystemMessageId;
import net.sf.l2j.gameserver.serverpackets.StatusUpdate;
import net.sf.l2j.gameserver.serverpackets.SystemMessage;
@@ -82,6 +84,10 @@
            if(target instanceof L2DoorInstance)
            	continue;

+            if (target instanceof L2RaidBossInstance) 
+                continue; 
+                if (target instanceof L2BossInstance) 
+                continue; 
            // Player holding a cursed weapon can't be healed and can't heal
            if (target != activeChar)
            {

 

Credits:Stefoulis15

Link to comment
Share on other sites

  • 2 weeks later...

Your IQ is so big that you can guess. It is not a hard code! Anyone can make it

Poof

eh and who are u to judge me for my IQ?

gtfo wannabe! i dont really care about it. since he DIDNT MAKE IT , THEN HE DOESNT HAVE THE RIGHT TO TAKE ITS CREDITS.

GOT IT? BUT IT HURTS  YA. CAUSE U WERE DOING THE SAME BEFORE SOME TIME!

 

u started the "flame" shit .

i dont have a problem with ya. do NOT make me find one. okay!?

Link to comment
Share on other sites

thanks a lot for this code but maybe is true this is get from l2evolution team put the credits man anyway ty and thanks Stefoulis15 for clarify

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...