Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Oct 2016
    Posts
    47
    Reputation
    10
    Rep Power
    0

    Rune shooter help me

    Hey I have script for shooting runes. I want change it. It means i want use it "On target" not "crosshair" . Anyone know how to change it?

    elseif getuseroption("tsr") and tsr.amount >= tonumber(getuseroption("tsramount")) and itemcount("thunderstorm rune") > 0 and (not getuseroption("pvp") or ((_pAround(10, false) == 0 and not nearStack(10)) or (nearStack(10) and _pAround(10, true, 1) == 0))) then
    local tempAmount, tempTime = itemcount("thunderstorm rune"), $timems
    while tempAmount == itemcount("thunderstorm rune") and $timems - tempTime < 2000 and (not getuseroption("pvp") or ((_pAround(10, false) == 0 and not nearStack(10)) or (nearStack(10) and _pAround(10, true, 1) == 0))) do
    pausewalking(400)
    useitemon('thunderstorm rune', 0, tsr.tile)
    wait(200)
    end

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    @olejek

    test..

    change:

    useitemon('thunderstorm rune', 0, tsr.tile)


    by

    useoncreature('thunderstorm rune', $attacked)

  3. #3
    Free User
    Join Date
    Oct 2016
    Posts
    47
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Cisco View Post
    @olejek

    test..

    change:

    useitemon('thunderstorm rune', 0, tsr.tile)


    by

    useoncreature('thunderstorm rune', $attacked)
    ty working

 

 

Posting Permissions

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