Thread: Npc Multi Zone

Results 1 to 4 of 4
  1. #1 Npc Multi Zone 
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    Basically, I'm trying to make an npc be attacked by more then 1 person...

    I added these coords to Npc.Java & Player.Java under the Multi Boolean

    Code:
    			(absX >= 3467 && absX <= 3506 && absY >= 9477 && absY <= 9513) ||
    The cords to this area are 3163 9758 If you'd like to try and get better cords yourself.

    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jun 2012
    Posts
    1,063
    Thanks given
    119
    Thanks received
    199
    Rep Power
    0
    Make sure the coordinates are correct, that would be the only problem if you did, as you said place the coordinates in the inMulti boolean. Do :ataon and go over and double check your coordinates again
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Shrugged View Post
    Make sure the coordinates are correct, that would be the only problem if you did, as you said place the coordinates in the inMulti boolean. Do :ataon and go over and double check your coordinates again
    Could you please explain to me where to get these? Like I heard someone say the First X is the northeast corner, and the second x is the southeast corner? I'm not 100% sure.
    Reply With Quote  
     

  4. #4  
    Member
    Join Date
    Jun 2011
    Posts
    61
    Thanks given
    0
    Thanks received
    14
    Rep Power
    0
    Coordinates are like:

    Code:
    (absX >= South West X  && absX <= North East X && absY >= South West Y && absY <= North East Y)
    And so on..
    Reply With Quote  
     

  5. Thankful user:



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. Multi zone
    By RyuShin in forum Help
    Replies: 9
    Last Post: 01-23-2012, 02:39 AM
  2. [PI] Multi-Zone Not Multi?
    By Defuze in forum Help
    Replies: 8
    Last Post: 10-15-2011, 12:57 AM
  3. PI Multi zone?
    By zecerew in forum Help
    Replies: 10
    Last Post: 10-14-2011, 08:40 PM
  4. Npc multi zone
    By Script in forum Help
    Replies: 3
    Last Post: 08-09-2010, 07:44 PM
  5. Multi Zone's
    By James™ in forum Requests
    Replies: 2
    Last Post: 11-20-2008, 03:21 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
  •