Signup Now
Page 4 of 65 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 647
  1. #31
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Quote Originally Posted by Phips View Post
    yes thats already nice but could u add a bp reopener too ?

    Sure i can

  2. #32
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Phips View Post
    yes thats already nice but could u add a bp reopener too ?
    Done:
    http://forums.tibiawindbot.com/showt...kpack-Reopener
    Last edited by Raphael; 12-14-2013 at 07:35 PM.

  3. #33
    Free User
    Join Date
    Dec 2013
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Could someone give me script which will be drop vials on ground?

  4. #34
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0
    Change gold for otserv, example: if gold > 100 then usegold, need it!

  5. #35
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29


    auto(200, 300)

    for i=0,15 do
    local cont = getcontainer(i)
    for j=1,cont.itemcount do
    if cont.item[j].count == 100 and (cont.item[j].id == 3035 or cont.item[j].id == 3031) then
    useitem(cont.item[j].id, i, j)
    end

    end
    end



  6. #36
    Free User Ntx's Avatar
    Join Date
    Dec 2013
    Location
    Goiania
    Posts
    45
    Reputation
    10
    Rep Power
    0
    i will test now and edit post


    @EDIT: It works, thanks!

  7. #37
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Ntx View Post
    Change gold for otserv, example: if gold > 100 then usegold, need it!
    Done:
    http://forums.tibiawindbot.com/showthread.php?248-Persist-OTServer-Gold-Changer

  8. #38
    Free User manuena's Avatar
    Join Date
    Dec 2013
    Location
    Barcelona
    Posts
    125
    Reputation
    19
    Rep Power
    24
    a heal friend hotkey please
    thx

  9. #39
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by manuena View Post
    a heal friend hotkey please
    thx

    Done:
    http://forums.tibiawindbot.com/showt...er-(Exura-Sio)

  10. #40
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,098
    Reputation
    433
    Rep Power
    42

    -buy all the supplies
    foreach supplyitem i 'a' do
    buyitemsupto(i.id, i.uptocount)wait(500, 1000)
    end



    Someone can change it to when the bot buy any potions and if in mainbp there will be more than > 0 potions any category 'a' then it will move it first to potionbp and later buy next one ?, on standard libraries

 

 

Posting Permissions

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