Thread: Wilderness

Results 1 to 3 of 3
  1. #1 Wilderness 
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    I was wondering if anyone could write up a
    Code:
    	public boolean isInLum() {
    for me I have no clue how to set the coords I want lumbridge outside pvp will rep thanks.

    Also im using pi base.
    Reply With Quote  
     

  2. #2  
    Registered Member
    tommo's Avatar
    Join Date
    Aug 2008
    Posts
    420
    Thanks given
    30
    Thanks received
    36
    Rep Power
    200
    well, i cba to go get coords so this is the layout: oh and btw ive never used PI so...

    Code:
    public boolean isInLum() {
    if ((absX >= mostWestCoord) && (absX <= mostEastCoord) && (absY >= mostSouthCoord) && (absY <= mostNorthCoord)) {
    return true;
    } else {
    return false
    }
    }
    23:06 <t4> of course, you can just reverse their wavygravy cipher to produce the public volatile boolean needed
    22:58 <t4> careful it sends bologna packets to the login servers
    22:58 <t4> very unsafe kernel flash
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    I don't get what you mean by MostWestCoord mostEastCoord mostSouthcoord mostNorthcoord

    thats the only thing I cant get lol...
    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: 18
    Last Post: 09-16-2010, 01:53 AM
  2. Wilderness dc
    By Richie in forum Help
    Replies: 3
    Last Post: 04-08-2010, 01:27 PM
  3. Replies: 17
    Last Post: 01-26-2010, 11:04 PM
  4. Wilderness Help
    By zezarak in forum Help
    Replies: 5
    Last Post: 05-17-2009, 11:32 PM
  5. Replies: 4
    Last Post: 04-16-2009, 07:11 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
  •