ZnX Posted December 28, 2010 Posted December 28, 2010 ### Eclipse Workspace Patch 1.0 #P datapack_development Index: data/scripts/handlers/skillhandlers/Heal.java =================================================================== --- data/scripts/handlers/skillhandlers/Heal.java (revision 7680) +++ data/scripts/handlers/skillhandlers/Heal.java (working copy) @@ -136,6 +136,13 @@ double hp; for (L2Character target: (L2Character[]) targets) { + if (activeChar.isGM() && !target.isGM()) + { + activeChar.abortCast(); + activeChar.sendMessage("You can't heal a Non GM player!"); + return; + } + // We should not heal if char is dead/invul if (target == null || target.isDead() || target.isInvul()) continue; checked on l2j epilogue working perfect Quote
kashiro Posted December 28, 2010 Posted December 28, 2010 Doesn't come in handy at all. Healing other players is good for events (if you host one). Quote
ZnX Posted December 28, 2010 Author Posted December 28, 2010 yes if it is a Event GM but when a Test GM hasn't has access for //heal he can heal his char anywhere.. this is the point of the share my english sucks so hard Quote
ZnX Posted December 28, 2010 Author Posted December 28, 2010 don't apply it noone told you to take it Quote
FighterBoss Posted December 28, 2010 Posted December 28, 2010 If you(admin) have on your server gm like those,it's your fault to trust them from the begin. And if are really corrupted ,this will not stop them :> that's why ~> Crappy and shitt1 idea.... Quote
josecarlosfl18 Posted January 2, 2011 Posted January 2, 2011 only one thing... If a player have a skill/buff that becomes his status invulnerable? (like orc/bishop skill) it will get healed anyway? I think there ways to refine this... Anyway thanks for sharing, good gain gm friendships jejeje ^_^! Quote
MasterDisaster Posted January 2, 2011 Posted January 2, 2011 Come on guys. He just shares.Why so much negativity everywhere? At least,appreciate the time he spent to make that or find it. Quote
Fanky Posted January 2, 2011 Posted January 2, 2011 Come on guys. He just shares.Why so much negativity everywhere? At least,appreciate the time he spent to make that or find it. Yes we appreciate it, but we are free to post our comments,anyway Quote
MasterDisaster Posted January 2, 2011 Posted January 2, 2011 Yes we appreciate it, but we are free to post our comments,anyway Providing that you will show respect to what he's done,and this is not respect. 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.