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

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