przestać botować?
Wersja do druku
przestać botować?
Polecam lekturę
http://forums.xenobot.net/showthread...-The-Solutions
Ma ktoś jakiś sprawdzone 100% afk rook facc? Wszystkie które znajduje są takie, że trzeba samemu coś pozbierać, albo w ogóle nie działają poprawnie :S
nieaktualne
ziomeczki potrzebuję skryptu
w cavebotterze daje sobie label X
i skrypt ma dzialac tak ze
dochodzi do labela
postac obraca sie w <
sprawdza mane, jesli wiecej niz 50 to mowi exani hur up; jesli mnie niz 50 to uzywa manasa i mowi exani hur up
jak cos takiego zrobicz? ;/
ma ktos jakies porzadne skrypty dla kiny 100% afk?
na forum xenobota wiekszosc albo sprzed roku albo jakies pojedyncze wp niedzialaja
Jest ktoś w stanie wytłumaczyć mi jak zmienić założenia w gotowym skrypcie? Np. mam ściągnięty rook 100 % afk, ale chcę, aby bot wybierał inne miasto, czy też inną profesję, gdzie muszę szukać takiej opcji? Z tego co zauważyłem wp w zależności od profesji są wgrane.
Skrypt składa się z dwóch części:
1)plik .xbst w którym są zapisane waypointy, support, ustawienia tools, hud itp
2) plik .lua w którym są różne pomniejsze skrypty które odnosza się do labeli z cavebottingu
Zazwyczaj w plikach .lua na początku jest wszystko ładnie wyjaśnione i jak otworzyć to za pomocą notatnika to tam możesz zmienić wsyzstko.
Jak zmienic to zeby bylo pvp safe, gdy widzi ludzi na ekranie to nie bije exori. Bo jak zmieniam na true to nic nie daje.Cytuj:
local PvPSafe = false
local Attacks = {}
--[[
Options:
words - words of spell to cast
creatures - table of creatures to consider, if you disclude this it will consider all
count - amount of creatures in order to cast
range - distance from self to consider creatures
padding - for pvpsafe, if enabled each spell must have a padding setting, distance from self players must be in order to cast
needTarget - for spells that require a target, no need for a count or padding if this is enabled
]]--
Attacks[1] = { words = 'exori min', creatures = {'Swarmer','Insectoid Worker','Waspoid','Spitter','Spidris','Kollos','Cr awler'}, count = 8, range = 1 }
Attacks[2] = { words = 'exori gran', creatures = {'Swarmer','Insectoid Worker','Waspoid','Spitter','Spidris','Kollos','Cr awler'}, count = 5, range = 1 }
Attacks[3] = { words = 'exori', creatures = {'Swarmer','Insectoid Worker','Waspoid','Spitter','Spidris','Kollos','Cr awler','Lesser Swarmer'}, count = 3, range = 1 }
Attacks[4] = { words = 'exori hur', creatures = {'Swarmer','Insectoid Worker','Waspoid','Spitter','Spidris','Kollos','Cr awler'}, count = 1, range = 5, needTarget = 1 }
Attacks[5] = { words = 'exori ico', creatures = {'Swarmer','Insectoid Worker','Waspoid','Spitter','Spidris','Kollos','Cr awler'}, count = 1, range = 1, needTarget = 1 }
Module.New('auto_attack', function()
for _, data in ipairs(Attacks) do
if (not PvPSafe) or (Self.isAreaPvPSafe(data.padding, true)) then
if data.needTarget then
local target = Creature.New(Self.TargetID())
if (data.creatures and table.find(data.creatures, target:Name(), false)) or (not data.creatures) then
if targetistanceFromSelf() <= data.range and Self.CanCastSpell(data.words) then
Self.Cast(data.words)
end
end
else
local count, mob = 0, Self.GetTargets(data.range)
if data.creatures then
for i = 1, #mob do
if mob[i]:isOnScreen() and table.find(data.creatures, mob[i]:Name(), false) then
count = count + 1
end
end
else
count = #mob
end
if count >= data.count and Self.CanCastSpell(data.words) then
Self.Cast(data.words)
end
end
end
end
end)
... pomylka
Mam pytanie, jeżeli będę grał normalnie 1 postacią na inny koncie. A np w przerwie od grania, wlacze sobie bota z inna postacia na inny koncie to mogę dostać bana na 1 koncie ?
Możesz dostać, ale nie musisz ;d Ostatnio to nawet osoby co nigdy bota nie używały bany dostają więc wiesz..