Jump to content

[SHARE] Fix Pet Enchant Exploit..!


Recommended Posts

Well , There Are Some Server That "Suffer" From This Exploit..Here's The Fix.

 

 

go to net.sf.l2j.gameserver.clientpackets.RequestGiveItemToPet.java

 

First Go The Imports. And After This Line :


import net.sf.l2j.gameserver.serverpackets.SystemMessage;

 

Paste These :

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

 

Open It And Find :

 

        if (Config.GM_DISABLE_TRANSACTION && player.getAccessLevel() >= Config.GM_TRANSACTION_MIN && player.getAccessLevel() <= Config.GM_TRANSACTION_MAX)
        {
            player.sendMessage("Transactions are disable for your Access Level");
            player.sendPacket(new SystemMessage(SystemMessageId.NOTHING_HAPPENED));
            return;
        }

 

And Paste This Right After It:

 

        if (player.getActiveEnchantItem() != null)
        {
           Util.handleIllegalPlayerAction(player,"Player "+player.getName()+" Tried To Use Enchant Exploit And Got Banned!", IllegalPlayerAction.PUNISH_KICKBAN);
           return;
        } 

 

Then , Find This :

 

        // Alt game - Karma punishment
        if (!Config.ALT_GAME_KARMA_PLAYER_CAN_TRADE && player.getKarma() > 0) return;

 

And Paste This After It :

 

        if (player.getActiveEnchantItem() != null)
        {
           Util.handleIllegalPlayerAction(player,"Player "+player.getName()+" Tried To Use Enchant Exploit And Got Banned!", IllegalPlayerAction.PUNISH_KICKBAN);
           return;
        } 

 

Save It , Compile And You Are Done..

 

Enjoy..!

 

 

 

[DIFF FILES]

 

L2J_Interlude : http://www.4shared.com/file/90115399/250f2ecd/L2J_Interlude_Pet_Enchant_Fix_By2_Stefoulis15.html

 

 

 

L2JFree_Interlude : http://www.4shared.com/file/90115430/a3736866/L2JFree_Interlude_Pet_Enchant_Fix_By_Stefoulis15.html

 

 

L2J-Archid Interlude : http://www.4shared.com/file/90115903/198ff94c/L2J-Archid_Interlude_Pet_Enchant_Fix_By_Stefoulis15.html

 

 

 

 

Link to comment
Share on other sites

hmm stef what exactly the exploit?

 

This One.

 

http://www.maxcheaters.com/forum/index.php?topic=24341.0

Link to comment
Share on other sites

hmm good job stefoulis thanks for sharing!! well, this will ban people who give enchanted items to the pet. what about if people just wana save the items and wont use the enchant exploit?

 

what about this?:

 

if (player.getActiveEnchantItem() != null)
	{
		sendPacket(SystemMessageId.ITEM_NOT_FOR_PETS);
		return;
	}

 

Link to comment
Share on other sites

hmm good job stefoulis thanks for sharing!! well, this will ban people who give enchanted items to the pet. what about if people just wana save the items and wont use the enchant exploit?

 

what about this?:

 

if (player.getActiveEnchantItem() != null)
	{
		sendPacket(SystemMessageId.ITEM_NOT_FOR_PETS);
		return;
	}

 

 

Well , Maybe. But I Personally , Wanna Be Sure That There Won't Be Exploits.

 

Thanks For The Tip Though.

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.




  • Posts

    • Good afternoon everyone, we’ll get a couple of strong players in the CP, more details can be found here https://mw2.community/topic/211276-awr-team/  
    • so i bought this crap of the server few years back and i just found it laying around on my pc and i thought i should share it, if i remember correctly this crap has a lot of bugs that people abuse 🙂   https://drive.google.com/file/d/13QWg8pi4BPbGbTmlygZ078LjL6Fb0J2a/view?usp=sharing source   https://drive.google.com/file/d/13QWg8pi4BPbGbTmlygZ078LjL6Fb0J2a/view?usp=sharing system    
    • Error: Unable to access jarfile libs\Geodata_Converter_v01.jar
    • Since last massive leak as explained as 07/09 (notably all development branches), I don't accept anymore financial newcomers that easily. People will have to contribute 100 cookies worth of contributions (bug reports/fixes) as a first step to be accepted as Donator. Free user can join after sharing over 200 cookies out of contributions, compared to 100 cookies before. You can say thanks to RusAcis, and notably his worthless leader, UnleashedForce. The size of users will continue to shrink if more leaks occur, until true helpers only will be left. New prices are as following : Joining price: 200€ + 100 cookies, or 200 cookies This fee has to be paid if you are joining aCis project. Next month, and all other months, you will have to donate only basic monthly donation. Monthly price: 10€ / 10 cookies This fee has to be paid every month. I won't accept any new join fee before the 100 cookies contribution. Your money will be instantly sent back. Also, in the same shape of idea, actual supporters/donators have to be active to stay in sources. It doesn't have to be a particular amount, you just have to share from time to time *anything*. I don't accept anymore silent ppl. Only useful people will be kept.
    • @Kenrix Hello. my friend bought from you the panel and he told me that he haven't recieved yet his product whats going on?.
  • Topics

×
×
  • Create New...