Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Sep 2015
    Posts
    9
    Reputation
    10
    Rep Power
    0

    If more than 4 x monster use strong haste

    Please

  2. #2
    Free User LekinhoFB's Avatar
    Join Date
    Jul 2014
    Posts
    282
    Reputation
    92
    Rep Power
    20
    Code:
    auto(200)
    if maround(7, 'Giant Spider') >= 4 and not $hasted
    then
    cast('utani gran hur')
    end
    Just change the name of the monster or maybe

    Code:
    auto(200)
    if maround(7) >= 4 and not $hasted
    then
    cast('utani gran hur')
    end
    This should work too I guess

 

 

Posting Permissions

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