Signup Now
Results 1 to 3 of 3
  1. #1
    Free User Duch's Avatar
    Join Date
    Dec 2014
    Posts
    55
    Reputation
    15
    Rep Power
    20

    If X,Y,Z position then...

    i'm looking for action
    If X,Y,Z position and 5+/- monsters around go to label 'Stay" and wait 5 min.

  2. #2
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    27
    if $posx == 11111 and $posy == 22222 and $posz == 7 and maround() >= 5
    then
    gotolabel("stay")
    wait(60000*5)
    end


    Just change 11111, 22222, 7 to correct coordinates (this is considering character coordinates).


    Visit:
    (◣_◢)

  3. #3
    Free User Duch's Avatar
    Join Date
    Dec 2014
    Posts
    55
    Reputation
    15
    Rep Power
    20
    thanks, will check

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •