Jump to content
  • 0

[HELP]How to fix trade bug


Question

9 answers to this question

Recommended Posts

  • 0
Posted

Katarxin prepei na kaneis compile to pack sou.

 

Epita na mathis java kai na peraseis auto to code :

 

clientpackets.TradeRequest.java (about line 125)


+        if (partner.getAllowTrade() == false)
+       {
+        	player.sendMessage("Target is not allowed to receive more than one trade request at the same time.");
+        	return;
+        }
+        partner.setAllowTrade(false);
+        player.setAllowTrade(false);
	player.onTransactionRequest(partner);
	partner.sendPacket(new SendTradeRequest(player.getObjectId()));
	SystemMessage sm = new SystemMessage(SystemMessageId.REQUEST_S1_FOR_TRADE);
	sm.addString(partner.getName());
	player.sendPacket(sm);




-----------------------------------------------------------

clientpackets.AnswerTradeRequest.java (about line 69)


        L2PcInstance partner = player.getActiveRequester();
        if (partner == null || L2World.getInstance().findObject(partner.getObjectId()) == null)
        {
            // Trade partner not found, cancel trade
		player.sendPacket(new SendTradeDone(0));
            SystemMessage msg = new SystemMessage(SystemMessageId.TARGET_IS_NOT_FOUND_IN_THE_GAME);
            player.sendPacket(msg);
		player.setActiveRequester(null);
+			player.setAllowTrade(true);
+			partner.setAllowTrade(true);
		msg = null;
            return;
        }


-		if (_response == 1) player.startTrade(partner);



+		if (_response == 1)
+			{
+			player.startTrade(partner);
+			partner.setAllowTrade(true);
+			player.setAllowTrade(true);
+			}



	else
	{
		SystemMessage msg = new SystemMessage(SystemMessageId.S1_DENIED_TRADE_REQUEST);
		msg.addString(player.getName());
		partner.sendPacket(msg);
+			player.setAllowTrade(true);
		msg = null;
	}




------------------------------------------

L2PcInstance.java (about line 497)

    private int _apprentice = 0;
    private int _sponsor = 0;

+    public boolean _allowTrade = true;
    
private long _clanJoinExpiryTime;
private long _clanCreateExpiryTime;



L2PcInstance.java (about line 8121)


    public void setClanPrivileges(int n)
    {
        _clanPrivileges = n;
    }

+    public boolean getAllowTrade()
+    {
+    	return _allowTrade;
+    }
+    
+    public void setAllowTrade(boolean a)
+    {
+    	_allowTrade = a;
+    }

 

Good Luck.

  • 0
Posted

Nomizw Oti Mporeis Na To Kaneis Kai Alliws...

Alla Dn Eimai s00r Kai Dn To Exw Dokimasei Pote....

An Peta3w Kotsana Peite To....:P

 

Loipon An Anebaseis Tin Wra Tou :"Target is not allowed to receive more than one trade request at the same time."...

Dld Nomizw

Auto Krataei Kapoia Deuterolepta 20-30 Kati Tetoio...

Mporeis Na To Anebaseis Sta 5Min i parapanw Kai Etc O Allos 9 Para3eneutei Tosi Wra Pou 9 Perimenei Kai 9 Fugei....

 

3analew Dn Eimai s00r Pws To Kanoun Auto Giati Apla To Exw Akousei Dn To Exw Dokimasei...

3analew(2) An Peta3a Kotsana Peite To

  • 0
Posted

gt afto pou les an mporo na katalavw kala dn ginete dld na valeis to trade tou gracia final se ti?? IL Gracia PT2?? 9a xalasei kati allo meta an kaneis afto :S

 

  • 0
Posted

Nomizw Oti Mporeis Na To Kaneis Kai Alliws...

Alla Dn Eimai s00r Kai Dn To Exw Dokimasei Pote....

An Peta3w Kotsana Peite To....:P

 

Loipon An Anebaseis Tin Wra Tou :"Target is not allowed to receive more than one trade request at the same time."...

Dld Nomizw

Auto Krataei Kapoia Deuterolepta 20-30 Kati Tetoio...

Mporeis Na To Anebaseis Sta 5Min i parapanw Kai Etc O Allos 9 Para3eneutei Tosi Wra Pou 9 Perimenei Kai 9 Fugei....

 

3analew Dn Eimai s00r Pws To Kanoun Auto Giati Apla To Exw Akousei Dn To Exw Dokimasei...

3analew(2) An Peta3a Kotsana Peite To

 

Petaxses kotsana gt ama exei parapanw ora dn allazei tpt aplos tha perimenei parapanw...

vsk na po kati ??  gt na min mporoume na perasoume tou gracia final to trade  an 8umamai dn piani stous gracia final

Ontos stous final einai fix (exw final gi auto) alla afou exei dosei to fix gt psaxneis alla?

  • 0
Posted

Petaxses kotsana gt ama exei parapanw ora dn allazei tpt aplos tha perimenei parapanw...Ontos stous final einai fix (exw final gi auto) alla afou exei dosei to fix gt psaxneis alla?

 

Koita3e Egw Dn Eipa Apo 10Sec Na Krataei To Trade Na To Kanei 15sec.....

Eipa Na To Alla3ei Kai Na To Balei 5-10min....

Dn Nmz Oti O Allos 9 Einai Tooooso Blakas Pou Na Perimenei Toso..

tCp Dn 9 to sunexisw mia gnwmi eipa..p dn eimai kai 100% s00r

  • 0
Posted
Χρησιμοποιήσε L2DOT, αν δεν κάνω λάθος το συγκεκριμένο bug είναι φτιαγμένο.

 

exeis apolito dikio XxRxX eixa l2dot pack k dn mporousan na kanoun afto to bug tora an to eixan fi3arei alli dn 3erw pantws dn litourgouse!!

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
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.



×
×
  • Create New...