Jump to content

Recommended Posts

Posted

Okey now i will post that for make no phx working on multisell

Index: java/net/sf/l2j/gameserver/network/clientpackets/MultiSellChoose.java
===================================================================
--- java/net/sf/l2j/gameserver/network/clientpackets/MultiSellChoose.java	(revision 2745)
+++ java/net/sf/l2j/gameserver/network/clientpackets/MultiSellChoose.java	(working copy)
@@ -88,6 +88,8 @@
	{
		PcInventory inv = player.getInventory();

+		boolean maintainItemFound = false;
+		
		// given the template entry and information about maintaining enchantment and applying taxes
		// re-create the instance of the entry that will be used for this exchange
		// i.e. change the enchantment level of select ingredient/products and adena amount appropriately.
@@ -126,10 +128,26 @@
			}
			if (newIng)
			{
+				// If there is a maintainIngredient, then we do not need to check the enchantment parameter
+				//  as the enchant level will be checked elsewhere
+				if (maintainEnchantment && e.getMantainIngredient())
+				{
+					maintainItemFound = true;
+				}
				// if it's a new ingredient, just store its info directly (item id, count, enchantment)
				_ingredientsList.add(L2Multisell.getInstance().new MultiSellIngredient(e));
			}
		}
+		
+		// If there is no maintainIngredient, then we must make sure that the 
+		//  enchantment is not kept from the client packet, as it may have been forged
+		if (!maintainItemFound)
+		{
+			for (MultiSellIngredient product : entry.getProducts())
+			{
+				product.setEnchantmentLevel(0);
+			}
+		}
		// now check if the player has sufficient items in the inventory to cover the ingredients' expences
		for (MultiSellIngredient e : _ingredientsList)
		{

Credits to Hawnik

Posted

Pedia ligo help, exo to sygkekrimeno bug edw kai 3 meres ston server mou, an mboreite na me voithisete na to kanw, he genika to topic pos mborw na to kanw.

thx.

Posted

Guys i have this problem at my l2jfree 1.2.9 gameserver version, how i can put that code, what i need from programs & what file? plz... i need help.

Many ppl everyday at my server using the l2phx to enchant items with multisell bug

thx.

  • 2 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



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