Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Prośba o skrypty/waypointy/caveboty


Rekomendowane odpowiedzi

Opublikowano

Mogłby ktoś mi przerobić ten config lua bo jak zmieniam ilość potów i id / i tak samo z assassinkami to wyskakuje taki błąd:

A tak przerobić by były strong mana potiony ilość 850 assasinki ilość 300 z góry dzieki ;)

13:35 XenoScript Error:
           Script: ?Motocyklista??Script?FerumbrasCitadel.lua
           Line #: 1
           Chunk: C:?Users?macin?DOCUME?1?XenoBot?Scripts??_MOTOC?2.LUA
           Error: unexpected symbol near 'ď'
This is an error with user-input and should not be reported as a bug with XenoBot.

 

 

 

 

 

 

 

-----------------------------------------------------------------------
--                _                       _     _  _       _         --
--  /\/\    ___  | |_  ___    ___  _   _ | | __| |(_) ___ | |_  __ _ --
-- /    \  / _ \ | __|/ _ \  / __|| | | || |/ /| || |/ __|| __|/ _` |--
--/ /\/\ \| (_) || |_| (_) || (__ | |_| ||   < | || |\__ \| |_| (_| |--
--\/    \/ \___/  \__|\___/  \___| \__, ||_|\_\|_||_||___/ \__|\__,_|--
--                                 |___/                             --
-----------------------------------------------------------------------
--Plecaki:
local MainBackpack = "backpack" -- główny plecak
local SuppliesBackpack = "blue backpack" -- mikstury i runy
local RingsBackpack = "red backpack" -- strzaly
local LootBackpack = "grey backpack" -- loot bp
-- Runy i Mikstury:
local PotionsID = 237 -- strong mana potions
local FirstRuneID = 7642 -- spirit potions
local SecondRuneID = 7368 -- arrows
-- Ile trzeba kupić mikstur i run:
local MaxMana = 0 -- great mana potions
local MaxFirstRune = 1000 -- sudden death runes
local MaxSecondRune = 300 -- avalanche runes
-- Ile trzeba mieć mikstur i run do opuszczenia:
local MinMana = 0 -- great mana potions
local MinFirstRune = 200 -- sudden death runes
local MinSecondRune = 20  -- avalanche runes   

local info = [[Script made by "Motocyklista best RPG player on Hexera".
~~~~Spike~~~~]]
print(info)
Cavebot.Start()  
                                                                                                      
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
    if (labelName == "Stamina") then
        if Self.Stamina() < 840 then
        os.exit()
        end 
elseif (labelName == "Start") then
        setWalkerEnabled(false)
        Self.CloseContainers()
        Self.OpenMainBackpack(true):OpenChildren({SuppliesBackpack, true}, {RingsBackpack, true}, {LootBackpack, true})
        Container.GetLast():Minimize()
        setWalkerEnabled(true)
elseif (labelName == "PreDP") then
        setWalkerEnabled(false)
        Self.CloseContainers()
        Self.OpenMainBackpack(true):OpenChildren({LootBackpack, true})
        Container.GetLast():Minimize()
        setWalkerEnabled(true)
elseif (labelName == "BankNPC") then
        Self.Say("Hi")
        Self.SayToNpc("withdraw 400000")
        Self.SayToNpc("Yes")
elseif (labelName == "GeneralCheck") then
        if ((Self.ItemCount(PotionsID) < MinMana) or (Self.ItemCount(SecondRuneID) < MinSecondRune) or (Self.ItemCount(FirstRuneID) < MinFirstRune)) then
            Walker.Goto("PotionsNPC")
            else
            Cavebot.Start()
        end
elseif (labelName == "PotionsNPC") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(200)
        Self.ShopBuyItemsUpTo(PotionsID, MaxMana)
        wait(100, 200)
        Self.ShopBuyItemsUpTo(FirstRuneID, MaxFirstRune)
        Self.SayToNpc("bye")
elseif (labelName == "Check") then
        if ((Self.ItemCount(PotionsID) < MinMana) or (Self.ItemCount(SecondRuneID) < MinSecondRune) or (Self.ItemCount(FirstRuneID) < MinFirstRune) or (Self.ItemCount(6530) > 0) or (Self.Feet().id == 6530)) then
            Walker.Goto("Leave")
            else
            Walker.Goto("Hunt")
        end
elseif (labelName == "TpSouth") then
       Self.Step(SOUTH)
elseif (labelName == "TpNorth") then
       Self.Step(NORTH)
elseif (labelName == "TpEast") then
       Self.Step(EAST)
elseif (labelName == "TpWest") then
       Self.Step(WEST)
elseif (labelName == "TravelVenore") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("travel")
        wait(100)
        Self.SayToNpc("venore")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelLB") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("liberty bay")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelGoroma") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("goroma")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelEdron") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("edron")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelGray") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("gray island")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelAsylum") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("asylum")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "CheckPZ") then
        if getSelfFlag("ispzlocked") then
        wait(300000)
        else
        end
elseif (labelName == "Repair") then
        Self.Say("Hi")
        Self.SayToNpc("repair")
        Self.SayToNpc("yes")
elseif (labelName == "SellRashid") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(500)
        Self.ShopSellAllItems(3320)
        wait(100, 200)
        Self.ShopSellAllItems(3284)
        wait(100, 200)
        Self.ShopSellAllItems(7386)
        wait(100, 200)
        Self.ShopSellAllItems(3063)
        wait(100, 200)
        Self.ShopSellAllItems(7456)
        wait(100, 200)
        Self.ShopSellAllItems(3055)
        wait(100, 200)
        Self.ShopSellAllItems(3554)
        wait(100, 200)
        Self.ShopSellAllItems(3386)
        wait(100, 200)
        Self.ShopSellAllItems(3320)
        wait(100, 200)
        Self.ShopSellAllItems(3414)
        wait(100, 200)
        Self.ShopSellAllItems(3342)
        wait(100, 200)
        Self.ShopSellAllItems(3420)
        wait(100, 200)
        Self.ShopSellAllItems(3356)
        wait(100, 200)
        Self.ShopSellAllItems(7402)
        wait(100, 200)
        Self.ShopSellAllItems(3364)
        wait(100, 200)
        Self.ShopSellAllItems(8052)
        wait(100, 200)
        Self.ShopSellAllItems(3436)
        print("Itemki Sprzedane!")      
elseif (labelName == "SellDjin") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(500)
        Self.ShopSellAllItems(3420)
        wait(100, 200)  
        Self.ShopSellAllItems(3063)
        wait(100, 200)
        Self.ShopSellAllItems(3356)
        wait(100, 200)
        Self.ShopSellAllItems(3364)
        wait(100, 200)
        Self.ShopSellAllItems(3366)
        wait(100, 200)
        Self.ShopSellAllItems(3414)
        wait(100, 200)
        Self.ShopSellAllItems(7382)
        wait(100, 200)
        Self.ShopSellAllItems(3055)
        wait(100, 200)
        Self.ShopSellAllItems(3320)
        wait(100, 200)
        Self.ShopSellAllItems(3280)
        wait(100, 200)
        Self.ShopSellAllItems(3284)
        wait(100, 200)
        Self.ShopSellAllItems(3567)
        wait(100, 200)
        Self.ShopSellAllItems(3381)
        wait(100, 200)
        print("Itemki Sprzedane!")      
elseif (labelName == "SellBank") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(500)
        Self.ShopSellAllItems(3033)
        wait(100, 200)
        Self.ShopSellAllItems(3030)
        wait(100, 200)
        Self.ShopSellAllItems(3032)
        wait(100, 200)
        Self.ShopSellAllItems(9057)
        wait(100, 200)
        Self.ShopSellAllItems(3027)
        wait(100, 200)
        Self.ShopSellAllItems(3029)
        wait(100, 200)
        Self.ShopSellAllItems(3026)
        wait(100, 200)
        Self.SayToNpc({"deposit all", "yes"},65)
        print("Itemki Sprzedane!")  
elseif (labelName == "CheckSoft") then
                if (Self.ItemCount(6530) > 0) or (Self.Feet().id == 6530) then
                Walker.Goto("SoftYes")
                else
                Walker.Goto("SoftNo")
                end
    end
end

Module.New('Shove-pots', function(mod)
    local DROP_ITEMS = {"strong mana potion", "great spirit potion", "gold coin", "platinum coin", "crystal coin"}

    for i = 0, #Container.GetAll() do   -- let's find bps
        search = Container.New(i)
        cont = Container.New(SuppliesBackpack)
        for spot = 0, cont:ItemCount() do
            local item = search:GetItemData(spot)
            if cont:isOpen() and search:Name() ~= cont:Name() then
                if table.find(DROP_ITEMS, Item.GetName(item.id)) and not cont:isFull() then
                    search:MoveItemToContainer(spot, cont:Index(), 0, 100)  -- just shove to selected bp
                end
            end
        end
    end
end)

Module.New('equip softs', function(module)
local ManaToEquip = 95 -- Mana Percent to equip soft boots.
local NormalBoots = 10323 -- Item ID of your normal boots.

Self.ManaPercent = function ()
    return math.abs(Self.Mana() / (Self.MaxMana() * 0.01))
end

    if (Self.ManaPercent() <= ManaToEquip) and (Self.Feet().id ~= 3549) and (Self.ItemCount(6529) > 0) then
        Self.Equip(6529, "feet")
        module:Delay(1000)
    elseif (Self.ManaPercent() >= ManaToEquip) or (Self.Feet().id == 6530) and (Self.Feet().id ~= NormalBoots) then
        Self.Equip(NormalBoots, "feet")
        module:Delay(1000)
    end
end)

  • Odpowiedzi 1,4 tys.
  • Dodano
  • Ostatniej odpowiedzi

Top użytkownicy w tym temacie

Top użytkownicy w tym temacie

Opublikowano
4 godziny temu, exeq napisał:

Mogłby ktoś mi przerobić ten config lua bo jak zmieniam ilość potów i id / i tak samo z assassinkami to wyskakuje taki błąd:

A tak przerobić by były strong mana potiony ilość 850 assasinki ilość 300 z góry dzieki ;)

13:35 XenoScript Error:
           Script: ?Motocyklista??Script?FerumbrasCitadel.lua
           Line #: 1
           Chunk: C:?Users?macin?DOCUME?1?XenoBot?Scripts??_MOTOC?2.LUA
           Error: unexpected symbol near 'ď'
This is an error with user-input and should not be reported as a bug with XenoBot.

 

 

 

 

 

 

 

-----------------------------------------------------------------------
--                _                       _     _  _       _         --
--  /\/\    ___  | |_  ___    ___  _   _ | | __| |(_) ___ | |_  __ _ --
-- /    \  / _ \ | __|/ _ \  / __|| | | || |/ /| || |/ __|| __|/ _` |--
--/ /\/\ \| (_) || |_| (_) || (__ | |_| ||   < | || |\__ \| |_| (_| |--
--\/    \/ \___/  \__|\___/  \___| \__, ||_|\_\|_||_||___/ \__|\__,_|--
--                                 |___/                             --
-----------------------------------------------------------------------
--Plecaki:
local MainBackpack = "backpack" -- główny plecak
local SuppliesBackpack = "blue backpack" -- mikstury i runy
local RingsBackpack = "red backpack" -- strzaly
local LootBackpack = "grey backpack" -- loot bp
-- Runy i Mikstury:
local PotionsID = 237 -- strong mana potions
local FirstRuneID = 7642 -- spirit potions
local SecondRuneID = 7368 -- arrows
-- Ile trzeba kupić mikstur i run:
local MaxMana = 0 -- great mana potions
local MaxFirstRune = 1000 -- sudden death runes
local MaxSecondRune = 300 -- avalanche runes
-- Ile trzeba mieć mikstur i run do opuszczenia:
local MinMana = 0 -- great mana potions
local MinFirstRune = 200 -- sudden death runes
local MinSecondRune = 20  -- avalanche runes   

local info = [[Script made by "Motocyklista best RPG player on Hexera".
~~~~Spike~~~~]]
print(info)
Cavebot.Start()  
                                                                                                      
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
    if (labelName == "Stamina") then
        if Self.Stamina() < 840 then
        os.exit()
        end 
elseif (labelName == "Start") then
        setWalkerEnabled(false)
        Self.CloseContainers()
        Self.OpenMainBackpack(true):OpenChildren({SuppliesBackpack, true}, {RingsBackpack, true}, {LootBackpack, true})
        Container.GetLast():Minimize()
        setWalkerEnabled(true)
elseif (labelName == "PreDP") then
        setWalkerEnabled(false)
        Self.CloseContainers()
        Self.OpenMainBackpack(true):OpenChildren({LootBackpack, true})
        Container.GetLast():Minimize()
        setWalkerEnabled(true)
elseif (labelName == "BankNPC") then
        Self.Say("Hi")
        Self.SayToNpc("withdraw 400000")
        Self.SayToNpc("Yes")
elseif (labelName == "GeneralCheck") then
        if ((Self.ItemCount(PotionsID) < MinMana) or (Self.ItemCount(SecondRuneID) < MinSecondRune) or (Self.ItemCount(FirstRuneID) < MinFirstRune)) then
            Walker.Goto("PotionsNPC")
            else
            Cavebot.Start()
        end
elseif (labelName == "PotionsNPC") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(200)
        Self.ShopBuyItemsUpTo(PotionsID, MaxMana)
        wait(100, 200)
        Self.ShopBuyItemsUpTo(FirstRuneID, MaxFirstRune)
        Self.SayToNpc("bye")
elseif (labelName == "Check") then
        if ((Self.ItemCount(PotionsID) < MinMana) or (Self.ItemCount(SecondRuneID) < MinSecondRune) or (Self.ItemCount(FirstRuneID) < MinFirstRune) or (Self.ItemCount(6530) > 0) or (Self.Feet().id == 6530)) then
            Walker.Goto("Leave")
            else
            Walker.Goto("Hunt")
        end
elseif (labelName == "TpSouth") then
       Self.Step(SOUTH)
elseif (labelName == "TpNorth") then
       Self.Step(NORTH)
elseif (labelName == "TpEast") then
       Self.Step(EAST)
elseif (labelName == "TpWest") then
       Self.Step(WEST)
elseif (labelName == "TravelVenore") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("travel")
        wait(100)
        Self.SayToNpc("venore")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelLB") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("liberty bay")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelGoroma") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("goroma")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelEdron") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("edron")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelGray") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("gray island")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "TravelAsylum") then
        Self.Say("Hi")
        wait(100)
        Self.SayToNpc("asylum")
        wait(100)
        Self.SayToNpc("yes")
elseif (labelName == "CheckPZ") then
        if getSelfFlag("ispzlocked") then
        wait(300000)
        else
        end
elseif (labelName == "Repair") then
        Self.Say("Hi")
        Self.SayToNpc("repair")
        Self.SayToNpc("yes")
elseif (labelName == "SellRashid") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(500)
        Self.ShopSellAllItems(3320)
        wait(100, 200)
        Self.ShopSellAllItems(3284)
        wait(100, 200)
        Self.ShopSellAllItems(7386)
        wait(100, 200)
        Self.ShopSellAllItems(3063)
        wait(100, 200)
        Self.ShopSellAllItems(7456)
        wait(100, 200)
        Self.ShopSellAllItems(3055)
        wait(100, 200)
        Self.ShopSellAllItems(3554)
        wait(100, 200)
        Self.ShopSellAllItems(3386)
        wait(100, 200)
        Self.ShopSellAllItems(3320)
        wait(100, 200)
        Self.ShopSellAllItems(3414)
        wait(100, 200)
        Self.ShopSellAllItems(3342)
        wait(100, 200)
        Self.ShopSellAllItems(3420)
        wait(100, 200)
        Self.ShopSellAllItems(3356)
        wait(100, 200)
        Self.ShopSellAllItems(7402)
        wait(100, 200)
        Self.ShopSellAllItems(3364)
        wait(100, 200)
        Self.ShopSellAllItems(8052)
        wait(100, 200)
        Self.ShopSellAllItems(3436)
        print("Itemki Sprzedane!")      
elseif (labelName == "SellDjin") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(500)
        Self.ShopSellAllItems(3420)
        wait(100, 200)  
        Self.ShopSellAllItems(3063)
        wait(100, 200)
        Self.ShopSellAllItems(3356)
        wait(100, 200)
        Self.ShopSellAllItems(3364)
        wait(100, 200)
        Self.ShopSellAllItems(3366)
        wait(100, 200)
        Self.ShopSellAllItems(3414)
        wait(100, 200)
        Self.ShopSellAllItems(7382)
        wait(100, 200)
        Self.ShopSellAllItems(3055)
        wait(100, 200)
        Self.ShopSellAllItems(3320)
        wait(100, 200)
        Self.ShopSellAllItems(3280)
        wait(100, 200)
        Self.ShopSellAllItems(3284)
        wait(100, 200)
        Self.ShopSellAllItems(3567)
        wait(100, 200)
        Self.ShopSellAllItems(3381)
        wait(100, 200)
        print("Itemki Sprzedane!")      
elseif (labelName == "SellBank") then
        Self.SayToNpc({"hi", "trade"},65)
        wait(500)
        Self.ShopSellAllItems(3033)
        wait(100, 200)
        Self.ShopSellAllItems(3030)
        wait(100, 200)
        Self.ShopSellAllItems(3032)
        wait(100, 200)
        Self.ShopSellAllItems(9057)
        wait(100, 200)
        Self.ShopSellAllItems(3027)
        wait(100, 200)
        Self.ShopSellAllItems(3029)
        wait(100, 200)
        Self.ShopSellAllItems(3026)
        wait(100, 200)
        Self.SayToNpc({"deposit all", "yes"},65)
        print("Itemki Sprzedane!")  
elseif (labelName == "CheckSoft") then
                if (Self.ItemCount(6530) > 0) or (Self.Feet().id == 6530) then
                Walker.Goto("SoftYes")
                else
                Walker.Goto("SoftNo")
                end
    end
end

Module.New('Shove-pots', function(mod)
    local DROP_ITEMS = {"strong mana potion", "great spirit potion", "gold coin", "platinum coin", "crystal coin"}

    for i = 0, #Container.GetAll() do   -- let's find bps
        search = Container.New(i)
        cont = Container.New(SuppliesBackpack)
        for spot = 0, cont:ItemCount() do
            local item = search:GetItemData(spot)
            if cont:isOpen() and search:Name() ~= cont:Name() then
                if table.find(DROP_ITEMS, Item.GetName(item.id)) and not cont:isFull() then
                    search:MoveItemToContainer(spot, cont:Index(), 0, 100)  -- just shove to selected bp
                end
            end
        end
    end
end)

Module.New('equip softs', function(module)
local ManaToEquip = 95 -- Mana Percent to equip soft boots.
local NormalBoots = 10323 -- Item ID of your normal boots.

Self.ManaPercent = function ()
    return math.abs(Self.Mana() / (Self.MaxMana() * 0.01))
end

    if (Self.ManaPercent() <= ManaToEquip) and (Self.Feet().id ~= 3549) and (Self.ItemCount(6529) > 0) then
        Self.Equip(6529, "feet")
        module:Delay(1000)
    elseif (Self.ManaPercent() >= ManaToEquip) or (Self.Feet().id == 6530) and (Self.Feet().id ~= NormalBoots) then
        Self.Equip(NormalBoots, "feet")
        module:Delay(1000)
    end
end)

zmień kodowanie pliku podczas zapisu na 'ANSI'

Pozdrawiam Wszystkich :)

Opublikowano
1 godzinę temu, pajacerka napisał:

zmień kodowanie pliku podczas zapisu na 'ANSI'

zrobisz mi to bo ja kompletnie zielony w tym temacie :D

  • 2 tygodnie później...
Opublikowano

Bot : Xeno

Miejsce: Dragi pod Carlin --> Depo

Profesja : Palek

Dodatkowe Informacje :  Chodzi mi o to, kiedy mój char byłby atakowany automatycznie uciekał do depo w Carlin.

Opublikowano

Bot Magebot

Miejsce Cata oramond

Profesja Knight

Da się jakiegoś full afka w mage bocie skręcić? Na zwykłe exori ico

Ciamcia Ramcia Style

:((  B)  :gaaay:  :sex:  :aaa:  :ass:

997 ten numer to kłopoty gdy wydarzy się incydent to pojawia się konfident 

dziewczyno rozłóż nogi, bardzo lubie pierogi~tiger bonzo

Opublikowano (edytowane)

Witam,

poszukuję skryptów do Xenobota:

1. Jedzenie fooda z zabitych potworów (używam wersji trial xenobota więc nie mam dostępu do tej opcji wbudowanej w bota)

2. Xlog gdy mniej niż x potów, EWENTUALNIE zatrzymuje walkera, zabija wszystko dookoła i wylogowuje się normalnie

3. Xlog gdy stoję dłużej niż x sekund na jednej kratce - gdy zostanę strapowany

4. Wyrzucanie pustych flasków

Edytowane przez chaterchater
Skrypty

52126142219396245817.jpeg

Opublikowano

BOT: Xenobot

Opis Skryptu Follow za graczem

Dodatkowe Informacje: Podążanie za graczem o danym nicku po schodkach, drabinach itp.

DZIĘKI ZA POMOC :19_kissing:

Opublikowano
Dnia 22.08.2017 o 14:59, Ciamcia Ramcia napisał:

Da się jakiegoś full afka w mage bocie skręcić? Na zwykłe exori ico

Nie, MageBot nie jest do robienia full afków, cavebot jest zbyt okrojony.

Dnia 23.08.2017 o 18:40, chaterchater napisał:

Witam,

poszukuję skryptów do Xenobota:

1. Jedzenie fooda z zabitych potworów (używam wersji trial xenobota więc nie mam dostępu do tej opcji wbudowanej w bota)

2. Xlog gdy mniej niż x potów, EWENTUALNIE zatrzymuje walkera, zabija wszystko dookoła i wylogowuje się normalnie

3. Xlog gdy stoję dłużej niż x sekund na jednej kratce - gdy zostanę strapowany

4. Wyrzucanie pustych flasków

1. Mam dwa pomysły:

* dodać, żeby zbierało dane jedzenie i skrypt na klikanie use:

To jest ukryta treść, proszę

* albo w looterze ustawić tak:

QqUi3kj.png

2. Skrypt na to masz w folderze bota ~/examples

4.

To jest ukryta treść, proszę

 

18 minut temu, Twixhere napisał:

BOT: Xenobot

Opis Skryptu Follow za graczem

Dodatkowe Informacje: Podążanie za graczem o danym nicku po schodkach, drabinach itp.

DZIĘKI ZA POMOC :19_kissing:

Było już kiedyś, wystarczy przejrzeć parę stron wstecz, albo użyć wyszukiwania.

To jest ukryta treść, proszę

szjF1O2.gif

 

Opublikowano

BOT: Xenobot

Opis Skryptu lotter

Dodatkowe Informacje: chodzi o to zeby bot otwierał automatycznie jak zabije ciało dark torturera oraz lost soula zbieral z nich itemy typu platyny, steel buty , vile i butcher axe i wrzucal je do jewelled bp jak sie miejsce skonczy przekladal do nastepnego jewelleda

Opublikowano (edytowane)

Witam 

BOT: Xenobot

Opis Skryptu Bicie,exeta resowanie 

Dodatkowe Informacje: Ed biega za Ekiem juz mam lecz potrzebuje takiego ,ze Ek biegnie zbiera spota waypointy mam i resuje aby nie bilo EDa a Ed ma bic ava/thunderstormy/sd wzaleznosci ile jest mobow i jakie biegam banuta -4 i potrzebuje aby bilo thunderstormy na Souleatery Sd na hydry/medusy/serpenty jesli jest 1 a jesli jest wiecej niz 2 to thudnerstormy/ava 

 

LUB

 

BOT: Xenobot

Opis Skryptu Banuta ED+Ek 

Dodatkowe Informacje: Ed biega na follow i bije targeting Eka moze byc na najnizszych poziomach najlepeiej full AFK

 

Z GORY DZIEKUJE

Edytowane przez Chudzian123
Opublikowano

 

Bot: Xenobot

 

Opis skryptu: Fast Hand, Dobry exp pod profit aurora tak na godzinke 1-2kk 320 ek Jezeli da rade to full afk

 

Dodatkowe informacje: Sword123/93

Opublikowano
Dnia 4.09.2017 o 21:26, Chudzian123 napisał:

Witam 

BOT: Xenobot

Opis Skryptu Bicie,exeta resowanie 

Dodatkowe Informacje: Ed biega za Ekiem juz mam lecz potrzebuje takiego ,ze Ek biegnie zbiera spota waypointy mam i resuje aby nie bilo EDa a Ed ma bic ava/thunderstormy/sd wzaleznosci ile jest mobow i jakie biegam banuta -4 i potrzebuje aby bilo thunderstormy na Souleatery Sd na hydry/medusy/serpenty jesli jest 1 a jesli jest wiecej niz 2 to thudnerstormy/ava 

 

LUB

 

BOT: Xenobot

Opis Skryptu Banuta ED+Ek 

Dodatkowe Informacje: Ed biega na follow i bije targeting Eka moze byc na najnizszych poziomach najlepeiej full AFK

 

Z GORY DZIEKUJE

Panie, za dużo. Nie da się tyle rzeczy dodać, żeby to jakoś chodziło.

Dnia 5.09.2017 o 09:32, Grb1997 napisał:

 

Bot: Xenobot

 

Opis skryptu: Fast Hand, Dobry exp pod profit aurora tak na godzinke 1-2kk 320 ek Jezeli da rade to full afk

 

Dodatkowe informacje: Sword123/93

Skrypt na fast hand:

To jest ukryta treść, proszę

Zmień współrzędne ofc.

 

Opublikowano

Dzięki

 

Prosiłbym jeszcze o jakies współrzędne do thais dp i jezeli mozna wbic to juz w ten skrypt na przyklad chce gracx -1 thais prawo gorny prawy depo jezeli mozna zebyu bral ze srodka na moje dp dam rep +

Xenobot

Free items script

Chcialbym aby zbieral wszystko dookola mnie i podemna do backpack of holding

Opublikowano
Dnia 6.09.2017 o 20:00, Grb1997 napisał:

Dzięki

Prosiłbym jeszcze o jakies współrzędne do thais dp i jezeli mozna wbic to juz w ten skrypt na przyklad chce gracx -1 thais prawo gorny prawy depo jezeli mozna zebyu bral ze srodka na moje dp dam rep +

Toż Ci skrypt podałem wyżej, sposobów na odczytanie współrzędnych jest dużo np.

1. https://tibia.xyz/, nie polecam, bo mogą być trochę inne na otsach.

2. użycie walkera i sczytanie z niego: iSSCowG.png

3. użyj tego i sobie dodaj parę kratek: eLiWkII.png

Cytat

Chcialbym aby zbieral wszystko dookola mnie i podemna do backpack of holding

Musisz znać ID:

To jest ukryta treść, proszę

2017-07-19_20-21-19.gif

48 minut temu, qintoofar napisał:

bot : xeno 

Opis : Automatyczne nakładanie assasinek.

Możesz to ustawić w support>eq manager.

tRPtmhO.png

 

Opublikowano

Dzień dobry. 

 

Potrzebowałbym skrypty działające aktualnie na serwerze Hexera.net, dla ms 200+, najlepiej Demona Carlin. Albo jeżeli takich nie ma, to inne tam działające z jakimiś wskazówkami jak to przerobić by działało. 
 

Jest w stanie ktoś pomóc? Naprawdę byłbym wdzięczny 

Opublikowano

BOT: Xenobot

Opis Skryptu AMULET

Dodatkowe Informacje: poszukuje skrypta zeby bot automatycznie zakladal stone skina amulet  nie zaleznie od tego ile ma hp czy many

  • 2 tygodnie później...
Opublikowano

BOT: Xenobot, Magebot (ktory lepszy?)

Miejsce: Mintwalinn

Prof.: EK, lub RP

Dodatkowe info: Generalnei zalezy mi na tym, aby bot byl tak inteligentny, zeby uzywal obsidian knajfa na cialach minoskow :) Ofc na Aurere potrzebuje.

Nie czaruj.

Opublikowano
23 godziny temu, metinowiec189 napisał:

Dodatkowe info: Generalnei zalezy mi na tym, aby bot byl tak inteligentny, zeby uzywal obsidian knajfa na cialach minoskow :) Ofc na Aurere potrzebuje.

Wystarczy w zakładce looter ustawić tak:

6TKd3Me.png

MageBot nie ma tak zaawansowanego cavebota jak XenoBot.

31 minut temu, blondyn135 napisał:

Bot: <Xenobot>

 

Miejsce: <full afk waspy>

 

Profesja: <knight>

 

Dodatkowe informacje: <szukam full afk'a na waspy ;p >

 

W tej paczcie z mojego tematu masz skrypty na Waspy w Ab i Thais, nie full afk, bo zbędny jest na OTSy ;d

 

 

Opublikowano
5 minut temu, Marchwj napisał:

Wystarczy w zakładce looter ustawić tak:

6TKd3Me.png

MageBot nie ma tak zaawansowanego cavebota jak XenoBot.

W tej paczcie z mojego tematu masz skrypty na Waspy w Ab i Thais, nie full afk, bo zbędny jest na OTSy ;d

 

 

Gdy chcę pobrać piszę ,że strona którą chcesz wyświetlić nie istnieje.

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...