Signup Now
Results 1 to 3 of 3

Thread: Anti trap

  1. #1
    Free User
    Join Date
    May 2014
    Posts
    116
    Reputation
    7
    Rep Power
    0

    Anti trap

    Hello I need action to to use exori if character traped by monsters without targetting

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,820
    Reputation
    220
    Rep Power
    27
    you can try this one

    auto(200)
    if $standtime >= 2000 and trapped() and maround(1) >= 6 and cancastspell('exori') then
    cast('exori') wait(2000, 4000)
    end

  3. #3
    Banned
    Join Date
    Sep 2016
    Posts
    155
    Reputation
    83
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    you can try this one

    auto(200)
    if $standtime >= 2000 and trapped() and maround(1) >= 6 and cancastspell('exori') then
    cast('exori') wait(2000, 4000)
    end
    and if he gets trapped with less than 6 monsters it will exori anyway? just want to make exori when im refilling and get stuck by this feverish citizien

 

 

Posting Permissions

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