Grim. Posted December 30, 2009 Posted December 30, 2009 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 Quote
mg13gr Posted December 30, 2009 Posted December 30, 2009 So i've made a code.it is so easy. With this code you cant heal rbs. Better. Ty for sharing. Quote
Grim. Posted December 30, 2009 Author Posted December 30, 2009 Better. Ty for sharing. mistake fixed.. Quote
Stefoulis15 Posted January 11, 2010 Posted January 11, 2010 taken from L2 Eminence Source or probably from L2 Evolution Trac. Quote
xAddytzu Posted January 11, 2010 Posted January 11, 2010 taken from L2 Eminence Source or probably from L2 Evolution Trac. Your IQ is so big that you can guess. It is not a hard code! Anyone can make it Poof Quote
Lucky Dice Posted January 11, 2010 Posted January 11, 2010 taken from L2 Eminence Source or probably from L2 Evolution Trac. xaxaxa ! btw @morted add Credits Quote
Stefoulis15 Posted January 11, 2010 Posted January 11, 2010 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!? Quote
Stefoulis15 Posted January 12, 2010 Posted January 12, 2010 Why you are 100% that he made c/p ? well , its easy . he was in l2evolution team. Quote
CriticalError Posted January 12, 2010 Posted January 12, 2010 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 Quote
CrazyDeagle Posted January 13, 2010 Posted January 13, 2010 Looool Crazy Share xD real interesting. but i dont know you can heal a RB XD Quote
rodox Posted January 13, 2010 Posted January 13, 2010 Looool Crazy Share xD real interesting. but i dont know you can heal a RB XD Yes, you can. It's ofen healed to not let opposed clan to kill it. Quote
Belzebul Posted January 17, 2010 Posted January 17, 2010 Morted, you should be dekarmed. As i see from your shares, you are the king thief w/o giving credits. I hate guys like you. btw ty for share i will use it for sure. Quote
Recommended Posts
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.