Signup Now
Results 1 to 2 of 2

Thread: mas flam

  1. #1
    Free User
    Join Date
    Mar 2014
    Posts
    19
    Reputation
    10
    Rep Power
    0

    mas flam

    need a script that will mas flam if more then 6 monsters on screen

  2. #2
    Free User
    Join Date
    Dec 2013
    Posts
    8
    Reputation
    10
    Rep Power
    0
    PHP Code:
    local spelltouse 'exevo gran mas flam'

    wait(1500,2500)
    if 
    maroud(6) >= and cancast(spelltouse)
    then cast(spelltouse)
    end 
    or

    PHP Code:
    wait(1500,2500)
    local monsters = {'serpent spawn''medusa''eternal guardian''hydra'}
    local spelltouse =  'exevo gran mas flam'

    if maround(6monsters) >= and cancast(spelltousethen
    cast
    (spelltouse)
    end 
    should work

 

 

Posting Permissions

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