Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Mar 2016
    Posts
    6
    Reputation
    10
    Rep Power
    0

    Auto GFB yourself if trapped and targeting off

    Hello, how do i pull that?

    I found this:

    Code:
    init start
    
    local Rune = 'Great Fireball' -- change to GFB/AVA/Thunderstorm/Stoneshower
    
    init end
    
    auto(500)
    
    if $trapped 
    then      			
    	 useoncreature(Rune, $self)
    end
    But it's conflicting with my target on. I'd like to GFB myself a couple of times to kill what's trapping me then leave (or activate targeting, kill every monster on screen and turn targeting of)

  2. #2
    Free User
    Join Date
    Aug 2014
    Posts
    41
    Reputation
    10
    Rep Power
    0
    PHP Code:
    init start

    local Rune 
    "great fireball rune" -- change to GFB/AVA/Thunderstorm/Stoneshower

    init end

    auto
    (500)

    if 
    $trapped 
    then                  
         useoncreature
    (Rune$self)
    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
  •