Signup Now
Results 1 to 6 of 6
  1. #1
    Free User
    Join Date
    Jun 2015
    Posts
    4
    Reputation
    10
    Rep Power
    0

    Custom Rune Shooter On Target

    Hello I need help with custom rune shooter on target, the id is 2263, i've been recently botting an ot server while im botting rl tibia for fun, can anybody help me please?

  2. #2
    Banned
    Join Date
    Jan 2015
    Location
    Cuiaba - MT
    Posts
    498
    Reputation
    21
    Rep Power
    0
    Code:
    if $attacked.id == RUNEID then
    	attack($rune.id)
    end

  3. #3
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by jeditripz View Post
    Hello I need help with custom rune shooter on target, the id is 2263, i've been recently botting an ot server while im botting rl tibia for fun, can anybody help me please?
    @gponce, wrong...

    auto(100)
    if $targetingtarget.id ~= 0 and $targetingtarget.isshootable then
    pausewalking(500)
    useoncreature(2263, $target)
    pausewalking(0)
    wait(200,500)
    end
    Helped you? REP+

  4. #4
    Free User
    Join Date
    Jun 2015
    Posts
    4
    Reputation
    10
    Rep Power
    0
    I tested it man It doesnt work :S

  5. #5
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by jeditripz View Post
    I tested it man It doesnt work :S
    so use hotkeys... put "rune on target" in F1 and...

    auto(100)
    if $targetingtarget.id ~= 0 and $targetingtarget.isshootable then
    pausewalking(500)
    press('[F1]')
    pausewalking(0)
    wait(200,500)
    end
    Helped you? REP+

  6. #6
    Free User
    Join Date
    Jun 2015
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Thanks that helped alot man I appriciate it

 

 

Posting Permissions

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