Thread: Full Pk Server

Results 1 to 4 of 4
  1. #1 Full Pk Server 
    So when I'm free, I'm free


    Jay Gatsby's Avatar
    Join Date
    Jun 2010
    Posts
    2,307
    Thanks given
    1,148
    Thanks received
    1,982
    Rep Power
    5000
    Hey,so i've made a pk world,and i was wondering if anyone could give me a tutorial or whatever that explains how i make it all pk?Because i used an economy world as the base,but obviously i want pk everywhere,not just the wilderness. Thanks!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,163
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    in player.java

    changer coords to
    Code:
    	public boolean inWild() {
    		if(absX > 2941 && absX < 3392 && absY > 3518 && absY < 3966 ||
    			absX > 2941 && absX < 3392 && absY > 9918 && absY < 10366) {	
    			return true;
    		}
    		return false;
    	}
    Reply With Quote  
     

  3. #3  
    arrowzftw
    Guest
    Code:
    	public boolean inWild() {
    		return true;
    	}
    Reply With Quote  
     

  4. #4  
    So when I'm free, I'm free


    Jay Gatsby's Avatar
    Join Date
    Jun 2010
    Posts
    2,307
    Thanks given
    1,148
    Thanks received
    1,982
    Rep Power
    5000
    Ok thanks guys means a lot
    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: 27
    Last Post: 07-07-2011, 04:37 PM
  2. Replies: 0
    Last Post: 02-12-2011, 02:28 AM
  3. Replies: 21
    Last Post: 10-09-2009, 06:28 AM
  4. Replies: 9
    Last Post: 09-05-2008, 11:46 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
  •