Thread: making multi area

Results 1 to 5 of 5
  1. #1 making multi area 
    Banned
    Join Date
    Aug 2012
    Posts
    808
    Thanks given
    56
    Thanks received
    98
    Rep Power
    0
    can someone help me make this area multi, for bork?
    coords for place are 3110, 5530 (must have 508+maps to get there)

    heres my npc.java inmulti code atm:

    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 >= 2654 && absX <= 2721 && absY >= 3705 && absY <= 3737) ||
    			(coordsCheck(3147, 3193, 9737, 9778)) ||
    			(absX >= 2256 && absX <= 2287 && absY >= 4680 && absY <= 4711)) {
    			return true;
    		}
    		return false;
    	}
    tried this snippet:
    http://www.rune-server.org/runescape...multi-pvp.html

    but didn't help/work
    Reply With Quote  
     

  2. #2  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Code:
    sendFrame61(inMulti ? 1 : 0);
    That will send the packet for the multi icon and you'll have to edit your combat so you can attack multiple entities.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Aug 2012
    Posts
    808
    Thanks given
    56
    Thanks received
    98
    Rep Power
    0
    can u help me? like do the coords for me please
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Aug 2012
    Posts
    808
    Thanks given
    56
    Thanks received
    98
    Rep Power
    0
    bump
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Aug 2012
    Posts
    808
    Thanks given
    56
    Thanks received
    98
    Rep Power
    0
    bump
    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. Making multi area
    By .Chris in forum Help
    Replies: 5
    Last Post: 02-29-2012, 06:31 AM
  2. Replies: 4
    Last Post: 06-14-2011, 06:07 PM
  3. Making a specific area Multi?
    By sadgrills in forum Help
    Replies: 1
    Last Post: 01-26-2010, 07:49 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •