Jump to content
  • 0

Dupe Protection For All L2J Version - Working Fine But It Need Improvements


criticalrio

Question

Hi guys,

 

I created a dupe protection that is working quite well but I need some helo to improve it. As you can see below, I modified the gameserver.model.itemcontainer.inventory.java to remove all item from character bag if a dupe session is identified and also ban all accounts that have the same IP as the duping account. I need to know is how  can I implement a kick process after ban the user.

 

 

I copy and past all restore() class from iventory.java below

public void restore()
	{
		Connection con = null;
		int BanStatus = 0;
		int char_id;
		
		try
		{
			con = L2DatabaseFactory.getInstance().getConnection();
			PreparedStatement statement = con.prepareStatement("SELECT object_id, item_id, count, enchant_level, loc, loc_data, custom_type1, custom_type2, mana_left, time FROM items WHERE owner_id=? AND (loc=? OR loc=?) ORDER BY loc_data");
			statement.setInt(1, getOwnerId());
			statement.setString(2, getBaseLocation().name());
			statement.setString(3, getEquipLocation().name());
			ResultSet inv = statement.executeQuery();
			
			L2ItemInstance item;
			while (inv.next())
			{
				item = L2ItemInstance.restoreFromDb(getOwnerId(), inv);
				
				if (item == null)
				{
					continue;
				}
				// Bug get empty items when double session is created
				if (L2World.getInstance().findObject(inv.getInt("object_id")) != null)
				{
					_log.log(Level.WARNING, "Item: " + item.getObjectId() + " Has Duplied on World And Cannot be Load");
					L2World.getInstance().removeObject(item);
					BanStatus = 1;
					continue;
					
				}
				
				if (getOwner() instanceof L2PcInstance)
				{
					L2PcInstance player = (L2PcInstance) getOwner();
					
					if (!player.isGM() && !player.isHero() && item.isHeroItem())
					{
						item.setLocation(ItemLocation.INVENTORY);
					}
				}
				
				L2World.getInstance().storeObject(item);
				
				// If stackable item is found in inventory just add to current quantity
				if (item.isStackable() && (getItemByItemId(item.getItemId()) != null))
				{
					addItem("Restore", item, getOwner().getActingPlayer(), null);
				}
				else
				{
					addItem(item);
				}
			}
			inv.close();
			statement.close();
			refreshWeight();
			
			/* ---------------------- Ban account --------------------------- */
			
			if (BanStatus == 1)
			{
				Connection BanCon = null;
				
				try
				{
					BanCon = L2DatabaseFactory.getInstance().getConnection();
					// PreparedStatement statement2 = BanCon.prepareStatement("update accounts set accesslevel =-100 where login in (select account_name from characters where charid = ? )");
					PreparedStatement statement2 = BanCon.prepareStatement("update accounts  acc , characters ch, accounts ac2   set ac2.accesslevel = -100  where acc.login = ch.account_name  and ch.charid = ?  and acc.lastIP = ac2.lastIP ");
					statement2.setInt(1, getOwnerId());
					int BanSQL = statement2.executeUpdate();
					
					char_id = getOwnerId();
					
					_log.log(Level.WARNING, "BANNED MAIN ACCOUNT THAT IS USING THE CHAR_ID : " + char_id);
					
				}
				catch (Exception e)
				{
					_log.log(Level.WARNING, "Falha ao banir usuario: " + e.getMessage(), e);
				}
				finally
				{
					L2DatabaseFactory.close(BanCon);
				}
			}
			/* ---------------------- end Ban account --------------------------- */
		}
		catch (Exception e)
		{
			_log.log(Level.WARNING, "Could not restore inventory: " + e.getMessage(), e);
		}
		finally
		{
			L2DatabaseFactory.close(con);
		}
	}
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

player.logout();

 

??

I'm complete stupid in java.. I just did this dupe protection just analyzing part of code and copying and pasting. I tried to follow your suggestion but the eclipse says: player cannot be resolved .  

 

:-/

Edited by criticalrio
Link to comment
Share on other sites

  • 0

Tessa:

 

The code is working... The char get banned but he needs logoff to feel it.. I would like to implement a command to kick or logoff after run the statement2. I verified that the class L2pcintance.Java call this inventory restore. I created a new sql statement to check if they char is banned then player.logoff() but this logoff didn't happens.. That's the point here.. How can I logoff the account in matter?

Link to comment
Share on other sites

  • 0

You are reinventing the wheel, there are already methods to kick/ban players.

 

Moreover, it's not the logical spot to do it (banning from Inventory entity).

Link to comment
Share on other sites

  • 0

The Rev I using doesn't not have this protection yet.. I am using a old l2j Freya version and the server owner don't want to change it... Can you guys send me the solution we have on marker now? I didn't find anything... That's the reason I am "reinvent the wheel".. Btw I tested several others versions and it is pretty easy to hack and dupe..

Link to comment
Share on other sites

  • 0

The Rev I using doesn't not have this protection yet.. I am using a old l2j Freya version and the server owner don't want to change it... Can you guys send me the solution we have on marker now? I didn't find anything... That's the reason I am "reinvent the wheel".. Btw I tested several others versions and it is pretty easy to hack and dupe..

You finish the code? 

Link to comment
Share on other sites

  • 0

No.. I gave up.. It was banning but not kicking from server once it was only handling the ban on db level.

 L2Peniel It has this protection you were trying to do. It works 100% there. I tried to buy it but he did not accept

Link to comment
Share on other sites

  • 0

As the player got also an unique objectId, the idea is to check if player instance already exists, and if not avoids the login. Instead of playing with inventories.

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.

Guest
Answer this question...

×   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

    • Join our Discord server, create your own invite link and invite your friends. The three Discord members with the most invited friends, will earn an amazing gift!     Hello everybody, we'd love to invite all of you to try our new server which is going to open its gates on 14th of April at 20:00 GMT +2. Our OBT will start on 31st and will last two weeks so players can try and learn everything about our world before the grand day.   For those who never heard about us, we're a Classic Remastered x6 server based on Classic [Antharas Patch] Our server is based in the client Crusader, our interface is totally unique and our game files can be found only in our world. We implemented multiple features, zones and skills from every chronicle of the game such as Interlude, High Five, Essence... Our server can be played in in English, Russian and Korean languages.   We designed a totally new chronicle and it's perfect for every kind of players (PvE, PvP, solo, group, clan...) We will be having tournaments and weekly sieges with amazing in-game and real money rewards.     Website: https://talkingisland.net/en/features Discord: https://discord.gg/NWcA2Xspqw   Learn more about some of our features and systems:   Introduced: Daily Epic Instances       Introduced: Kamaloka / Labrynth     Reworked: Dragon Valley (High Five Style)     Reworked: Lair of Antharas (High Five Style)     Reworked and Introduced: Seed of Anhilation     Reworked and Introduced: Hellbound   Own and Unique: DKP System     Reworked: Fishing System  
    • https://github.com/binance/binance-futures-connector-java   Use their API, And then you can convert it to be used on your Multisell.
    • WTB 414 interface source (4game), compiler, xdat editor.  
    • Edit ItemsAutoDestroy#addItem method, simply enforce whatever timer you want. L2J already handles your case, eg. herbs naturally dissapear after a while.
    • https://www.youtube.com/watch?v=VjJ2uLlRGOc LF something similar to this. ability to do transactions/verify/withdraw/add and history. Do NOT need new window, can be done in html as long as the function works   Serious people only, paying well
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock