Signup Now
Results 1 to 6 of 6
  1. #1
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    19

    If 2 or more monsters around, shoot exori con

    Hey guys! Im looking for a script that makes my pally shoot exori con timed with atks if there are more than 2 dragons/elfs arcanists around it. I found scripts like this but for sorcs and knights, not for pallys :/

    Peace!

  2. #2
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    init start
    monsters = {"Elf", "Rat"}
    mamount = 2
    spell = "exori con"
    init end

    auto(200)
    if maround(10, unpack(monsters)) >= mamount and cancastspell(spell, $attacked) then
    cast(spell)
    wait(100,200)
    end

  3. #3
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    19
    Thanks bro wll try

  4. #4
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    19
    It works, but its not synced with atks. Is it possible to fix that?

  5. #5
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Ever heard of Targeting?

  6. #6
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    19
    I have now haha . Didnt realize it was so advanced, just assumed it wasnt since i've seen these kinds of persistants in other scripts.

 

 

Posting Permissions

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