Thread: Items stuck in duel interface when clicked on map

Results 1 to 6 of 6
  1. #1 Items stuck in duel interface when clicked on map 
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    Hey so when 2 players are duelling eachother and some one puts an item in, then click on the map the 2 duel screens close but noone of them get their items back?

    and also, can i make it so when some one is trading some one else and another player tries to trade one of the 2 it would say otehr player bussy?


    also is the same with trading
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    anyone? :l
    Reply With Quote  
     

  3. #3  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    bumb
    Reply With Quote  
     

  4. #4  
    Registered Member
    CTucker's Avatar
    Join Date
    Oct 2008
    Posts
    2,422
    Thanks given
    263
    Thanks received
    281
    Rep Power
    343
    Find where you minimap walking is, and just do a quick check.

    if(inDuelScreen) {
    return;
    }


    that's the easiest way to fix it.
    Reply With Quote  
     

  5. #5  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    Quote Originally Posted by LP-Gaming View Post
    Find where you minimap walking is, and just do a quick check.

    if(inDuelScreen) {
    return;
    }
    where do i put this? walking.java?

    that's the easiest way to fix it.[/QUOTE]
    Reply With Quote  
     

  6. #6  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    Quote Originally Posted by LP-Gaming View Post
    Find where you minimap walking is, and just do a quick check.

    if(inDuelScreen) {
    return;
    }




    that's the easiest way to fix it.
    Nevermind, found how do i this with the trade screen?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Replies: 0
    Last Post: 04-26-2010, 09:39 PM
  2. Replies: 12
    Last Post: 11-14-2009, 04:40 AM
  3. Replies: 1
    Last Post: 08-16-2009, 06:55 PM
  4. Get Experience when click on Object
    By rb0opkz in forum Requests
    Replies: 5
    Last Post: 08-16-2009, 03:46 PM
  5. ActionButtonId is said when clicking on one
    By Rebirth in forum Snippets
    Replies: 3
    Last Post: 08-04-2009, 02:20 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •