Signup Now
Results 1 to 7 of 7
  1. #1
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39

    Exori / Exori Gran

    local creaturesToHit = {"Wyrm"}


    auto(800) foreach creature m 'm' do
    if (maround(1, unpack(creaturesToHit)) == 2) and (paround(7, false) == 0) and (cancastspell('exori'))
    then
    cast('exori')
    elseif (maround(1, unpack(creaturesToHit)) > 2) and (paround(7, false) == 0) and (cancastspell('exori gran'))
    then
    cast('exori gran')
    end
    end


    Is this hotkey Good or not ?

  2. #2
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    It isn't good.

  3. #3
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    You can use p/maroundspell(spell type, direction, array list ...), check LucasTerra.lua to see more info about those functions.

    Your hotkey seems fine I'd use filter "ms" instead of "m" but it's fine.

  4. #4
    Free User Eli's Avatar
    Join Date
    Dec 2013
    Location
    www.eliscripts.com
    Posts
    355
    Reputation
    85
    Rep Power
    21
    Hahaha

  5. #5
    Banned
    Join Date
    Dec 2013
    Location
    United States
    Posts
    848
    Reputation
    30
    Rep Power
    0
    Quote Originally Posted by Eli Scripts View Post
    Hahaha
    /\ The pro scripter!

  6. #6
    Free User Eli's Avatar
    Join Date
    Dec 2013
    Location
    www.eliscripts.com
    Posts
    355
    Reputation
    85
    Rep Power
    21
    Quote Originally Posted by Monster View Post
    /\ The pro scripter!
    Sup? <short>

  7. #7
    Free User smithaux's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    30
    Reputation
    6
    Rep Power
    0
    im using this


    auto(200)
    local monstaround = maround(1, 'Insectoid Worker', 'Waspoid', 'Crawler', 'Swarmer')

    if monstaround >= 3 and paround(7) == 0 then
    if cooldown('exori') == 0 then
    cast('exori') wait(200,500)
    elseif cooldown('exori ico') == 0 then
    cast('exori ico') wait(200,500)
    elseif cooldown('exori hur') == 0 then
    cast('exori hur') wait(200,500)
    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
  •