Thread: ||| Multi-Attack Area on NPC ||| - Delta

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 ||| Multi-Attack Area on NPC ||| - Delta 
    Yahoo
    Guest
    Hi, I'm trying to add a boss to a certain place (the arena where "Dad" is located). I need to know how I can make it a Multi-Attack area so that more than one person can hit the monster?

    Please help.
    Reply With Quote  
     

  2. #2  
    Austin_
    Guest
    boolean multiCombat,
    Reply With Quote  
     

  3. #3  
    Yahoo
    Guest
    One problem, when I add the coords:

    Code:
    public boolean isInBoss() {
    	if((absX >= 2897 && absX <= 2924 && absY >= 3598 && absY <=3628))
    	return true;
    	else
    	return false;
    	}
    it still doesn't work. It says: Someone else is already fighting your opponent.
    Reply With Quote  
     

  4. #4  
    Optimist

    Vice's Avatar
    Join Date
    Nov 2007
    Age
    28
    Posts
    3,263
    Thanks given
    3
    Thanks received
    59
    Rep Power
    2536
    You asked for help, No sorry can't help you.
    Jack
    Scotland
    Undergraduate - BSc Computing Science
    Reply With Quote  
     

  5. #5  
    Yahoo
    Guest
    What do you mean? I do need help.
    Reply With Quote  
     

  6. #6  
    Registered Member Scary Kid's Avatar
    Join Date
    Apr 2010
    Age
    29
    Posts
    49
    Thanks given
    0
    Thanks received
    1
    Rep Power
    22
    Code:
    public boolean MultiCombat() {
    	if((absX >= 2897 && absX <= 2924 && absY >= 3598 && absY <=3628))
    	return true;
    	} else {
    	return false;
    	}
    
    
    Try that.
    Reply With Quote  
     

  7. #7  
    Yahoo
    Guest
    Quote Originally Posted by Scary Kid View Post
    Code:
    public boolean MultiCombat() {
    	if((absX >= 2897 && absX <= 2924 && absY >= 3598 && absY <=3628))
    	return true;
    	} else {
    	return false;
    	}
    
    
    Try that.
    This is already under that boolean:

    Code:
    public boolean multiCombat() {
    	if((absX >= 3144 && absX <= 3184 && absY >= 3519 && absY <=3656) || (absX >= 3185 && absX <= 3350 && absY >= 3502 && absY <=3900) || (absX >= 2983 && absX <= 3007 && absY >= 3905 && absY <=3917) || (absX >= 3007 && absX <= 3075 && absY >= 3608 && absY <=3713) || (absX >= 2944 && absX <= 2963 && absY >= 3812 && absY <=3827) || (absX >= 3041 && absX <= 3057 && absY >= 3869 && absY <=3883) || (absX >= 3157 && absX <= 3181 && absY >= 3874 && absY <=3895) || (absX >= 2720 && absX <= 2760 && absY >= 5073 && absY <=5114) || (absX >= 2256 && absX <= 2287 && absY >= 4680 && absY <=4711) || (absX >= 2360 && absX <= 2445 && absY >= 5045 && absY <= 5125) || (absX >= 2760 && absX <= 2780 && absY >= 2790 && absY <=2810) || (absX >= 2624 && absX <= 2690 && absY >= 2550 && absY <=2619) || (absX >= 3460 && absX <= 3520 && absY >= 9470 && absY <=9530) || (absX >= 2371 && absX <= 2424 && absY >= 5125 && absY <=5167) || (absX >= 2627 && absX <= 2677 && absY >= 4550 && absY <=4602) || (absX >= 3249 && absX <= 3307 && absY >= 3904 && absY <=3952) || (absX >= 2420 && absX <= 2520 && absY >= 10100 && absY <=10200) || (absX >= 2992 && absX <= 3090 && absY >= 4804 && absY <=4872))
    	return true;
    	else
    	return false;
    	}
    Reply With Quote  
     

  8. #8  
    Yahoo
    Guest
    Some0ne help!
    Reply With Quote  
     

  9. #9  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,308
    Thanks given
    784
    Thanks received
    175
    Rep Power
    229
    You told us about Isinboss boolean, dont add in that add in multicombat
    Attached image
    Reply With Quote  
     

  10. #10  
    Yahoo
    Guest
    Oh, one second.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •