Jump to content

Recommended Posts

Posted

Hello all.... it's my 1st post over here so i was thinking to make it special ;D

So here is a piece of code from me for the GM who corrupts...(corrupt=give items/enchant/level/etc to normal player)

So here we go!

 

This code is for L2J tested and working on my pack.

Chronicle: Interlude

 

First you go here: trunk/L2J_Gameserver/java/config/options.properties

and you add this:

# Ban edited Player and Corrupt GM if a GM edits a NON GM character.

GMEdit = False

OR FALSE

 

Secondly, you go here: trunk/L2J_Gameserver/java/net/sf/l2j/Config.java

and you add this:

GM_EDIT                         = Boolean.valueOf(optionsSettings.getProperty("GMEdit", "False"));
OR FALSE AS I SAID

 

And at the end you add these:

 

import net.sf.l2j.gameserver.util.IllegalPlayerAction;

import net.sf.l2j.gameserver.util.Util;

 

And These:

/**

* Anti-Corrupt GMs Protection.

* If GMEdit enabled, a GM won't be able to Add Exp or SP to any other

* player that's NOT a GM Character. And in addition... both player

* and GM WILL BE BANNED.

*/

if(Config.GM_EDIT && (expval != 0 || spval != 0)&& !player.isGM())

{

//Warn the player about his inmediate ban.

player.sendMessage("A GM tried to edit you in "+expval+" exp points and in "+spval+" sp points.You will both be banned.");

Util.handleIllegalPlayerAction(player,"The player "+player.getName()+" has been edited. BAN!!", IllegalPlayerAction.PUNISH_KICKBAN);

//Warn the GM about his inmediate ban.

player.sendMessage("You tried to edit "+player.getName()+" by "+expval+" exp points and "+spval+". You both be banned now.");

Util.handleIllegalPlayerAction(activeChar,"El GM "+activeChar.getName()+" ha editado a alguien. BAN!!", IllegalPlayerAction.PUNISH_KICKBAN);

_log.severe("GM "+activeChar.getName()+" tried to edit "+player.getName()+". They both have been Banned.");

}

else if (expval !=0 || spval !=0)

 

Credits:Shikiero (ME)

Posted

Yes goood but if the gm make it on his player (gm char) and then trade the items? whats goings on then?

 

Gm who's good GM must be Inv in the town checking the players, and the game server... That's why there is a option of "petition" to recall admin about his/her questions..

 

 

Posted

from what i see in code this basicaly ban gm and player if the gm tries to exp/sp him .. nothing about trades or enchant... so this is usefull for low rate server only...

Posted

Hello all.... it's my 1st post over here so i was thinking to make it special ;D

So here is a piece of code from me for the GM who corrupts...(corrupt=give items/enchant/level/etc to normal player)

So here we go!

 

This code is for L2J tested and working on my pack.

 

First you go here: trunk/L2J_Gameserver/java/config/options.properties

and you add this: OR FALSE

 

Secondly, you go here: trunk/L2J_Gameserver/java/net/sf/l2j/Config.java

and you add this: OR FALSE AS I SAID

 

And at the end you add these:

 

And These:

Credits:Shikiero (ME)

 

What i can say is nice but no is yours .. i have a server pack where i have this .

anyway good work.

Posted

I think this is already shared!

 

about this

//Warn the player about his inmediate ban. 
player.sendMessage("A GM tried to edit you in "+expval+" exp points and in "+spval+" sp points.You will both be banned."); 
Util.handleIllegalPlayerAction(player,"The player "+player.getName()+" has been edited. BAN!!", IllegalPlayerAction.PUNISH_KICKBAN); 

 

i think bad idea ...

 

is better remove exp and to send a message to him!

 

Posted

I think this is already shared!

 

about this

//Warn the player about his inmediate ban. 
player.sendMessage("A GM tried to edit you in "+expval+" exp points and in "+spval+" sp points.You will both be banned."); 
Util.handleIllegalPlayerAction(player,"The player "+player.getName()+" has been edited. BAN!!", IllegalPlayerAction.PUNISH_KICKBAN); 

 

i think bad idea ...

 

is better remove exp and to send a message to him!

 

yes immediate ban would be unfair for a player who hadnt any idea that gm will exp him for example. I am correct?

Posted

Yes goood but if the gm make it on his player (gm char) and then trade the items? whats goings on then?

make what?if he enchant give exp and so on both of them will be banned.

In addition i didn't forbid the gm to trade with other player because for example at events gms must trade players to give them the reward they will be both get banned and that's unfair.

 

What i can say is nice but no is yours .. i have a server pack where i have this .

anyway good work.

That's my work dude.... it's not my fault if someone added with his own way at a god damned pack..

 

I think this is already shared!

 

about this

//Warn the player about his inmediate ban. 
player.sendMessage("A GM tried to edit you in "+expval+" exp points and in "+spval+" sp points.You will both be banned."); 
Util.handleIllegalPlayerAction(player,"The player "+player.getName()+" has been edited. BAN!!", IllegalPlayerAction.PUNISH_KICKBAN); 

 

i think bad idea ...

 

is better remove exp and to send a message to him!

 

A true and trusted gm will never EVER touch the player's exp/sp....

@I can sure you that this is not shared bcz i used the button "search" and i found nothing...

Posted

if admin do this ? will be banned? if someone want make a custom event?

 

yes immediate ban would be unfair for a player who hadnt any idea that gm will exp him for example. I am correct?

yes I think these two are the main disadvantages of the share. However its nice.

Posted

if admin do this ? will be banned? if someone want make a custom event?

you can see my answer above....

Its for all the game masters and admins and event game masters everyone...

Guest
This topic is now closed to further replies.


  • Posts

    • You dont get it... do you now. - read again.
    • What happened to them? Why they are disabled.. Just noticed that they are gone    @Maxtor @Celestine
    • If you want to make your thread stand out a bit more, adding quick proof pics or a small stock update usually helps buyers feel safer. I’ve had smoother chats with traders after doing that. On a side note, when I’m taking a break from trading, I mess around with the security puzzles in ModsCraft, which has been a fun way to clear my head between deals.
    • ━━━━━━━━━━━━━━━━━━━━━━ L2-SCRIPTS UPDATE ━━━━━━━━━━━━━━━━━━━━━━ Dear MaxCheaters users, We have updated the prices in the first post. Specially for the MaxCheaters community, we significantly reduced prices on many of our old developments, archived projects and source packs. Most of our older Lineage 2 sources are now much more affordable than before, including many Classic and Essence projects. This is a great opportunity for smaller teams, startup servers and developers who always wanted to work with our projects but previously could not afford them. ━━━━━━━━━━━━━━━━━━━━━━ For the past years we were mostly absent from the public scene because our team was working privately on large projects and contract-based development. During this time we accumulated a huge amount of private materials, systems, source codes, client modifications, website solutions and infrastructure developments that were never publicly released. Now, according to completed agreements and partnerships, we finally have the ability to publish and offer part of these materials as our private services and developments. In the upcoming weeks we will also publish a list of our works and services from the last 5 years of private development. ━━━━━━━━━━━━━━━━━━━━━━ Upcoming publications will include: • Private server development • Custom gameplay systems • Client modifications • Websites & ACP systems • Protection solutions • Infrastructure solutions • MMO / Web projects ━━━━━━━━━━━━━━━━━━━━━━ Thank you to everyone who stayed with us all these years.   Telegram:  @L2scripts Websites:  L2-scripts.com    L2-scripts.ru    Mmore.dev Sguard site:  Sguard   Best Regards! ━━━━━━━━━━━━━━━━━━━━━━
  • Topics

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