Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Apr 2014
    Posts
    33
    Reputation
    10
    Rep Power
    0

    exevo mas san whit 3+ pirates

    hey

    i need script when 3 or more pirates, all pirates atack when spell "exeo mas san"

  2. #2
    Free User
    Join Date
    May 2015
    Posts
    17
    Reputation
    10
    Rep Power
    0
    Hello Here u r
    local creaturesToHit = {'WRITE NAME OF MONSTERS','X','X1','X2'}


    auto(800) foreach creature m 'm' do
    if (maround(2, unpack(creaturesToHit)) == 4) and (paround(7, false) == 0) and (cancastspell('exevo mas san'))
    then
    cast('exevo mas san')
    elseif (maround(2, unpack(creaturesToHit)) > 4) and (paround(7, false) == 0) and (cancastspell('exevo mas san'))
    then
    cast('exevo mas san')
    end
    end

 

 

Posting Permissions

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