Thread: Safe wild help

Results 1 to 4 of 4
  1. #1 Safe wild help 
    Registered Member
    Join Date
    May 2009
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I already have safe wild added to my server how do i make it more than one place because i would like to put it around Falador as well
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Add the co-ordinates into your safewild boolean..
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2009
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    This is the boolean for save wild could sum1 explain how i write it for around falador
    Code:
    if ((coordY >= 3523) && (coordY <= 3967) && (coordX <= 3392)
    					&& (coordX >= 2942) || absX >= 3220 && absX <= 3299 && absY >= 3520 && absY <=3548 || absX >= 2250 && absX <= 2296 && absY >= 4676 && absY <=4715)
    Reply With Quote  
     

  4. #4  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    really?
    how can you not understand the concepts of less then or greater then?

    absX >= 2250 && absX <= 2296 && absY >= 4676 && absY <=4715
    if x is over or equal to 2250, x is less then or equal to 2296, y is greater then or equal to 4676, and y is less then or equal to 4715.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •