Signup Now
Results 1 to 4 of 4
  1. #1
    Free User
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    12
    Rep Power
    0

    Shoot custom rune at target

    I want a persistent that shoots a custom rune from an OT server on my target.

    the id of the rune is 3154

    Thanks in advance

  2. #2
    Free User EShadowfaxe's Avatar
    Join Date
    Nov 2015
    Posts
    17
    Reputation
    10
    Rep Power
    0
    Code:
    auto(300,500)
    if $attacked.id ~= 0 then
    	useoncreature(itemid('3154'), $target)
            wait(100)
    end
    Try that dude

  3. #3
    Free User
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    12
    Rep Power
    0
    Quote Originally Posted by EShadowfaxe View Post
    Code:
    auto(300,500)
    if $attacked.id ~= 0 then
    	useoncreature(itemid('3154'), $target)
            wait(100)
    end
    Try that dude
    Works perfectly, thanks alot!

  4. #4
    Free User EShadowfaxe's Avatar
    Join Date
    Nov 2015
    Posts
    17
    Reputation
    10
    Rep Power
    0
    No problem, just fyi you can configure the cooldown/delay rate of this to if its lowered cooldown OT just edit
    Auto(300,500)
    At the beginning of the code lower it in 100 intervals keeping a slight gap between

 

 

Posting Permissions

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