Thread: Player Disconnects after they decline a trade

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Player Disconnects after they decline a trade 
    Rufio
    Guest
    Anyone know why this would happen? and where to look and how to fix it?
     

  2. #2  
    Banned

    Join Date
    Oct 2008
    Posts
    842
    Thanks given
    81
    Thanks received
    53
    Rep Power
    0
    You should submit ur declinetrade void. It would help us with the problem.
     

  3. #3  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    it's pwnscape lol.
     

  4. #4  
    Extreme Donator

    Wolf's Avatar
    Join Date
    Jul 2006
    Age
    34
    Posts
    398
    Thanks given
    0
    Thanks received
    2
    Rep Power
    177
    Post the error here, please.

    RuneCMS member / Early Sythe member
    RS-Server ex-admin [Member #38]
    Dodian ex-admin / developer
    SRL Developer
    MITB member

    Project16/Flight creator
     

  5. #5  
    Rufio
    Guest
    Here's my declinetrade void
    And yes its Pwnscape lol

    Code:
    	public void declineTrade() {
    		declineTrade(true);
    	}
    
    	public void declineTrade(boolean tellOther) {
    		closeInterface();
    		client other = getClient(trade_reqId);
    		if (tellOther && validClient(trade_reqId)) {
    			//other.sM("Other player has declined the trade.");
    			other.declineTrade(false);
    		}
    
    		for (GameItem item : offeredItems) {
    			if (item.amount < 1)
    				continue;
    			if (item.stackable) {
    				addItem(item.id, item.amount);
    			} else {
    				for (int i = 0; i < item.amount; i++) {
    					addItem(item.id, 1);
    				}
    			}
    		}
    		canOffer = true;
    		tradeConfirmed = false;
    		tradeConfirmed2 = false;
    		offeredItems.clear();
    		inTrade = false;
    		trade_reqId = 0;
    	}
     

  6. #6  
    Extreme Donator

    Wolf's Avatar
    Join Date
    Jul 2006
    Age
    34
    Posts
    398
    Thanks given
    0
    Thanks received
    2
    Rep Power
    177
    Please post your error.

    RuneCMS member / Early Sythe member
    RS-Server ex-admin [Member #38]
    Dodian ex-admin / developer
    SRL Developer
    MITB member

    Project16/Flight creator
     

  7. #7  
    Rufio
    Guest
    There isn't an error. when compiled it works fine
    but in game Players Disconnect after they decline a trade.
    and people have found out how to dupe with that
     

  8. #8  
    Registered Member
    Join Date
    Jan 2009
    Posts
    186
    Thanks given
    3
    Thanks received
    3
    Rep Power
    35
    Quote Originally Posted by Demetri View Post
    it's pwnscape lol.
    So, Pwnscape is not that bad.
     

  9. #9  
    Rufio
    Guest
    Yeah. I normally have like 30+ people on always, but anyways. anyone know how to stop this?
    i look for "Disconnected = true;" in my trade void and couldn't find that so im not sure why it does it.
     

  10. #10  
    Extreme Donator

    Wolf's Avatar
    Join Date
    Jul 2006
    Age
    34
    Posts
    398
    Thanks given
    0
    Thanks received
    2
    Rep Power
    177
    Ok Rufio, apparently what I was asking for before was a bit too complex, so allow me to restate the question and spell it out for you. When your players disconnect from the trade, and it has some text on you command prompt, what does that text say? It should include "blabla has been disconnected".

    If you want to just keep fighting me, then I simply won't help you, easy as that.

    RuneCMS member / Early Sythe member
    RS-Server ex-admin [Member #38]
    Dodian ex-admin / developer
    SRL Developer
    MITB member

    Project16/Flight creator
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •