Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22
    Quote Originally Posted by mrlaffo View Post
    Thanks so much Anyone can link for me normal vial dropper ?
    you can find almots all kind of action and hotkeys here, including your flask dropper

    http://forums.tibiawindbot.com/showt...ist-of-Hotkeys
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  2. #12
    Free User
    Join Date
    May 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    what about using a mana rune? item id =2298 name Mana rune use it if mana 40% stop at 90%

  3. #13
    Free User
    Join Date
    Jan 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Don't know why but when i use Gold Changer mode then from 30% killed moob my character don't wanna pick up gold to backpack. Only when i make "on" gold changer.
    Someone know reason for that or have same problem?

  4. #14
    Free User
    Join Date
    Dec 2015
    Posts
    1
    Reputation
    10
    Rep Power
    0
    rlly wind bot Hard to use Finally I done it run

  5. #15
    Free User renato's Avatar
    Join Date
    Jan 2014
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    OTServer Gold Changer


    Description

    Uses stacks of 100 gold/platinum coins. Useful when playing OTServers with that functionality.


    Code

    init start
    -- local SCRIPT_VERSION = '1.0.0'

    local goldIds = {itemid('gold coin'), itemid('platinum coin')}
    init end

    auto(200, 300)

    local cont, item
    for i = 0, 15 do
    cont = getcontainer(i)

    if cont.isopen then
    for j = 0, cont.itemcount do
    item = cont.item[j]

    if item.count == 100 and table.find(goldIds, item.id) then
    useitem(item.id, i, j)
    waitping()
    end
    end
    end
    end

    Gist
    Ty man!!! working very well here!!!

 

 

Posting Permissions

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