Thread: How do you make multi area?

Results 1 to 3 of 3
  1. #1 How do you make multi area? 
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Heyya , How can i make Falador A multi zone :O Ty
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jun 2008
    Age
    27
    Posts
    2,312
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    look for the boolean

    multicombat
    and add in there.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2008
    Posts
    420
    Thanks given
    8
    Thanks received
    28
    Rep Power
    84
    Delta:
    To add a multi zone you must look for
    Code:
    multicombat()
    and add the coords of it somewhere in there and the coords should look like this

    Code:
    absX >= XXX1 && absX <= XXX2 && absY >= YYY1 && absY <= YYY2
    XXX1 and YYY1 are like the first coords and XXX2 and YYY2 are second coords so for first coord go most south west as you can of location and get the coords and then make XXX1 the X coord and YYY1 the y coord. For the other coord go to north east as much as you can in the location and coords and then make XXX2 the X coord and YYY2 the Y coord. Hope this helped some.
    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
  •