Jump to content
  • 0

Sell error


maximilion2

Question

Recommended Posts

  • 0

Kalhspera..8elw na poulaw ta item 0 adena alla m vgazei error:

You have exceeded the quantity that can be inputted.

δείξε μας πως είναι το multisell σου.
Link to comment
Share on other sites

  • 0

Kalhspera..8elw na poulaw ta item 0 adena alla m vgazei error:

You have exceeded the quantity that can be inputted.

σου έχει κάποιο error στο gs console?
Link to comment
Share on other sites

  • 0

katarxin ta items pou 8eleis na exoun ta shops mesa se xml arxeia den exoun ta items? an einai mesa se xml arxeio , to ingredient mesa sto arxeio einai to orisma na sto pw etsi pou 8a zhthsei apo ton paixth na gia na tou dwsei to item, an den valeis ka8olou thn grammh tou ingredient 8a tou dwsei to item xwris na zhthsei tpt, afto ennoousa

Link to comment
Share on other sites

  • 0

omg re file den ktlvenis ti 8elw wtf??

auto to ekana apo thn arxh kai ta item ta poulaw kanonika 0...ta pernoun xwris adena

alla otan paw na ta poulhsw,sell m vgazei sthn 08onh:

You have exceeded the quantity that can be inputted.

 

Link to comment
Share on other sites

  • 0

psakse mesa sto clientpackets, setprivatestorelistsell.java mesa kapu ston kodika 8a exei to restriction otan to count einai me 0

diladi des pou exei afto player.sendPacket(SystemMessageId.YOU_HAVE_EXCEEDED_QUANTITY_THAT_CAN_BE_INPUTTED);

8a kanei return

vgale to restriction kai 8a eisai ok

Link to comment
Share on other sites

  • 0

l2jfrozen

 


		totalCost += price;
		if (totalCost > Integer.MAX_VALUE)
		{
			player.sendPacket(new PrivateStoreManageListSell(player));
			player.sendPacket(new SystemMessage(SystemMessageId.YOU_HAVE_EXCEEDED_QUANTITY_THAT_CAN_BE_INPUTTED));
			return;
		}

		tradeList.addItem(objectId, count, price);
	}

	if(_count <= 0)
	{
		player.setPrivateStoreType(L2PcInstance.STORE_PRIVATE_NONE);
		player.broadcastUserInfo();
		return;
	}

	if(player.isProcessingTransaction())
	{
		player.sendPacket(new PrivateStoreManageListSell(player));
		player.sendMessage("Store mode are disable while trading.");
		return;
	}

	// Check maximum number of allowed slots for pvt shops
	if(_count > player.GetPrivateSellStoreLimit())
	{
		player.sendPacket(new PrivateStoreManageListSell(player));
		player.sendPacket(new SystemMessage(SystemMessageId.YOU_HAVE_EXCEEDED_QUANTITY_THAT_CAN_BE_INPUTTED)); 
		return; 
	}

Link to comment
Share on other sites

  • 0

o monos elenxos pou vlepw otan to price einai me 0 einai edw

         if(price <= 0)
		{
			String msgErr = "[setPrivateStoreListSell] player " + getClient().getActiveChar().getName() + " tried an overflow exploit (use PHX), ban this player!";
			Util.handleIllegalPlayerAction(getClient().getActiveChar(), msgErr, Config.DEFAULT_PUNISH);
			_count = 0;
			_items = null;
			return;
		}

ekei pou leei if(price <= 0 svise to = kai ase mono to < dokimase to etsi

Link to comment
Share on other sites

  • 0

kane oti sou eipa sto prohgoumeno me to = kai svhse kai afta ta 2

if (totalCost > Integer.MAX_VALUE)
		{
			player.sendPacket(new PrivateStoreManageListSell(player));
			player.sendPacket(new SystemMessage(SystemMessageId.YOU_HAVE_EXCEEDED_QUANTITY_THAT_CAN_BE_INPUTTED));
			return;
		}

kai afto

// Check maximum number of allowed slots for pvt shops
	if(_count > player.GetPrivateSellStoreLimit())
	{
		player.sendPacket(new PrivateStoreManageListSell(player));
		player.sendPacket(new SystemMessage(SystemMessageId.YOU_HAVE_EXCEEDED_QUANTITY_THAT_CAN_BE_INPUTTED)); 
		return; 
	}

Link to comment
Share on other sites

  • 0

an den ginei oute twra file den exw idea ti paizei, den kserw an kanei elenxo se allo arxeio.

na ksereis pantws me afta pou sou eipa na svhseis sou dimiourghsa ena bug, den 8a kanei elenxo posa item mporeis na valeis sto shop, px to orio htan na mporeis na poulhseis mexri 15 item, twra den yparxei aftos o elenxos

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...