Reklama
Pokazuje wyniki od 1 do 4 z 4

Temat: XenoBot, POMOCY.

  1. #1
    Avatar TomaszBogacki
    Data rejestracji
    2015
    Posty
    25
    Siła reputacji
    0

    Domyślny XenoBot, POMOCY.

    No witam, a więc zaczęłam używać XenoBota i chciała bym od starszych użytkowników uzyskać pomocy.

    Potrzebuje skrypty, szukałam takich, ale nigdzie nie znalazłam, więc może znajdzie się jakiś ogar:

    1 - Coś na zasadzie anty-pusha, czyli jeżeli podemną nie ma gp zarzuca 2 gpki i tak non stop jak ktoś przesunie to znów rzuca 2 gpki.
    2 - Anty-RS, czyli po pojawieniu sie komunikatu !warning the murder of, wylaczy bota, albo po prostu da xloga.

    To, by było na tyle, czy idzie takie coś zrobić?

    Bardzo proszę o pomoc, pozdrawiam serdecznie.
    Ostatnio zmieniony przez TomaszBogacki : 28-03-2016, 14:03

  2. #2
    Avatar TomaszBogacki
    Data rejestracji
    2015
    Posty
    25
    Siła reputacji
    0

    Domyślny

    Na prawdę nikt nie może mi pomóc? :(

  3. Reklama
  4. #3
    Avatar TomaszBogacki
    Data rejestracji
    2015
    Posty
    25
    Siła reputacji
    0

    Domyślny

    Jestem zdesperowana, pomocy!
    Ostatnio zmieniony przez TomaszBogacki : 28-03-2016, 14:01

  5. #4
    Avatar trixx
    Data rejestracji
    2010
    Położenie
    Lublin
    Wiek
    30
    Posty
    126
    Siła reputacji
    14

    Domyślny

    Anti push (komendy jakie mozna wpisac to trash / ssa / might z tego co pamietam)
    Modules = {}
    Modules.SSA = false
    Modules.MightRing = false
    Modules.Trasher = false

    -- Don't touch below this line
    VialID = { 3447, 284, 285 }
    GoldID = 3031
    WormID = 3492

    function onSpeak(channel, m)
    channel:SendYellowMessage(Self.Name(), m)
    if (m == '/help') then
    channel:SendYellowMessage('', 'COMMANDS')
    channel:SendOrangeMessage('', 'ssa - Enable/disable using stone skin amulets.')
    channel:SendOrangeMessage('', 'might - Enable/disable using might rings.')
    channel:SendOrangeMessage('', 'trash - Enable/disable trashing under you.')
    channel:SendOrangeMessage('', 'status - Show current statuses.')
    elseif (m == 'ssa') then
    channel:SendOrangeMessage('', (Modules.SSA) and 'SSA module: Disabled' or 'SSA module: Enabled')
    Modules.SSA = not Modules.SSA
    elseif (m == 'might') then
    channel:SendOrangeMessage('', (Modules.MightRing) and 'Might Ring module: Disabled' or 'Might Ring module: Enabled')
    Modules.MightRing = not Modules.MightRing
    elseif (m == 'trash') then
    channel:SendOrangeMessage('', (Modules.Trasher) and 'Trasher module: Disabled' or 'Trasher module: Enabled')
    Modules.Trasher = not Modules.Trasher
    elseif (m == 'status') then
    channel:SendOrangeMessage('', (Modules.Trasher) and 'Trasher: Enabled' or 'Trasher: Disabled')
    channel:SendOrangeMessage('', (Modules.MightRing) and 'Might Ring: Enabled' or 'Might Ring: Disabled')
    channel:SendOrangeMessage('', (Modules.SSA) and 'SSA: Enabled' or 'SSA: Disabled')
    end
    end
    function onClose(channel)
    print('Please re-execute to begin using the script again.')
    end
    local channel = Channel.New('War Channel', onSpeak, onClose)
    channel:SendOrangeMessage('', 'Hello! Type /help for a list of commands.')

    Module('War.SSA', function(Mod)
    if (Modules.SSA) then
    if (Self.ItemCount(3081) > 0) and (Self.Amulet().id ~= 3081) then
    Self.Equip(3081, 'amulet')
    end
    end
    end)

    Module('War.MightRing', function(Mod)
    if (Modules.MightRing) then
    if (Self.ItemCount(3048) > 0) and (Self.Ring().id ~= 3048) then
    Self.Equip(3048, 'ring')
    end
    end
    end)

    Module('War.Trasher', function(Mod)
    if (Modules.Trasher) then
    local Position = Self.Position()
    local GoldDrop = true
    local WormDrop = false
    local VialDrop = false
    local DropItem = false
    for index, container in Container.iContainers() do
    for spot, item in container:iItems() do
    if (table.contains({GoldID, WormID}, item.id) or table.contains(VialID, item.id)) then
    if ((Self.ItemCount(GoldID) >= 1 and not GoldDrop)) then
    DropItem = true
    GoldDrop = false
    WormDrop = true
    elseif ((Self.ItemCount(WormID) >= 1 and not WormDrop)) then
    DropItem = true
    WormDrop = false
    VialDrop = true
    else
    for _, id in ipairs(VialID) do
    if ((Self.ItemCount(id) >= 1 and not VialDrop)) then
    DropItem = true
    VialDrop = false
    GoldDrop = true
    break
    end
    end
    end
    if (DropItem) then
    DropItem = false
    container:MoveItemToGround(spot, Position.x, Position.y, Position.z, 1)
    wait(0)
    end
    end
    end
    end
    end
    Module:Delay(0)
    end)

Reklama

Informacje o temacie

Użytkownicy przeglądający temat

Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)

Podobne tematy

  1. [Xenobot] Crack
    Przez bahaa_alhagar w dziale Tibia
    Odpowiedzi: 28
    Ostatni post: 02-06-2014, 10:19
  2. [XenoBot][9.46] Crack
    Przez TheSnake w dziale Tibia
    Odpowiedzi: 37
    Ostatni post: 20-01-2013, 22:45
  3. [9.6][Xenobot] Szukam skryptera
    Przez Max Paynne w dziale Tibia
    Odpowiedzi: 1
    Ostatni post: 10-08-2012, 03:39
  4. [Xenobot, Bmega] Porównanie
    Przez LaskaService w dziale Tibia
    Odpowiedzi: 11
    Ostatni post: 10-02-2012, 21:48

Zakładki

Zakładki

Zasady postowania

  • Nie możesz pisać nowych tematów
  • Nie możesz pisać postów
  • Nie możesz używać załączników
  • Nie możesz edytować swoich postów
  •