Jump to content

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


ZnX

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Come on guys.

He just shares.Why so much negativity everywhere?

At least,appreciate the time he spent to make that or find it.

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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