Signup Now
Page 7 of 65 FirstFirst ... 567891757 ... LastLast
Results 61 to 70 of 650
  1. #61
    Free User Tinicius's Avatar
    Join Date
    Dec 2013
    Posts
    135
    Reputation
    20
    Rep Power
    21
    I need an action to alarm when appears on server log "Loot of zugurosh" but idk how to make :c

  2. #62
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by brateq View Post
    Hello, how to drop flasks while hunting?
    Done:

    http://forums.tibiawindbot.com/showt...-Flask-Dropper

    @Others

    Will be working on those tomorrow.

  3. #63
    Free User joraanpe's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    36
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    @Others

    Will be working on those tomorrow.
    Hope you mean also about the Special area HUD and Area Rune with multi strike spells! <3

  4. #64
    Free User
    Join Date
    Dec 2013
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Hotkey to use concentrated demonic blood.

  5. #65
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by joraanpe View Post
    Hope you mean also about the Special area HUD and Area Rune with multi strike spells! <3
    The Area Rune thing can be done using the targeting, I'm not gonna mess with it.

    Special Areas HUD is done:

    http://forums.tibiawindbot.com/showt...-Special-Areas

  6. #66
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26

    Post

    Quote Originally Posted by Reaper View Post
    Hotkey to use concentrated demonic blood.
    Maybe this
    PHP Code:

    local bpWithDblood 
    getlootingdestination("your bp with looted bloods")

    auto(5001000)
    if ((
    maround(7) == 0) and ($lootbodies == 0))
        
    then  
        
    while (itemcount("Concentrated Demonic Blood"bpWithDblood) >= 1)
        do
               
    pausewalking(2000)
               
    useitem("Concentrated Demonic Blood"bpWithDblood)
               
    wait(500)
           
    end
    end 
    Last edited by mistgun; 12-21-2013 at 09:55 AM.

  7. #67
    Free User joraanpe's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    36
    Rep Power
    21
    Quote Originally Posted by raphael View Post
    the area rune thing can be done using the targeting, i'm not gonna mess with it.

    special areas hud is done:

    http://forums.tibiawindbot.com/showt...-special-areas
    i LOVE YOU!

  8. #68
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39

    while toptileitem(32944,31461,3) ~= 5732 and islocation() do
    local idondoor = toptileitem(32944,31461,3)
    moveitems(idondoor,ground(32944,31461,3),ground(32945,31460,3),1)
    wait(1000,1500)
    useitem(idondoor,32944,31461,3)
    wait(1000,1500)
    end


    its action from iBot can someone change it to Wind? It need move creatures from door if there any on spot and later close the door
    Regards

  9. #69
    Free User Turc's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    33
    Reputation
    12
    Rep Power
    0
    "Frineds info" HUDS maybe like on facebbok: Name - status

    ex:
    Turc | @
    Raphael | @
    Dworak | @

  10. #70
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Turc View Post
    "Frineds info" HUDS maybe like on facebbok: Name - status

    ex:
    Turc | @
    Raphael | @
    Dworak | @
    Thought that was what the VIP List is for.

 

 

Posting Permissions

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