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

    Exclamation Action energy bomb

    HAIL GUYS...
    I'm hunting in the maker, and the critters do not pass on energy, I would like an action that renews energy bomb in the foot every 2 minutes. I already searched and all that I have tested do not work..
    thank you from now on

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by miiguelccruz View Post
    HAIL GUYS...
    I'm hunting in the maker, and the critters do not pass on energy, I would like an action that renews energy bomb in the foot every 2 minutes. I already searched and all that I have tested do not work..
    thank you from now on
    1- wrong area, post Lua > Requests

    2-

    https://forums.tibiawindbot.com/show...-Caster-(V1-5)

    or

    auto(800)

    local UseBombRune = true
    local BombRune = 'fire bomb rune'

    if $connected then
    if UseBombRune then
    if not isitemontile(itemid(BombRune), $posx, $posy, $posz) then
    useoncreature(BombRune, $self)
    wait(500)
    end
    end
    end

  3. #3
    Free User
    Join Date
    Jun 2017
    Posts
    6
    Reputation
    10
    Rep Power
    0
    Thanks Bro s2

 

 

Tags for this Thread

Posting Permissions

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