Thread: How can I add a new safe pvp area?

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 How can I add a new safe pvp area? 
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    I added this in world.java but it doesn't seem to make it wilderness.. Do I have to add other stuff in other class's or something?

    Code:
    public static final boolean isPvpArea(WorldTile tile) {
    		return Wilderness.isAtWild(tile)
    		|| (tile.getX() > 3156 && tile.getX() < 3177 && tile.getY() > 3449 && tile.getY() < 3461);
    	}
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    Bump
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    bump.
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    Bump.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    Bump.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    Bump.
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Sep 2011
    Posts
    177
    Thanks given
    32
    Thanks received
    13
    Rep Power
    0
    Make a controler. And it's its inWilderness()
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by 'Anarchy View Post
    Make a controler. And it's its inWilderness()
    What is a controller?
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Sep 2011
    Posts
    177
    Thanks given
    32
    Thanks received
    13
    Rep Power
    0
    It's used for a minigame etc. You COULD make it so if you're in certain coordinates you don't lose items, but a controler is safer.
    Reply With Quote  
     

  10. #10  
    Banned
    Join Date
    Jul 2012
    Posts
    327
    Thanks given
    22
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by 'Anarchy View Post
    It's used for a minigame etc. You COULD make it so if you're in certain coordinates you don't lose items, but a controler is safer.
    Could you show me an example, I'm still not getting it sorry.
    Reply With Quote  
     

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

Similar Threads

  1. How can i add new map.
    By oledis in forum Help
    Replies: 2
    Last Post: 07-13-2011, 10:08 AM
  2. how can i add new mapdata?
    By shotyoulol in forum Help
    Replies: 1
    Last Post: 06-05-2011, 06:02 PM
  3. Replies: 6
    Last Post: 03-18-2011, 06:51 PM
  4. Replies: 3
    Last Post: 02-17-2011, 01:25 PM
  5. Replies: 3
    Last Post: 12-23-2010, 09:58 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
  •