Thread: Duel Arena Glitches [PI] Help

Results 1 to 3 of 3
  1. #1 Duel Arena Glitches [PI] Help 
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    1. Every time you duel someone on my server in the duel arena, you can attack anyone that is in the Duel Arena. How can I fix this?

    2. Every time you duel someone on my server in the duel arena, after you kill someone, you can click somewhere on the duel arena and you get to stay in the duel arena. How can I fix this?

    Thanks you guys!
    Reply With Quote  
     

  2. #2  
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    add this under attackplayer method in combat assist:

    Code:
    		if(c.duelStatus == 5 && Server.playerHandler.players[c.playerIndex].duelStatus == 5) {
    			if(Server.playerHandler.players[c.playerIndex].duelingWith == c.getId()) {
    				return;
    			} else {
    				c.sendMessage("This isn't your opponent!");
    				return;
    			}
    		}
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Sep 2011
    Posts
    2,730
    Thanks given
    1,150
    Thanks received
    907
    Rep Power
    668
    Quote Originally Posted by i am here View Post
    2. Every time you duel someone on my server in the duel arena, after you kill someone, you can click somewhere on the duel arena and you get to stay in the duel arena. How can I fix this?
    I need this as well.
    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. [PI] Duel Arena Tripple Duel Dupe
    By Jinx in forum Snippets
    Replies: 1
    Last Post: 04-25-2012, 11:41 AM
  2. Replies: 21
    Last Post: 03-25-2012, 12:46 AM
  3. Replies: 4
    Last Post: 11-20-2010, 10:11 PM
  4. Replies: 1
    Last Post: 10-17-2009, 08:10 AM
  5. Duel Arena!!!! X No Way Out!!!
    By jaketheman in forum Tutorials
    Replies: 19
    Last Post: 05-13-2008, 09:26 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
  •