Szukam skryptu pliku lua nie wiem że jak skończą się sd bije czary exori frigo itp
Wersja do druku
Szukam skryptu pliku lua nie wiem że jak skończą się sd bije czary exori frigo itp
Dlaczego Xeno ciągle nie może odnależć wpt na rook? ciagle3 alarm "walker stop"musze wylaczac i wlaczam cavebota ktory przeleci 2 wpt i tak w kolko?
naprawiłem, zmieniłem chodzenia tj. nie wiem co zmienilem ale cos zmienilem i chodzi xD
Masz mapki sciagniete ?
Wysłałby ktoś skrypta który gdy skończą się sd biję z exori frigo?? :)
Witam potrzebuje skrypt że jak 3 w zasiegu to ava jak 1-2 czary jak 4+ ue bylbym bardzo wdzieczny ; D
dostosuj do swoich potrzebKod:function combatHelper(pos, radius, creatureName, amountofCreature)
local n = 0
local noPlayer = true
local pos = Self.Position()
for i = CREATURES_LOW, CREATURES_HIGH do
local creature = Creature.GetFromIndex(i)
local name = creature:Name()
if (checkPlayer and creature:isPlayer() and (getDistanceBetween(creature:Position(), pos) <= radius)) then
noPlayer = false
break
elseif (creature:isValid()) and creature:ID() ~= Self.ID() then
for j = 1, table.getn(creatureName) do
if (name == creatureName[j]) then
if (creature:isOnScreen() and creature:isVisible() and creature:isAlive()) then
if(getDistanceBetween(creature:Position(), pos) <= radius)then
n = n + 1
end
end
end
end
end
end
if (n >= 1) and (pos.y >= 31258) then
setTargetingEnabled(true)
elseif (n == 0) then
setTargetingEnabled(false)
elseif (n >= 1) and (pos.y <= 31258) then
setTargetingEnabled(false)
end
end
function SpellCastFlam(spell)
local Monster1 = "Wyvern"
local Monster2 = "Mammoth"
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) <= 3) then
Self.Say(spell)
elseif (Self.CanCastSpell(spell)) and (Target:Name() == Monster2) and (getDistanceBetween(Target:Position(), pos) <= 3) 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
function SpellCast(spell)
local Monster1 = "Crystal Spider"
local Monster2 = "Ice Golem"
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) <= 3) then
Self.Say(spell)
elseif (Self.CanCastSpell(spell)) and (Target:Name() == Monster2) and (getDistanceBetween(Target:Position(), pos) <= 3) 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
function SpellCastDlsMax(spell)
local Monster1 = "Dragon Lord"
local TargetID = Self.TargetID()
local Target = Creature.GetByID(TargetID)
local pos = Self.Position()
if (Self.CanCastSpell(spell)) and (Target:Name() == Monster1) and (Target:HealthPercent() <= 35) and (Target:HealthPercent() >= 20) and (getDistanceBetween(Target:Position(), pos) <= 3) 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
SpellCastFlam("exori flam")
SpellCast("exori amp vis")
SpellCast("exori vis")
wait(200)
end
Słuchajcie, mam pewien problem, którego na laptopie nie miałem. Generalnie xeno śmiga jak należy, ale jest taki chwyt materkindody, że czasami mi go debuguje, nawet stosunkowo często. Czasami po 6h, czasami po 15min. Nie mam screena, ale wyskakuje coś, że znalazł Error i musi zostać wyłączony, wie ktoś coś może o co chodzi?
@edit
i jeszcze taki problem u kumpla jak próbuje injecta zrobić
http://www31.speedyshare.com/ZgNxc/download/error.png
a taki skrypt, że jak SD<10 to logout, ma ktoś?
na --- update chyba wszedł.
Proszę nic nie pobierać z tej strony - pliki z niej są zainfekowane! Tomix.
Hack detected.
EDIT:
Download z tej strony to podwojnie spakowane archiwum (hasło do 2. archiuwum to: "pupb5bg8tah5varzhvt055i0l0rnrpk7ol" ). Po uruchomienu keylogera,
do tempa oraz startupa dodaje sie plik "cmbvbhxjui.exe".
https://i.imgur.com/f0h9udM.png
Pozatym, keylogger jest tworem projektu "tibia key logger.com" (jak na screenie ponizej).
https://i.imgur.com/yXAOHgn.png
Pozdro.
Proszę nic nie pobierać z tej strony - pliki z niej są zainfekowane! Tomix.
@szulak , dzięki!
ma ktos skrypt polegajacy na tym, ze jak jest player na screen to bije w potwory z sd, a jak nie to gfb? chodzi mi to, zeby skulla nie nabic :)
Siema, ja mam taki problem z xeno botem, że jak bocę sobie na piratach to mi ich nie otwiera, natomiast np. DLe czy minosy otwiera bez problemu?
Ktoś wie co zrobić? Doszedłem do wniosku, że bot nie otwiera "ludzkich" mobów, pomocy
Jak poradzić sobie z debugami? Postawię sobie elegancko bota, pośmiga z godzinkę i wywala debuga, nie wiem co jest grane. Mógłby mi ktoś pomóc albo chociaż naprowadzić? Nikt z czymś takim się nie spotkał?
strona xenobot.net tez wam nie dziala?
ma ktoś skrypt na ciągłe zakładanie life ring gdy się skończy?
Jak w looterze ustawia się otwieranie bagów w cialach?: D
bot robi to automatycznie
sprawdz tenKod:function equipRing(ID)
BackpackName = 'BACKPACKNAME'
local Backpack = Container.GetByName(BackpackName)
while (Backpack:CountItemsOfID(ID) > 0) and (Backpack:isOpen() == true) and (Self.Ring().id == 0) do
for Spot = 0, Backpack:ItemCount() do
local Ring = Backpack:GetItemData(Spot)
if (Ring.id == ID) then
Backpack:MoveItemToEquipment(Spot, "ring")
return true
end
end
end
return false
end
while (true) do
equipRing(YOURRINGID)
wait(1000,1500)
end
Change YOURRINGID to the ID of your ring and BACKPACKNAME to the Backpack name you want to take the ring from.
mam pytanko.. jesli lootowanie golda mam na drugim bp to moge jakos zrobic zeby zbieralo do pierwszego albo trzeciego bp, gdy nie bedzie juz miejsca w drugim ;)?
Boże ile razy jeszcze trzeba będzie to powtarzać BACKPACK W BACKPACK upychasz jeden się zapełni to otwiera drugi kurde pierwszy raz w życiu bota do tibi używasz? xd
W depo też tak działa? Bo u mnie depozytuje tyle co się w 1 bp zmieści a resztę targa ze sobą :/
tak wsadź w bp 2 jeszcze jeden a jak znów zapełni bp to w nim zrób to samo :P czyli bp w bp a bp w bp i bp w bp i tak dalej :P
Tylko mnie postac tak jakby laguje przy wlaczonym cavebocie ?
Mam problem z otwieraniem backpackow. Mam wlozone dwa backpacki w jeden glowny i otwarte w nowych oknach. Gdy bot po zakupie potow chce mi backpacki otworzyc ponownie mota sie, zamyka glowny bp i zatrzymuje skrypt. Wina skryptu to to chyba nie jest bo mam tak na 3 roznych postaciach :/
Mogl by mi ktos lopatologicznie wytlumaczyc jak dobrze ustawic bp zeby nie bylo z tym problemow?
Ok, no to zmienie skrypty i sprawdze to dokładnie.
Mam jeszcze problem z tym, że czasami bot chce sie zdeponować, wchodzi na kratke gdzie mial wykrywać depo, nie pojawia sie napis ile jest dostepnych skrzyn i idzie dalej, to samo w sklepie :/
Poleci ktoś jakiegoś skrypta na 70 druida facc?
Mam pytanie. Czy jest możliwe, aby zrobić w Xeno change outfiter?
jest jakis skrypt na kostke?
macie redbota full crack? albo czy jest na forum. pozdrawiam
po co ci skrypt skoro mozesz to zrobic w kliencie normalnie? wchodzisz w self healer i dajesz spell > ustawiasz mana percent above 100 > utito tempo
da sie? da sie
elseif (labelName == "backpackReset") then
setWalkerEnabled(false)
resetBackpacks()
setWalkerEnabled(true)
na poczatku backpacki otwierasz tak jak chcesz zeby ci bot otwieral i pozniej jest ok. oczywiscie musisz miec label o nazwie backpackReset.
chce ktos kupic full afk na deeplingi south? dla 220+ najta < wlasnej roboty
witam. czy posiadacie skrypt ze jak jest "x" potworkow to bije "y" czar? pozdrawiam
http://pastebin.com/94h3MZHm
pozmieniaj sobie ile max ile min jakie czary ma bic i tak dalej
Posiada ktoś z was jakies skrypty typu gdy ma x hp zaklada ssa albo energy ringa
ma ktos skrypta na minimalizowanie bpkow i resetowanie ich? czyli bot resetuje bp i poprostu je minimalizuje.
chce ktos kupic skrypt full afk na deeplingi dla 200+najta? < wlasnej roboty
sorki gdzie znajde xenobota do 10.34? jest jeszcze mozliwosc zebym se pobocil za darmo?
Nie zrobili jeszcze update xeno pod 10.34.
Potrzebowal bym skrypta na spalanie many. przejrzalem temat ale nie doszukalem niczego, albo jestem slepy..
Poratujcie w potrzebie ;p
Jest już możliwość pobrania aktualizacji bota do nowej wersji gry? Nigdzie nie moge znalesc...
Kod:Modules = {}
Modules.SSA = false
Modules.MightRing = false
Modules.Trasher = false
-- Don't touch below this line
VialID = { 283, 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(200)
end
end
end
end
end
Module:Delay(800)
end)
Da się tutaj robić sloty na chary? tzn cos takiego jak w elfie bylo ( 1,2,3,4,5 )
@up
Nie
mam problem z looterem wszystko ustawiłem tak jak zawsze ale mi nie zbiera loota nawet ciał nie otwiera a wszystko jest dobrz i wczesniej działało