Thread: Bandos Boss

Results 1 to 3 of 3
  1. #1 Bandos Boss 
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    i have added the bandos boss coords to make it multi. red line is the coords and height, when i go there..it only work in 1 players vs npc.
    Code:
    	public boolean inMulti() {
    		if((absX >= 3136 && absX <= 3327 && absY >= 3519 && absY <= 3607) || 
    			(absX >= 3190 && absX <= 3327 && absY >= 3648 && absY <= 3839) ||  
    			(absX >= 3200 && absX <= 3390 && absY >= 3840 && absY <= 3967) || 
    			(absX >= 2992 && absX <= 3007 && absY >= 3912 && absY <= 3967) || 
    			(absX >= 2946 && absX <= 2959 && absY >= 3816 && absY <= 3831) || 
    			(absX >= 3008 && absX <= 3199 && absY >= 3856 && absY <= 3903) || 
    			(absX >= 3008 && absX <= 3071 && absY >= 3600 && absY <= 3711) || 
    			(absX >= 3072 && absX <= 3327 && absY >= 3608 && absY <= 3647) ||
    			(absX >= 2624 && absX <= 2690 && absY >= 2550 && absY <= 2619) ||
    			(absX >= 2371 && absX <= 2422 && absY >= 5062 && absY <= 5117) ||
    			(absX >= 2896 && absX <= 2927 && absY >= 3595 && absY <= 3630) ||
    			(absX >= 2892 && absX <= 2932 && absY >= 4435 && absY <= 4464) ||
    			(absX >= 2863 && absX <= 2863 && absY >= 5350 && absY <= 5350 && heightLevel == 2) ||
    			(absX >= 2256 && absX <= 2287 && absY >= 4680 && absY <= 4711)) {
    			return true;
    		}
    		return false;
    	}
    Reply With Quote  
     

  2. #2  
    Super Donator


    Join Date
    Mar 2009
    Age
    28
    Posts
    1,388
    Thanks given
    316
    Thanks received
    408
    Rep Power
    608
    Maybe wrong coords.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Darna's Avatar
    Join Date
    Jan 2008
    Age
    31
    Posts
    488
    Thanks given
    11
    Thanks received
    4
    Rep Power
    163
    Must be wrong coords or height

    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
  •