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

    • Hello everyone, I am looking to purchase a Premium Lineage 2 High Five server pack. My main requirements are: Stability & Quality (Most Important): The pack must be highly stable with no system errors or major bugs. Custom Features: It must include ready-to-use custom features such as a fully functional Community Board, custom NPC Buffers, and Custom Item Sellers (GM Shops), etc. Complete Files: It is absolutely necessary that the full source code (src) and complete Geodata are included. If you are selling a pack that meets these criteria, please send me a PM or leave a reply with the following information: Brief details and key features of the pack Price Test server availability (I would like to test it before buying) Thank you!
    • L2jmobiusDevClon — Classic Interlude p110 Emulator L2jmobiusDevClon is actively developing a Lineage 2 Classic Interlude p110 emulator. Development is done in free time with a strong focus on: • Stability • Authentic Classic mechanics • Clean and optimized architecture The project is based on the L2jMobius source and is continuously evolving and improving. System Requirements: • Java 25 • MariaDB 12.0 • Client p110 Current Revision: 3.0 Development Status: Active Distribution: Free Official Website: https://www.l2jmobiusdevclon.pp.ua Discord Server: https://discord.gg/23a9S8g4Bn Contact: Telegram — @L2jmobiusDevClon Also available via private messages Project Goals: ✔ Improved stability ✔ Maximum Classic accuracy ✔ Core optimization We are currently looking for: • Testers • Server administrators Suggestions, bug reports, and ideas are always welcome. Contact us via: ✔ Discord ✔ Telegram ✔ Private Messages
    • i guess loading only the effects that are needed it will maybe work, like removing from reshade shader folder the ones that are not needed, depends on the pc also i guess, also limithing the game at 30fps can be better maybe
    • Up   SELL CHARACTERS L2 REBORN FRANZ x1     destroyer 74 lvl naked - 120 euro sws 71 lvl naked - 120 euro pp 66 skills - 120 euro se 64 lvl - 90 euro   Characters are legit with mail   i can wtt the characters for adena server franz   sell adena franz 250kk stock     add discord topeseller4081  
  • 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..