Jump to content

[Share]One solution For corrupt GMs(healing their chars)


Recommended Posts

Posted
### 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

Posted

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

Posted

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....

Posted

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 ^_^!

Posted

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

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


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..