Log in

View Full Version : [Update] XenoBot v3.4.6



DarkstaR
01-10-2014, 07:20 PM
This update fixes a stability issue which recently surfaced and adds some useful improvements to the Scripter.

Changelog:

3.4.6
Fixed a bug which was causing persistent debugs upon login and injection. XenoBot will be much more stable now.
Improved the versatility of the Creature iterators in the Scripter.
The new function prototype for all iterators is Creature.Iterator(options), where options is a table
of Creature class member functions and expected results. Compare functions (eq, neq, gt, lt) can be used,
and the default is eq. Examples:
Print the names of all summons (the stand-alone "true" assumes the equals operator):
for n, c in Creature.iMonsters({issummon = true}) do print(n) end
Print the names of allies with less than 50% hp (The {lt, 50} uses the less-than operator on the value 50):
for n, c in Creature.iAllies({healthpercent = {lt, 50}}) do print(n) end
Calls to iterators which use the old prototypes Creature.Iterator(dist) and Creature.Iterator(dist, sort)
will still function normally. In order to use these options with the new options system, however, you must call
the iterators in the following fasion (the options dist and sort can NOT use compare functions):
for n, c in Creature.iAllies({dist = 5, sort = mysortfunc, healthpercent = {lt, 50}}) do print(n) end



For download and operation instructions, refer back to this thread:
http://forums.xenobot.net/showthread.php?19

Niyar
01-10-2014, 07:22 PM
Thank you!

Daniel-Sp
01-10-2014, 07:24 PM
Thats solves my issue ! Thanks, bro !

Infernal Bolt
01-10-2014, 07:25 PM
Thanks for the update bro :D

lol098
01-10-2014, 08:55 PM
Thanks

Chuitox
01-10-2014, 09:10 PM
:) Thanks

Y2Quakepc2
01-10-2014, 09:44 PM
lookin nicce

FUCKING MASSKICKS BTW

Biesje Team
01-10-2014, 09:48 PM
Great, much grattitude.

PromB
01-10-2014, 10:10 PM
Good work Dark, already hungry for more

PunktG
01-10-2014, 10:37 PM
ty mate :)

Wizzard
01-10-2014, 11:28 PM
Thumbs up!:o

Blanz420
01-11-2014, 12:06 AM
Finally, won't debug if I inject first!
Thanx!

kbzin
01-11-2014, 03:17 PM
Thank you! Debug was driving me nutts !!

Nostrax Junior
01-11-2014, 04:29 PM
DarkstaR, I still had the debug once so far ;O

DarkstaR
01-11-2014, 09:49 PM
@DarkstaR (http://forums.xenobot.net/member.php?u=2), I still had the debug once so far ;O

Don't see any debug reports from you since the 6th.

Nostrax Junior
01-11-2014, 10:23 PM
Don't see any debug reports from you since the 6th.

Might check the tester account from JX then hehe, if u can see it that way :)

DarkstaR
01-11-2014, 11:24 PM
And I'm supposed to magically know the name of this account?

Nostrax Junior
01-12-2014, 12:11 AM
And I'm supposed to magically know the name of this account?

PM'd rough boy! ;O

raynex
01-12-2014, 03:46 AM
thanks

Nostrax Junior
01-17-2014, 04:31 PM
And I'm supposed to magically know the name of this account?

Still getting those debugs.. More oftenly .. Same xenoaccount which I pm'd u with before

anthonymastro68
01-20-2014, 11:21 AM
My injector cant even read the tibia client as opened. it wont give me anything to injected meanwhile my tibia client is open. Is it cause of the new tibia client patch?

Bay butcher
01-20-2014, 11:26 AM
My injector cant even read the tibia client as opened. it wont give me anything to injected meanwhile my tibia client is open. Is it cause of the new tibia client patch?

Yes. Try to use search function next time.

Cilhost
01-20-2014, 11:45 AM
i have the same problem any know how to fix?

extremeinsane
01-20-2014, 11:53 AM
He need to update the bot!

allealle
01-20-2014, 11:53 AM
Tibia was updated at server save, thats why the injector cant find any clients.

Mangemussla
01-20-2014, 12:20 PM
Random, I still have issues injecting my client after downloading the newest version u put up :S


Just read some replies, when will the update for then ewest tibia update be able to download?

Pageypeo
01-20-2014, 12:30 PM
WAIT TILL THIS EVENING GUYS, RECHARGE YOUR STAMINAS <3

and hail to the capslock _/

meter
01-20-2014, 12:41 PM
It is a pretty simple concept to grasp. You did notice your client update today....

DarkstaR
01-20-2014, 01:55 PM
http://forums.xenobot.net/showthread.php?22053-10-32-Update&p=276960#post276960