XenoBot Forums - Powered by vBulletin

User Tag List

Page 5 of 11 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 105

Thread: [Update] XenoBot v2.7.1

  1. #41
    SomeKindOfMonster's Avatar
    Join Date
    Jan 2012
    Posts
    122
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by kubax36 View Post
    hold target isnt working while bot is paused
    lol thats never worked

  2. #42
    Tirekos's Avatar
    Join Date
    Feb 2012
    Location
    Spain
    Posts
    286
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    mmm if i say true idk how to post it there.. hehe :/
    Done Trades:
    Bought 150RP from Xongiver.
    Bought 1kk from Coins.
    Bought 1 Xeno License from Madarauchiha.
    Bought 2kk from PunktG.
    Bought script from Joshwa534.
    Bought 158ED from Fenol.
    Bought some cash from Pidek.
    Sold 135EK on another forum site
    Sold 170RP to Mr. Smith

  3. #43

    Join Date
    Feb 2012
    Location
    Poland
    Posts
    400
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SomeKindOfMonster View Post
    lol thats never worked
    i just answered for Alastorsz

  4. #44

    Join Date
    Jun 2012
    Location
    Québec
    Posts
    56
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After X time bot stop the scripter ... I Mean , The script are still there , but he dont work ...Hard to explain xD ... like the bot skip every label...
    But this happen after a X time of boting , not a the first road of the map XD :P

  5. #45
    Tirekos's Avatar
    Join Date
    Feb 2012
    Location
    Spain
    Posts
    286
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Some one can help me and say how can i upload here an lua script?
    THANKS!
    Done Trades:
    Bought 150RP from Xongiver.
    Bought 1kk from Coins.
    Bought 1 Xeno License from Madarauchiha.
    Bought 2kk from PunktG.
    Bought script from Joshwa534.
    Bought 158ED from Fenol.
    Bought some cash from Pidek.
    Sold 135EK on another forum site
    Sold 170RP to Mr. Smith

  6. #46
    Tirekos's Avatar
    Join Date
    Feb 2012
    Location
    Spain
    Posts
    286
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)


    lol?
    Done Trades:
    Bought 150RP from Xongiver.
    Bought 1kk from Coins.
    Bought 1 Xeno License from Madarauchiha.
    Bought 2kk from PunktG.
    Bought script from Joshwa534.
    Bought 158ED from Fenol.
    Bought some cash from Pidek.
    Sold 135EK on another forum site
    Sold 170RP to Mr. Smith

  7. #47
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Rossie View Post
    After X time bot stop the scripter ... I Mean , The script are still there , but he dont work ...Hard to explain xD ... like the bot skip every label...
    But this happen after a X time of boting , not a the first road of the map XD :P

    today in night i bot 8 accounts
    and only on 1 i was ofline
    when i log in game bot was on hunt and stand in scarab cave
    all rest tibia was working great
    will check this today to


  8. #48

    Join Date
    Jul 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mabye equipt items like rings and amulets by hotkey next update? plizzzzzzzzzzzz

  9. #49
    Tirekos's Avatar
    Join Date
    Feb 2012
    Location
    Spain
    Posts
    286
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    [code=lua]BoltsBp = "Purple Backpack"
    DefaultBoots = 3079 -- Your Boots ID, Draken Boots ID is 4033, Boots of Haste ID is 3079
    ManaToEquip = 90 -- Mana Amount to equip or unequip Soft Boots in percentage


    --!!!!!!!!!!!!!!!!!!!!!!!
    --!!!DO NOT EDIT BELOW!!!
    --!!!!!!!!!!!!!!!!!!!!!!!

    function equipSoftBoots()
    local BOOTS1ID = 6529 -- Soft Boots ID
    local SOFTSINUSE = 3549 -- softs being in use
    local Backpack = Container.GetFirst()
    if (Self.Feet().id == 6530) then
    for Spot = 0, Backpack:ItemCount() do
    local Boots = Backpack:GetItemData(Spot)
    if (Boots.id == DefaultBoots) then
    Backpack:MoveItemToEquipment(Spot, "feet")
    end
    end
    elseif (math.floor((Self.Mana() / Self.MaxMana()) * 100)) < ManaToEquip and (Self.Feet().id ~= SOFTSINUSE) then
    for Spot = 0, Backpack:ItemCount() do
    local Boots = Backpack:GetItemData(Spot)
    if (Boots.id == BOOTS1ID) then
    Backpack:MoveItemToEquipment(Spot, "feet")
    end
    end
    elseif (math.floor((Self.Mana() / Self.MaxMana()) * 100)) > ManaToEquip and (Self.Feet().id ~= DefaultBoots) then
    for Spot = 0, Backpack:ItemCount() do
    local Boots = Backpack:GetItemData(Spot)
    if (Boots.id == DefaultBoots) then
    Backpack:MoveItemToEquipment(Spot, "feet")
    end
    end
    end
    end

    function equipLifeRing()
    local Backpack = Container.GetFirst()
    if (Self.Ring().id ~= 3089) then
    for Spot = 0, Backpack:ItemCount() do
    local Ring = Backpack:GetItemData(Spot)
    if (Ring.id == 3052) then
    Backpack:MoveItemToEquipment(Spot, "ring")
    end
    end
    end
    end

    Self.HealthPercent = function ()
    return math.abs(Self.Health() / (Self.MaxHealth() * 0.01))
    end

    function healer()
    if (Self.HealthPercent() < 90) and (Self.HealthPercent() > 71) and (Self.CanCastSpell("exura")) then
    Self.Say("exura")
    elseif (Self.HealthPercent() < 75) and (Self.HealthPercent() > 56) and (Self.CanCastSpell("exura gran")) then
    Self.Say("exura gran")
    elseif (Self.HealthPercent() < 60) and (Self.CanCastSpell("exura gran san")) then
    Self.Say("exura gran san")
    end
    end

    function SpellCast(spell)
    local Monster1 = "Lizard High Guard"
    local Monster2 = "Lizard Legionnaire"
    local Monster3 = "Lizard Dragon Priest"
    local Monster4 = "Killer Caiman"
    local TargetID = Self.TargetID()
    local Target = Creature.GetByID(TargetID)
    local pos = Self.Position()
    if (Self.CanCastSpell(spell)) and (Target:Name() == Monster1) and (getDistanceBetween(Target:Position(), pos) <= 4) then
    Self.Say(spell)
    elseif (Self.CanCastSpell(spell)) and (Target:Name() == Monster2) and (getDistanceBetween(Target:Position(), pos) <= 4) then
    Self.Say(spell)
    elseif (Self.CanCastSpell(spell)) and (Target:Name() == Monster3) and (getDistanceBetween(Target:Position(), pos) <= 4) then
    Self.Say(spell)
    elseif (Self.CanCastSpell(spell)) and (Target:Name() == Monster4) and (getDistanceBetween(Target:Position(), pos) <= 4) then
    Self.Say(spell)
    elseif (not Self.MeetsSpellRequirements(spell)) then
    print("%s can not be cast. You either lack the mana or required level!", spell)
    end
    end

    while (true) do
    healer()
    SpellCast("exori san")
    equipSoftBoots()
    equipLifeRing()
    if (Self.DistanceFromPosition(33197, 31347, 6) < 1) then
    gotoLabel("AfterTP")
    wait(1000)
    elseif (Self.DistanceFromPosition(33144, 31248, 6) < 1) then
    gotoLabel("AfterTP1")
    wait(1000)
    elseif (Self.DistanceFromPosition(33200, 31347, 6) < 1) then
    gotoLabel("AfterTP2")
    wait(1000)
    elseif Self.ItemCount(236) >= 1 and (Self.HealthPercent() <= 65) then
    Self.UseItemWithMe(236)
    sleep(math.random(200, 600))
    elseif Self.ItemCount(283) >= (math.random(10, 15)) then
    Self.DropItems(Self.Position().x, Self.Position().y, Self.Position().z, 283, 284, 285)
    elseif Self.ItemCount(10328) > 0 then
    Self.DropItems(Self.Position().x, Self.Position().y, Self.Position().z, 10328)
    elseif Self.ItemCount(3450) >= 1 then
    local MainBp = Container.GetFirst()
    local DestinationBp = Container.GetByName(BoltsBp)
    for spot = 0, MainBp:ItemCount() do
    local item = MainBp:GetItemData(spot)
    if (item.id == 3450) then
    MainBp:MoveItemToContainer(spot, DestinationBp:Index(), 0)
    wait(500)
    break
    end
    end
    end
    wait(200)
    end [/code]
    Done Trades:
    Bought 150RP from Xongiver.
    Bought 1kk from Coins.
    Bought 1 Xeno License from Madarauchiha.
    Bought 2kk from PunktG.
    Bought script from Joshwa534.
    Bought 158ED from Fenol.
    Bought some cash from Pidek.
    Sold 135EK on another forum site
    Sold 170RP to Mr. Smith

  10. #50

    Join Date
    Jun 2012
    Location
    Québec
    Posts
    56
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Rossie View Post
    After X time bot stop the scripter ... I Mean , The script are still there , but he dont work ...Hard to explain xD ... like the bot skip every label...
    But this happen after a X time of boting , not a the first road of the map XD :P
    Ok I use 2 lua fil in my script , and I notice just one stop work ... maybe it the way they are made ? .. beacause I botted 7 account .. and 3 with the same script , and only this 3 get bug , but before the update I never notice this bug ..


    registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
    function onWalkerSelectLabel(labelName)
    if (labelName == "Check1") then
    setBotEnabled(false)
    if ((Self.ItemCount(3031) >= 1000)) or (Self.Cap() < 90) or ((Self.ItemCount(12517) >= 3)) then
    setBotEnabled(true)
    gotoLabel("Godepot")
    else
    setBotEnabled(true)
    gotoLabel("Cave2")
    end
    elseif (labelName == "Check2") then
    setBotEnabled(false)
    if ((Self.ItemCount(3031) >= 1000)) or (Self.Cap() < 90) or ((Self.ItemCount(12517) >= 3)) then
    setBotEnabled(true)
    gotoLabel("Godepot")
    else
    setBotEnabled(true)
    gotoLabel("Cave3")
    end
    elseif (labelName == "Check3") then
    setBotEnabled(false)
    if ((Self.ItemCount(3031) >= 1000)) or (Self.Cap() < 90) or ((Self.ItemCount(12517) >= 3)) then
    setBotEnabled(true)
    gotoLabel("Godepot")
    else
    setBotEnabled(true)
    gotoLabel("Cave1")
    end

    elseif (labelName == "AllezHunt") then
    setBotEnabled(false)
    gotoLabel("Gocave")
    setBotEnabled(true)
    elseif (labelName == "Allezdepot") then
    setBotEnabled(false)
    gotoLabel("Godepot")
    setBotEnabled(true)
    elseif (labelName == "Place1") then
    setBotEnabled(false)
    gotoLabel("Cave1")
    setBotEnabled(true)
    elseif (labelName == "Place2") then
    setBotEnabled(false)
    gotoLabel("Cave2")
    setBotEnabled(true)
    elseif (labelName == "Place3") then
    setBotEnabled(false)
    gotoLabel("Cave3")
    setBotEnabled(true)
    elseif (labelName == "Bin voir") then
    setBotEnabled(false)
    gotoLabel("Gocave")
    setBotEnabled(true)
    elseif (labelName == "Acheterbp") then
    setBotEnabled(false)
    gotoLabel("Temple")
    setBotEnabled(true)
    end
    end

Posting Permissions

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