Thread: teleing in duel arena

Results 1 to 7 of 7
  1. #1 teleing in duel arena 
    Banned
    Join Date
    Oct 2011
    Posts
    184
    Thanks given
    2
    Thanks received
    0
    Rep Power
    0
    so i have a dupe and it involves teleing in duel arena? how do i make it where u cant tele?
    Reply With Quote  
     

  2. #2  
    Extreme Donator

    woof woof bish's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    2,444
    Thanks given
    2,212
    Thanks received
    1,019
    Rep Power
    5000
    PlayerAssisant.java under
    Code:
    	public void startMovement(int x, int y, int height) {
    add
    Code:
    		if (c.duelStatus == 5) {
    			c.sendMessage("You can't teleport during a duel!");
    			return;
    		}
    		if (c.duelStatus == 1) {
    			return;
    		}
    Teleport.java
    under
    Code:
     public void startTeleport(int x, int y, int height, String teleportType) {
    add
    Code:
    		if (c.duelStatus == 1) {
    			return;
    		}
    		if (c.duelStatus == 5) {
    			c.sendMessage("You can't teleport during a duel!");
    			return;
    		}
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Oct 2011
    Posts
    184
    Thanks given
    2
    Thanks received
    0
    Rep Power
    0
    i cant find teleport.java so ya?
    Reply With Quote  
     

  4. #4  
    Extreme Donator

    woof woof bish's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    2,444
    Thanks given
    2,212
    Thanks received
    1,019
    Rep Power
    5000
    Quote Originally Posted by x25xquinton View Post
    i cant find teleport.java so ya?
    well then do that playerassistant.java thing and tell me if it works.

    + whats your base?
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Oct 2011
    Posts
    184
    Thanks given
    2
    Thanks received
    0
    Rep Power
    0
    its 317 pi, and like it had the firs tpart of it like the donator status 5 cant tele, but it was like as the dude was falling you could tele
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Oct 2011
    Posts
    184
    Thanks given
    2
    Thanks received
    0
    Rep Power
    0
    so now in the duel arena it says this player isnt in the wilderness? any idea?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2010
    Posts
    271
    Thanks given
    2
    Thanks received
    3
    Rep Power
    11
    Add me on msn [email protected]

    StoryScape 317
    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. Duel Arena Bug - Teleing
    By Mikey in forum Help
    Replies: 6
    Last Post: 10-02-2011, 04:30 PM
  2. Replies: 4
    Last Post: 11-20-2010, 10:11 PM
  3. Duel Arena ^^
    By Infexis in forum Show-off
    Replies: 2
    Last Post: 06-11-2010, 03:22 PM
  4. Replies: 1
    Last Post: 10-17-2009, 08:10 AM
  5. [508] 98% Duel Arena [508]
    By xxt4nkxx in forum Tutorials
    Replies: 36
    Last Post: 01-23-2009, 06:50 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
  •