yes all work now great :)
now i can start all 20 clients
Printable View
yes all work now great :)
now i can start all 20 clients
the exori script still doesn't work for me.
clean-installed the bot twice.
it casts exori rarely when 5 monsters are around, despite 4 being set in the script :/
any idea why this happens?
EDIT: Generally something's wrong with the Scripter. DropItems doesn't work either. And SpellCast function (which I will PM you) as well.
My tibia crash after 1 hr botting..
Been botting on 2 accounts for about 3h hour, everything works fine.
Thank you DarkstaR
you're the best
My Tibia client crashes every hour or so also. I'm a 130 EK botting Lich Hell. It comes up with the Windows "This program has encountered an error and must be stopped" error every hour or so. The client and everything completely freezes without warning. I pretty much can't bot anymore xD
Just had a crash hunting bog raiders / death
i have been going steady in yala dragons for about 3 hours thank you darkstar for the great update :D
I'll need scripts provided for the locations that are crashing. As far as my tests have shown, it is stable.
An now just had Mistrock Cycs crash on my other bot as well :/ I was running 2 seperate Scripts 1 The Free Mistrock Cycs Script uploaded on the sticky .XBST Free Scripts/Depositors and the other was Free Yalahar Bog Raiders script in the same location.
Also running the below .lua for Safe Exori
And a flask dropper
local config = {
delay = 500, -- delay time in between checks [default = 500ms]
attacks = {
['exori gran'] = {
min = 4, -- minimum targets in to use this spell
spellRadius = 1, -- range to count targets to attack
checkRadius = 5, -- safe range to check for players (should always be larger or at least equal to spellRadius)
countPlayers = false, -- include players in the target count (incase you are intending on attacking players)
attackMode = 'none' -- none, enemies, strangers, friends, everyone
},
['exori'] = {
min = 3,
spellRadius = 1,
checkRadius = 5,
countPlayers = false,
attackMode = 'none'
},
}
}
print([[
Name: Auto Area Attack
Description: Executes area spells on certain conditions
Author: Cavitt Glover (Syntax)
Version: 3.1.00 (updated 06.12.2012)]])
wait(5000)
function getTargetCount(pos, atkRadius, chkRadius, incPlayers, atkMode)
local n = 0
for i = CREATURES_LOW, CREATURES_HIGH do
local creature = Creature.GetFromIndex(i)
if(creature:isValid() and creature:ID() ~= Self.ID())then
if(creature:isOnScreen() and creature:isVisible() and creature:isAlive())then
local name = creature:Name()
if(getDistanceBetween(creature:Position(), pos) <= chkRadius)then
if(atkMode == 'none' and (creature:isPlayer()))then
return false
elseif(atkMode == 'enemies' and (creature:isFriendly() or creature:isInnocent()))then
return false
elseif(atkMode == 'strangers' and creature:isFriendly())then
return false
elseif(atkMode == 'friends' and creature:isInnocent())then
return false
end
if(getDistanceBetween(creature:Position(), pos) <= atkRadius)then
if(not creature:isPlayer() or incPlayers)then
n = n + 1
end
end
end
end
end
end
return n
end
function think()
for spell, dat in pairs(config.attacks)do
local amnt = getTargetCount(Self.Position(), dat.spellRadius, dat.checkRadius, dat.countPlayers, dat.attackMode)
if(amnt)then
local _max = (dat.max==nil) and amnt or dat.max
if(amnt >= dat.min) and (amnt <= _max)then
if(type(spell) == 'number')then
Self.UseItemWithMe(spell)
wait(900, 1200)
elseif(Self.CanCastSpell(spell))then
if(dat.needTarget)then
local target = Creature.GetByID(Self.TargetID())
if(target:isOnScreen() and target:isVisible() and target:isAlive())then
if(target:DistanceFromSelf() <= dat.spellRadius)then
Self.Say(spell)
wait(600, 1000)
end
end
end
Self.Say(spell)
wait(600, 1000)
end
end
end
end
end
while(true)do
think()
wait(config.delay)
end
Is there anything special happening when it crashes? About to deposit etc.
awesome :D
Mistrock cycs had just levitated down off a cliff.
Bog raiders was above ground fighting 2 big raiders
Got a video surface graphics bug or something while botting my low level in femor hills
So i guess this update didnt go so smoothly? :S
been botting 5 chars without any problem :/
This new Injector can't find my client hmmz, quote to help me please :)
for me the bot doesn't crash, but something's wrong with the Scripter. Some scripts (that used to work before) stopped working as intended. E.g. Exori Script that is supposed to work every time 4 monsters surround me. However in reality it cast 'exori' only once being surrounded by 4 monsters for about 2 minutes.
Just crashed again, knight from bog raiders was going to refill (which was earlier then he should have for some reason) got to gate guard and bot crashed. I had maybe 3 crashes in the 6 or so months i had played before. Now i've had 3 in a day. :/
sometimes the bot just stop reading the labels (or does not read it) lua file and just skip them ( i already downloaded the last version )
for example, im using a xongi's script (war golems) so when the character go to the depot the it does not open the depot and just ignore the labels
I'll need this script provided.
I'm doing everything I can to try to fix these issues but I've not been able to recreate them. Providing full scripts would help greatly (preferably something I can use on my 135ek. All other chars about to enter warmode).
CAN ANYONE HELP ME :( I HAVE PROBLEMS WITH SAVING MY WAYPOINTS, HMM CLICK ON MYSELF SETTINGS < THAN > Click on colon save all and okej :O But it's not saved :O I dont have it in settings :/ Also if anyone can help me about traveling , hmm how to script that :(
And then died on my other ek botting mistrock. There is no possible way to die on this guy without a complete bot fuck up. Level 80, fully equipped 100/94 Cyc's should never kill him
Nvm fixed that.
k almoust 24h testing on many clients
all working great 0 problems
I've been botting for about 20h on a lot of clients. No problems whatsoever. GJ.
there it is
I have already provided you with the script by PM yesterday. Did they help in figuring out what's wrong?
EDIT: Solved the problem. Changed my script file a bit. Sorry for the hassle. Was my fault entirely. Thanks for your willingness to help and for the update :D
sucker for punishment so i'm trying this again.
It also seems that the scripts i'm running just stop working for whatever reason. At first my safe exori script works fine, but 10 minutes in it just stops. Same with Vial Dropper.
Running Holman's Exori Thread from the second page. http://forums.xenobot.net/showthread...ght=safe+exori
This .lua and .xbst http://forums.xenobot.net/showthread...9382#post79392
This for vial dropping local emptyVialId = 285 -- Empty vial ID.
local amountToDrop = 5 -- Minimum amount to drop.
function dropItem(id, cnt)
local cont = Container.GetFirst()
while (cont:isOpen()) do
for spot = 0, cont:ItemCount() do
local item = cont:GetItemData(spot)
if (item.id == id and item.count >= math.random(cnt, cnt+5)) then
cont:MoveItemToGround(spot, Self.Position().x, Self.Position().y, Self.Position().z)
return true
end
end
cont = cont:GetNext()
end
return false
end
while (true) do
if (dropItem(emptyVialId, amountToDrop)) then
wait(30000, 45000)
else
wait(2000)
end
end
It just randomly stopped dropping vials mid hunt, now up to 88, randomly stopped exoring/exori graning.