Signup Now
Results 1 to 9 of 9
  1. #1
    Free User
    Join Date
    Feb 2017
    Posts
    8
    Reputation
    10
    Rep Power
    0

    Bot Doesn't work

    An example : when I try to use healer, my bot doen't work

  2. #2
    Free User nowitsky's Avatar
    Join Date
    Dec 2016
    Posts
    27
    Reputation
    19
    Rep Power
    0
    Tibia 10 or Tibia 11?

  3. #3
    Free User
    Join Date
    Feb 2017
    Posts
    8
    Reputation
    10
    Rep Power
    0
    Tibia 10.

    I installed WIndbot and for garanteed, installed Microsoft Visual C++ 2010 Redistributable Package (x86). But it does not work

  4. #4
    Free User nowitsky's Avatar
    Join Date
    Dec 2016
    Posts
    27
    Reputation
    19
    Rep Power
    0
    Oh so sorry i cant help you
    U need to wait on somebody better than me.

  5. #5

  6. #6
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,395
    Reputation
    183
    Rep Power
    24
    Quote Originally Posted by albonetiaguiar View Post
    Tibia 10.

    I installed WIndbot and for garanteed, installed Microsoft Visual C++ 2010 Redistributable Package (x86). But it does not work
    Can you please elaborate a bit on "doesn't work"? What exactly doesn't work? For instance, can you try to open the console (Help -> Console) and type

    move('n')


    Does that move your char 1sqm north?
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  7. #7
    Free User
    Join Date
    Feb 2017
    Posts
    8
    Reputation
    10
    Rep Power
    0
    thanks, this helped a lot,

    but now this script does not buy and sells potion

    --Potion to use/buy:
    local potionName = ("great mana potion")

    --Total amount of potions to buy each time it reach 0 amount:
    local potionAmount = 400

    --Spell to cast:
    local spellToCast = ("utana vid")
    local spellToCast1 = ("exevo gran mas vis")
    local spellToCast2 = ("exevo vis hur")
    local spellToCast3 = ("exevo gran vis lux")

    auto(20)


    --Engine:
    if itemcount(potionName) >= 0 and $mppc >= 20 then
    cast(spellToCast)
    cooldown(spellToCast)
    cast(spellToCast1)
    cooldown(spellToCast1)
    cast(spellToCast2)
    cooldown(spellToCast2)
    cast(spellToCast3)
    cooldown(spellToCast3)
    elseif itemcount(potionName) >= 0 and $mppc < 20 then
    while $mppc <= 90 and itemcount(potionName) > 0 do
    useoncreature(potionName, $self)
    wait(400,600)
    end
    elseif itemcount(potionName) == 0 then
    say("hi")
    wait(2000)
    while ((itemcount(285) + itemcount(284) + itemcount(283)) >= 10) do
    say("vials")
    wait(1000, 1200)
    say("yes")
    wait(1000, 1200)
    end
    wait(1000, 1200)
    say("trade")
    wait(1000, 1200)
    buyitemsupto(potionName, potionAmount)
    wait(1000, 1200)
    end

  8. #8
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,771
    Reputation
    151
    Rep Power
    31
    Doesn't say use local channel only?

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  9. #9
    Free User
    Join Date
    Feb 2017
    Posts
    8
    Reputation
    10
    Rep Power
    0
    Excuse me ?

 

 

Posting Permissions

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