Thread: Safezone

Results 1 to 5 of 5
  1. #1 Safezone 
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    How would i make this place a safezone?
    Reply With Quote  
     

  2. #2  
    Registered Member Verisimilitude's Avatar
    Join Date
    Mar 2012
    Age
    26
    Posts
    487
    Thanks given
    45
    Thanks received
    17
    Rep Power
    0
    you'd have to do alot of the X,Y coordinates with south,north,west,east,south east,south-west,north-east,and north-west coords.
    Something like this

    Code:
    public boolean safeZone() {
    		if(absX > 2608 && absX < 2617 && absY > 3087 && absY < 3098
    		|| absX > 2612 && absX < 2622 && absY > 3330 && absY < 3335
    		|| absX > 2601 && absX < 2620 && absY > 3140 && absY < 3157
    		|| absX > 2648 && absX < 2658 && absY > 3279 && absY < 3287
    		|| absX > 2520 && absX < 2526 && absY > 4774 && absY < 4780) {	
    			return true;
    http://www.rune-server.org/runescape...safe-zone.html
    [spoil][/spoil]
    Code:
    [Today 05:35 AM] Verisimilitude: My new siggy
    [Today 05:34 AM] Verisimilitude: Ikr
    [Today 05:34 AM] a Kitty: 'there is litteraly nothing i can do to reach him, so i will just stand here and accept my fate'

    Reply With Quote  
     

  3. #3  
    Registered Member Struct Blitz's Avatar
    Join Date
    Nov 2013
    Age
    28
    Posts
    334
    Thanks given
    41
    Thanks received
    59
    Rep Power
    13
    Quote Originally Posted by mr chakito View Post
    you'd have to do alot of the X,Y coordinates with south,north,west,east,south east,south-west,north-east,and north-west coords.
    Something like this

    Code:
    public boolean safeZone() {
    		if(absX > 2608 && absX < 2617 && absY > 3087 && absY < 3098
    		|| absX > 2612 && absX < 2622 && absY > 3330 && absY < 3335
    		|| absX > 2601 && absX < 2620 && absY > 3140 && absY < 3157
    		|| absX > 2648 && absX < 2658 && absY > 3279 && absY < 3287
    		|| absX > 2520 && absX < 2526 && absY > 4774 && absY < 4780) {	
    			return true;
    http://www.rune-server.org/runescape...safe-zone.html
    ^ What he said, put that in player.java
    Spoiler for Funniest moments on R-Server:

    Quote Originally Posted by Pandora7 View Post
    anyone can convert this ints to itemdef? but with no anInt?
    Code:
     case 18395:
    class8.anInt200 = 55991;
    Quote Originally Posted by Tomp View Post
    here u go
    Code:
    case 18395:
    anIntBallsInUrFace =55991;
    Quote Originally Posted by swizy View Post
    I don't see why you guys hating on trisidiax and insidiax so much, it's great for beginners.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by mr chakito View Post
    you'd have to do alot of the X,Y coordinates with south,north,west,east,south east,south-west,north-east,and north-west coords.
    Something like this

    Code:
    public boolean safeZone() {
    		if(absX > 2608 && absX < 2617 && absY > 3087 && absY < 3098
    		|| absX > 2612 && absX < 2622 && absY > 3330 && absY < 3335
    		|| absX > 2601 && absX < 2620 && absY > 3140 && absY < 3157
    		|| absX > 2648 && absX < 2658 && absY > 3279 && absY < 3287
    		|| absX > 2520 && absX < 2526 && absY > 4774 && absY < 4780) {	
    			return true;
    http://www.rune-server.org/runescape...safe-zone.html
    i got 100 errors when i added it somebody got tv?
    Reply With Quote  
     

  5. #5  
    Registered Member Struct Blitz's Avatar
    Join Date
    Nov 2013
    Age
    28
    Posts
    334
    Thanks given
    41
    Thanks received
    59
    Rep Power
    13
    Quote Originally Posted by coldest View Post
    i got 100 errors when i added it somebody got tv?
    Code:
     public boolean safeZone() {
    		if(absX > 2608 && absX < 2617 && absY > 3087 && absY < 3098
    		|| absX > 2612 && absX < 2622 && absY > 3330 && absY < 3335
    		|| absX > 2601 && absX < 2620 && absY > 3140 && absY < 3157
    		|| absX > 2648 && absX < 2658 && absY > 3279 && absY < 3287
    		|| absX > 2520 && absX < 2526 && absY > 4774 && absY < 4780) {	
    			return true;
           }
    }
    .. For every bracket { you open you must close it }. That's why you get 100 errors
    Spoiler for Funniest moments on R-Server:

    Quote Originally Posted by Pandora7 View Post
    anyone can convert this ints to itemdef? but with no anInt?
    Code:
     case 18395:
    class8.anInt200 = 55991;
    Quote Originally Posted by Tomp View Post
    here u go
    Code:
    case 18395:
    anIntBallsInUrFace =55991;
    Quote Originally Posted by swizy View Post
    I don't see why you guys hating on trisidiax and insidiax so much, it's great for beginners.
    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. [TUT2] Making safeZones ~~Lemon~~
    By Lemonslayor in forum Tutorials
    Replies: 45
    Last Post: 08-15-2008, 08:19 PM
  2. {REQ}Making safezones explained
    By Lysergic in forum Tutorials
    Replies: 2
    Last Post: 09-29-2007, 01:40 PM
  3. Making Safezones explained
    By Frost in forum Tutorials
    Replies: 10
    Last Post: 09-06-2007, 11:40 AM
  4. Replies: 8
    Last Post: 08-24-2007, 05:56 AM
  5. [Tut]Gfx Chain according to safezones[Tut]
    By black rainbow in forum Tutorials
    Replies: 2
    Last Post: 06-14-2007, 11:02 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
  •