PDA

View Full Version : [Update] XenoBot Apophis 14.5.22 [10.38 - 10.41, Preview Client 10.41]



Pages : [1] 2

DarkstaR
06-18-2014, 04:43 AM
This update not only adds Preview 10.41 compatibility, but it marks a huge milestone in XenoBot's history: the release of XenoBot Apophis.





What is it?
Apophis is the first release under a new release system. This system will have 'code names' for every major release. Every minor release will be designated by a date. So for example, if Apophis were released today, and tomorrow received an update, it would be something similar to Xenobot Apophis (2014.05.27). This version number is more clear to users, and it's easier for them to know if they are up to date. To be clear, Apophis is not a new bot, it is still Xenobot.

Main features?
Probably the biggest change to Xenobot in Apophis is that the Injector.exe has been replaced by something called XenoSuite. XenoSuite can be set to run when you start your computer, it can be set to auto inject Xenobot, and it can be set to auto patch clients for MC. It also features a Monitor tab which shows vital information from all open clients (health, mana, cavebot settings, stamina, etc.) The UI is still similar to the old Injector.

Another is version agnosticism, meaning the same version of the bot should be able to be used on any version of Tibia since it's release (and I think the intention is to work backwards and make older clients compatible also.)


This quote from @Spectrus (http://forums.xenobot.net/member.php?u=3) gives a good overview of what Apophis is, but I'm sure you're all wondering what it can do. There have been hundreds of changes to the core of the program, multiple feature additions, and many improvements. The update, overall, took 266 individual coding sessions, touched over 14,000 lines of code, and took 5 months of development and testing. The dedicated XenoBot staff, plus a select subset of XenoBot users, were a huge help in accomplishing this. The results of this hard work can not be captured in one changelog but, nonetheless, this thread still boasts the most extensive changelog in XenoBot history:


XenoBot Apophis global release!
Added a 10-day free trial for XenoBot.
Changed compilation to Visual Studio 2010.
Re-coded the injector, now called XenoSuite, from scratch; it is much better now.
Auto Inject.
Auto MC.
Auto Update.
Version Agnosticism (all old versions will be preserved and functional).
Runs on start-up.
Added XenoMonitor, which allows you to easily monitor all of your characters from XenoSuite.
Re-coded the verification system, making it much more friendly to users.
Added a built-in rune/spell shooter to Targeting.
The old shooter (in Targeting) has been removed. Scripts which used this feature will be automatically converted upon load.
There are four attacks types:
Absolute Spell (UE, exori, vis hur, ebeam, etc)
Targeted Spell (exori vis, exori hur, etc)
Area Rune (avalanche, GFB, etc)
Targeted Rune (icicle, SD, etc)
There are two attack reasons:
Danger Level (based on priority set for the monsters in targeting)
Name (based on creature names)
If Stuck
Creature Count (includes all creatures)
Each attack reason has parameters such as:
Creature Count
Creature Health
Creature Distance
Mana Cost (in percent)
*There is no limit to the amount of spells that can be used.
*Waves and beams are supported
Added a "Lure Mode" to the Walker.
There are 4 waypoints used by the Lurer:
Start Lure / SLure - will turn Lure Mode on.
Lure Walk 1 / LWalk1 - will walk to the waypoint, attempting to keep the closest creature within 1 SQM.
Lure Walk 3 / LWalk3 - will walk to the waypoint, attempting to keep the closest creature within 3 SQM.
End Lure / ELure - will turn Lure Mode off.
When Lure Mode is on, only the Walker is allowed to move around. Targeting will still attack creatures, but the Walker will take over how it walks.
So, for example, if your script is:
SLure
Stand (x, y, z by demon)
LWalk3 (x, y, z by the lure spot)
ELure
XenoBot will stand near the demon, attack it, walk back to the lure spot while keeping 3 sqm distance, and then resume Targeting normally.
On the other hand, if you would like to rush up some stairs into a corner, you could do something like this:
SLure
Stand (x, y, z on the stairs)
Stand (x, y, z in the corner)
wait(1000)
ELure
This would run to the corner and wait 1 second before resuming the Targeting and Looter. It would attack on the way to the corner, however.
Added "item-blacklisting", which will automatically detect when you are out of potions/runes and refrain from spamming them.
Both the Healer and the Shooter use this functionality.
This will stop the spamming of "sorry not possible" when you run out of potions or have the wrong ones set in the healer.
This will also keep the Shooter from trying to GFB when you've run out, allowing it to advance to the next spell.
Added Reach Depot to the Walker.
Added Browse Field looting to the Looter.
Browse Field will be used when a body falls on a hole, ladder, or has other items placed on top of it. It will work with many stacked bodies as well.
Fixed every known Special Area bug. They work like a charm now.
Added Skinning, Fishing, and Dusting to the Looter.
Added Reconnect (Rcnct) to Tools.
Will not reconnect upon death, use of training statue, or log out.
Has issues reconnecting after server save.
Re-coded the XenoScript engine, providing a number of advantages.
The Scripter window is much larger.
One-liner crashes are fixed.
All known event-based crashes are fixed.
Events are far more efficient, but truncate old events if the queue grows above 100.
The memory[leak] footprint is now minimal.
Scripts now have much faster interoperability with the client.
The Scripter now allows you to have sub-directories within the Scripts folder.
Re-coded Diagnostic Information, providing a much more useful interface.
The performance has been highly increased, giving a much less noticable hit to FPS.
The memory usage and stack level of all Lua scripts are now shown.
The ugly grid has been replaced with a very smooth outlining of blocking entities.
Special area tiles are now shown, with descriptions.
Added "tile-blacklisting", causing the Pathfinder to detect and evade invisible creatures and house doors.
Added Walker.IsStuck() and Walker.IsLuring() to the Scripter.
Added a Private Message proxy to the Scripter.
Added Self.Ping() to the Scripter.
Added Prismatic Ring to all ring functions in the Scripter.
Improved Self.OpenDepot() to use Browse Field (thanks to Syntax).
Added Container:UseItemWithContainerItem(spotfrom, contto, spotto) to the Scripter.
Added many new Item functions to the Scripter
Item.isWalkable(id)
Item.isFurniture(id)
Item.isField(id)
Item.GetWeight(id)
Item.GetValue(id)
Item.GetCost(id)
Added Examples button to the Scripter, which will show script examples.
Added Tutorial button to the out-of-game window, which will show an XenoBot tutorial (thanks to Furpan).
Fixed a bug causing XenoBot not to recognize unicode characters in paths; computer user names can now contain special characters.
Fixed hundreds of bugs related to performance and memory usage.
Fixed Self.PrivateMessage() in the Scripter, it will no longer debug.
Fixed many crashes and debugs (including the one with boats and teleports).
Fixed injection crashes.
Fixed the IPChanger, it is no enabled again.
Fixed dozens of small UI bugs.
Improved Eat Food to no longer eat from protection zones.
Improved Targeting to no longer attack from protection zones.
Improved Auto-Mount to no longer mount when invisible.
Fixed the Exp HUD; it will no longer overflow into the negative on high level characters.
Improved the Player Attack alarm to include an optinal alert for yellow PvP boxes.
Fixed a bug causing Walker Stuck not to trigger in certain cases.
Improved automatic recovery to only cast when more than 100 health is missing.
Improved many small things in the PathFinder.

--Private Message Proxy Example
function pmProxy(proxy, speaker, level, text)
print(speaker .. " [" .. level .. "]: " .. text)
end
PrivateMessageProxy.OnReceive("pmProxy", pmProxy)
There are many more features, which have been committed to publicly, that I'm currently working on.

Known issues


The "News" tab in XenoSuite doesn't load.
MC starts failing after the computer has been running for a long time.


Install XenoBot Apophis 14.5.28 using setup.msi (http://xenobot.net/downloads/setup.msi).
If you have issues running Apophis, try installing this (http://www.microsoft.com/en-us/download/details.aspx?id=5555) and this (http://www.microsoft.com/en-us/download/details.aspx?id=8328).
Testers who were running the BETA version of Apophis are encouraged to uninstall it before using this build!

DarkstaR
06-18-2014, 04:44 AM
https://www.youtube.com/watch?v=1wtpg5wd9Fs

Syntax
06-18-2014, 04:51 AM
Win. :D

auto
06-18-2014, 04:54 AM
best bot out there

Kamoblindside77
06-18-2014, 05:38 AM
oooohhhhh yeaaa, well done with all the hard work darkstar, xenobot team and all the testers!

jo3bingham
06-18-2014, 05:41 AM
Gayyy.

Afromanz
06-18-2014, 05:42 AM
This isn't Sparta, yet still somehow just as exhilarating! Thanks Dark!

Austen
06-18-2014, 05:51 AM
Holy shieet, been checking forums everyday for this release! Your a champ!

Cheers!

sausting
06-18-2014, 06:27 AM
SO many awesome changes, bravo !!

raiQi
06-18-2014, 06:32 AM
Woop Woop woo :D

expresion93
06-18-2014, 06:46 AM
So you did get everything you needed it seems? :D Well done!
Will try it later! (dont sneak me.. ;))

Blanz420
06-18-2014, 06:48 AM
Yayy!
Finallyy the release!

Gordo
06-18-2014, 07:02 AM
xeno 2.0 yes sirr <3

Iko
06-18-2014, 09:15 AM
DarkstaR, you're my hero.

Surfinshots
06-18-2014, 09:51 AM
How do I load the Scripts and Settings, now? In my Xenobot Folder, I have no slot for scripts/settings now. o:

Fixi
06-18-2014, 09:53 AM
This is awsome! luv you darkstar <3

wols
06-18-2014, 09:59 AM
Not to be rude, im sure its an awesome update but im currently botting an rp and whats the point of having an dist holder if its not working?
I got an 220 rp and having trouble outrunning an lizard chosen with haste on? no. thats the either bot/script.
Please look into it? im sure im not the only one having problem with the distance holder? :)

Ray Rewind
06-18-2014, 10:05 AM
Iam excited to use it

Surfinshots
06-18-2014, 10:07 AM
Am I the only one that doesn't understand how to use it? lol :p

twan
06-18-2014, 10:15 AM
good update. There's a bug tho, the monitor will not update your char name when you login to another one. It says now i'm online on character X but i'm online on character Y

Fatality
06-18-2014, 10:32 AM
Sex in the form of a bot.

pixie_frigo
06-18-2014, 10:35 AM
Sex in the form of a bot.
:P Virgin much?

sotos
06-18-2014, 10:38 AM
Darkstar FTW!! :D

Marcus Brutal
06-18-2014, 11:17 AM
This new bot is it working good? Alot of bug? I have read about empty script folders and such... Do I lose all my current scripts if I install this new version? Can someone give me a few heads up about this new tool.

Bugs?
Working?
Scripts gone?

thankss boys N girls

Nakuu
06-18-2014, 11:23 AM
This new bot is it working good? Alot of bug? I have read about empty script folders and such... Do I lose all my current scripts if I install this new version? Can someone give me a few heads up about this new tool.

Bugs?
Working?
Scripts gone?

thankss boys N girls

No, it doesn't empty/delete your folders. Apophis has been tested for few months to reduce the amount of bugs as much as possible and I can guarantee you that it's more stable than latest XenoBot version. Every script SHOULD work as it did although make sure it works before you go 100% afk - some scripts might require some minor updates.

Imso
06-18-2014, 11:52 AM
I can't use it , when i open it , always saying its wrong version of tibia was there an update of xeno bot same always ... ? what to do ?

martinpwnage
06-18-2014, 11:59 AM
I can't login to the bot... "Invalid response!"

fingr
06-18-2014, 12:14 PM
the bot works great!
tho I get this message quite often :
14:08 XenoBot: Spell and rune shooter settings have been imported into the new system. Please be sure they are correct and re-save your settings.
The script is brimstone bug for ED. Lure-mode huehue:rolleyes:
Its probably when the script uses the extra .xbst file that this message shows.

edsonmagnata
06-18-2014, 12:21 PM
ERROR ON UPDATING WITH XENOSUIT, WHA TO DO?

kubax36
06-18-2014, 12:21 PM
Well, GFB shooter is much better than before but its still useless. I will keep using Lua to use GFB until there will be way to count monsters with different names together. The problem is i set:
2 swarmers to shoot gfb
2 crawlers to shoot gfb
2 insectoid workers to shoot gfb
2 waspoids to shoot gfb
and there is no option to put those monsters together so bot dont give a fuck if there is 1 waspoid and 1 crawler and its shooting exori flam like there is 1 monster :(

Edit: for everyone who have troubles with updating xeno suite and problem with not correct client version: restart xeno suite, i had same problems, i restarted it and now its working fine :D

Imso
06-18-2014, 12:25 PM
error with update what to do ?

Maxad
06-18-2014, 12:30 PM
Is this the right version for the Preview client?

Imso
06-18-2014, 12:30 PM
when i open xennosuite he is trying to update smth , it says it's wrong version of tibia and i can't inject it on tibia there is no character name ...

Johgan
06-18-2014, 12:31 PM
Finally! Thank you!

kubax36
06-18-2014, 12:32 PM
Aww, how dumb I am, will try it in a second :D

There is also another problem:
When i am loading one script and after i am loading another then settings from magic shooter from old setting are not deleting. So if i am reloading script then those setting are doubled or tripled (depens how many times are u loading it :D)

edsonmagnata
06-18-2014, 12:37 PM
i had restarted like 278 times, and nothing :(

edsonmagnata
06-18-2014, 12:46 PM
automatic update failed!
You can restart xenosuit to try again!

i've unistalled both and installed only the xenosuit and nothing...

Imso
06-18-2014, 12:47 PM
i unistall both , unistall tibia install again , and again same msg, trying to connect xeno bot server, automatic update failed restart xenosuite to try again ,Unrecognized client version. Was there and update ? and always same what to do ?

Maxad
06-18-2014, 12:48 PM
Everything working fine except when I want to try the "TRIAL" account before buying it. Anyone knows how to solve?

Nakuu
06-18-2014, 12:53 PM
Everything working fine except when I want to try the "TRIAL" account before buying it. Anyone knows how to solve?

Trial doesn't work with this version (yet).

kubax36
06-18-2014, 12:55 PM
Another issue is that Magic Shooter is wroking even if targetting is turned off. (bot could not be paused if u want to recreate this issue)

Edit: Another is that Magic shooter is shooting gfbs even if monsters are visible on screen. Its killing monsters 2 sqms after screen and then its not looting it cuz it havent seen monster while it was dying.

Mageq
06-18-2014, 02:16 PM
Thank you for your work, everything so far works well, I'm really happy with the way special areas are presented, however with my Goroma script I have a few problems :

The labels take about double the time they used to, for example a refill check takes about 6 seconds of stand time,

creature.follow for the npc on the boat doesnt always work

using the experience door on entrance sometimes doesnt work, he just skips the label and gets stuck.

Thanks!

wols
06-18-2014, 02:41 PM
Did you also have these problems with the old versions or did it start with the new one?

both.
Sure it looks nice when people making videos that is speeded up.
Tried an rp script erlier today and always just running 1 sqm ahead and getting hitted.
Also, every time it casts an spell my char stops for half sec then it dosent outrun the monster to the sqm dist that you have told it to hold

J.Dre
06-18-2014, 03:20 PM
Did you also have these problems with the old versions or did it start with the new one?

both.
Sure it looks nice when people making videos that is speeded up.
Tried an rp script erlier today and always just running 1 sqm ahead and getting hitted.
Also, every time it casts an spell my char stops for half sec then it dosent outrun the monster to the sqm dist that you have told it to hold

That's because your script sucks. It's not the bot.

Good release, Darky. :D

Imso
06-18-2014, 03:23 PM
Can anyone help me my bot don't want to recognize the tibia ... ? what to do

Janson
06-18-2014, 04:01 PM
I keep getting a installing error. Check the pic below.

http://www11.pic-upload.de/thumb/18.06.14/g698jj9bn1tt.jpg (http://www.pic-upload.de/view-23593937/Xeno.jpg.html)

btw. im running it in a VM

Nakuu
06-18-2014, 04:04 PM
I keep getting a installing error. Check the pic below.

http://www11.pic-upload.de/thumb/18.06.14/g698jj9bn1tt.jpg (http://www.pic-upload.de/view-23593937/Xeno.jpg.html)

btw. im running it in a VM

If you have issues running Apophis, try installing this (http://www.microsoft.com/en-us/download/details.aspx?id=5555) and this (http://www.microsoft.com/en-us/download/details.aspx?id=8328).

Imso
06-18-2014, 04:23 PM
im using both , and all those files are empty ...

wols
06-18-2014, 04:27 PM
That's because your script sucks. It's not the bot.

Good release, Darky. :D
you can suck.
So your telling me everyone here on this xenobot forum sucks on making script? i dont think so.
it dosent even need to be a script, i can just fix attacker and set it to hold dist sqm 4 and it dosent work

Imso
06-18-2014, 04:33 PM
im using both , and all those files are empty ...

DarkstaR
06-18-2014, 04:51 PM
you can suck.
So your telling me everyone here on this xenobot forum sucks on making script? i dont think so.
it dosent even need to be a script, i can just fix attacker and set it to hold dist sqm 4 and it dosent work

The only reason this would happen is if you have very high latency to the server.

DarkstaR
06-18-2014, 04:56 PM
If you are getting Invalid Response or Error updating XenoSuite, make sure your anti-virus or firewall is not blocking outgoing connections for XenoSuite.exe.

If you are getting Unrecognized client version. Was there an update? or Automatic Update Failed!, please sit tight while I try to figure out the issue. You can possibly try making sure your AV/firewall is not blocking or deleting the file downloads.

Imso
06-18-2014, 05:02 PM
Ye im getting unrecognized client version .. , oke i will wait no problem :D

DarkstaR
06-18-2014, 05:04 PM
Ye im getting unrecognized client version .. , oke i will wait no problem :D

Would you be able to collaborate with me in trying to find this issue? Such as letting me hop on teamviewer and see what the problem is?

Imso
06-18-2014, 05:10 PM
ye i will send now id to inbox

Spazem1
06-18-2014, 06:39 PM
It seems to be debugging tibia if you try to use tibiacast with the bot injected

DarkstaR
06-18-2014, 06:49 PM
If you were having issues with auto update and weren't able to inject, please re-download and re-install.

@lmso helped me fix it.

godot
06-18-2014, 07:15 PM
Can I use pmProxy function to read bank balance? lol How :D

Marcus Brutal
06-18-2014, 07:56 PM
Can I use ALL my old scripts with this new version of xenobot? or does I need to wait for the scripters to update anything or how does it work?

Nakuu
06-18-2014, 07:57 PM
Can I use ALL my old scripts with this new version of xenobot? or does I need to wait for the scripters to update anything or how does it work?

very script SHOULD work as it did although make sure it works before you go 100% afk - some scripts might require some minor updates.

Marcus Brutal
06-18-2014, 08:05 PM
Alright, I will try it out. Can I bot as usual at Aurora if I install this new version?

Nakuu
06-18-2014, 08:07 PM
Alright, I will try it out. Can I bot as usual at Aurora if I install this new version?
Yes, it's actually the only version that works on Aurora.

WorkingHandz
06-18-2014, 08:38 PM
For some reason the bot will not work for me. I am using Mac OSX with VMware Fusion. XB installs and says it was installed correctly. After I open tibia, I attempt to open XenoSuite and nothing happens. I see the icon in the lower right corner near my time clock however nothing in the client changes.

i've installed both the recommended additional files as well as a clean uninstall and reinstall.

fingr
06-18-2014, 09:10 PM
I would like some more information regarding : lua code:


--Private Message Proxy Example
function pmProxy(proxy, speaker, level, text)
print(speaker .. " [" .. level .. "]: " .. text)
end
PrivateMessageProxy.OnReceive("pmProxy", pmProxy)

What does it mean/do? ^.-

And also, the reconnect, how advanced is it? And how does it work?

Marcus Brutal
06-18-2014, 09:21 PM
23:21 XenoScript Error:
Script: [Mage] Ancient Ruins Bomber BT.lua
Error: cannot open C:\Users\Mackes fj„rt\Documents\XenoBot\Scripts\\[Mage] Ancient Ruins Bomber BT.lua: No such file or directory
This is an error with user-input and should not be reported as a bug with XenoBot.

Marcus Brutal
06-18-2014, 09:22 PM
Noone of my scripts are working...can't read files and such..

Nakuu
06-18-2014, 09:24 PM
Seems like user's name is incorrect (Mackes fj„rt) or should be like that ?

DarkstaR
06-18-2014, 09:30 PM
23:21 XenoScript Error:
Script: [Mage] Ancient Ruins Bomber BT.lua
Error: cannot open C:\Users\Mackes fj„rt\Documents\XenoBot\Scripts\\[Mage] Ancient Ruins Bomber BT.lua: No such file or directory
This is an error with user-input and should not be reported as a bug with XenoBot.

Whats your computer's username? Does the previous version of XenoBot work?

Marcus Brutal
06-18-2014, 09:37 PM
Yes. I have been botting with the old version since now, I just downloaded the new one and now noone of my scripts works.

Marcus Brutal
06-18-2014, 09:40 PM
I did change my computer name to mackee88 but its still not working, same msg comes up. I also re-started my computer when I change the name.

So what am I going to do? :(

The install was successful and went smooth. I still have my old Injecter icon here, but its maybe not a problem or should I uninstall xenobot before I download the new ones? (does I lose my scripts then?) or not neccesary to delete anything?

I just want it run smoothly

DarkstaR
06-18-2014, 09:49 PM
I did change my computer name to mackee88 but its still not working, same msg comes up. I also re-started my computer when I change the name.

So what am I going to do? :(

Can you answer my first question?

Marcus Brutal
06-18-2014, 10:02 PM
Mackes fjärt is my computer username, I try to change it becouse I think its the swedish " ä " that is the problem here, but I dont know how to change the name of it becouse its locked. but still wierd that all other versions of xenobot worked all good.

Evancion
06-18-2014, 10:15 PM
Excuse my lack of research, but how far back is the version agnosticism supported?

DarkstaR
06-18-2014, 10:51 PM
Mackes fjärt is my computer username, I try to change it becouse I think its the swedish " ä " that is the problem here, but I dont know how to change the name of it becouse its locked. but still wierd that all other versions of xenobot worked all good.


You're able to inject and load .xbst files, but cannot load .lua files, correct?

xiaospike
06-18-2014, 11:34 PM
DarkstaR

Wanted to ask on skype but I figured some people might wanna know as well.

Known issues
"MC starts failing after the computer has been running for a long time."

How many hours is a 'long time' and would XenoMC apply as a temporary "fix" to this issue?

DarkstaR
06-18-2014, 11:59 PM
@DarkstaR (http://forums.xenobot.net/member.php?u=2)

Wanted to ask on skype but I figured some people might wanna know as well.

Known issues
"MC starts failing after the computer has been running for a long time."

How many hours is a 'long time' and would XenoMC apply as a temporary "fix" to this issue?


It depends on process usage. It's a bug in the Window's kernel which applied to all MC's that use handle duplication (XenoMc, NeoMc, etc).

farmatodo
06-19-2014, 12:32 AM
hey is apophis done? does it support the old scripts? i need some info :D

jo3bingham
06-19-2014, 12:45 AM
hey is apophis done? does it support the old scripts? i need some info :D

1) This thread is Apophis... 2) Yes.

kharamhabib
06-19-2014, 01:09 AM
1. It catches private messages you receive from players.
2. You activate the reconnect function by ticking Recnct at the Tools window. It will reconnect upon kicks or after server save.



10.38

It will reconnect if the scripts click in the offline trainning?


Plus, there is some new way in the "Magic Shooter" to cast exevo vis hur/exevo gran vis lux auto turning to always face the monster? I´m traying, but didnt found anything.

Anyway, the update looks great. Thank you.

farmatodo
06-19-2014, 01:10 AM
been running a script for over 2 weeks and didnt die ... install apophis run script everything seems nice and then he runs luring and not healing ... GREAT :(

Kamoblindside77
06-19-2014, 01:30 AM
been running a script for over 2 weeks and didnt die ... install apophis run script everything seems nice and then he runs luring and not healing ... GREAT :(

check all the priorities on ur healer

Kamoblindside77
06-19-2014, 01:31 AM
It will reconnect if the scripts click in the offline trainning?


Plus, there is some new way in the "Magic Shooter" to cast exevo vis hur/exevo gran vis lux auto turning to always face the monster? I´m traying, but didnt found anything.

Anyway, the update looks great. Thank you.

He said in the release that the beam/wave shooter is not active yet

Atheist
06-19-2014, 03:16 AM
I'm a little exceptical about changing to Apohpis in its actual state, since I see so many people reporting problems to use it and since I'm actually botting too many chars for it to be worth it rechecking every single script they use to see if everything's working correctly, that said, I'm actually experiencing more crashes than usual when injecting the bot AND when loggin in after succesfully injecting, also, the rune-shooting targeting stops working after a while, god knows why, I'm wondering if the only solution for this issues is changeing to Apophis.

Atheist.

Spectrus
06-19-2014, 03:27 AM
I'm a little exceptical about changing to Apohpis in its actual state, since I see so many people reporting problems to use it and since I'm actually botting too many chars for it to be worth it rechecking every single script they use to see if everything's working correctly, that said, I'm actually experiencing more crashes than usual when injecting the bot AND when loggin in after succesfully injecting, also, the rune-shooting targeting stops working after a while, god knows why, I'm wondering if the only solution for this issues is changeing to Apophis.

Atheist.

The issue with people getting the bot running has been fixed. What other issues?

Atheist
06-19-2014, 03:32 AM
The issue with people getting the bot running has been fixed. What other issues?

Well, the I'm trying to PG a char which uses GFB alot when more than 1 of any moster is near, it worked great yesterday but now it actually stops working after botting for a while.

Also, I'm skilling a knight with a simple "activate/deactivate targeting" script that also stops working after a while, funny thing is, both things (this and the rune shooting) work just fine at the begining but then stop for some reason, I've restarted clients, computer, etc, but only reseting the very script makes it work, but just for the little time I mentioned.

Atheist.

Spectrus
06-19-2014, 04:14 AM
Well, the I'm trying to PG a char which uses GFB alot when more than 1 of any moster is near, it worked great yesterday but now it actually stops working after botting for a while.

Also, I'm skilling a knight with a simple "activate/deactivate targeting" script that also stops working after a while, funny thing is, both things (this and the rune shooting) work just fine at the begining but then stop for some reason, I've restarted clients, computer, etc, but only reseting the very script makes it work, but just for the little time I mentioned.

Atheist.

This is with pre-Apophis version?

Atheist
06-19-2014, 04:16 AM
This is with pre-Apophis version?

Yup, I asked in my first post if actually changing to Apophis could solve this.

Atheist.

PapiChullo
06-19-2014, 06:21 AM
Well, the I'm trying to PG a char which uses GFB alot when more than 1 of any moster is near, it worked great yesterday but now it actually stops working after botting for a while.

Also, I'm skilling a knight with a simple "activate/deactivate targeting" script that also stops working after a while, funny thing is, both things (this and the rune shooting) work just fine at the begining but then stop for some reason, I've restarted clients, computer, etc, but only reseting the very script makes it work, but just for the little time I mentioned.

Atheist.


I botting my knight in hive also and I see he stops making attack spells after awhile, Need to reload the script and then it starts to exori/exorigran etc again

fingr
06-19-2014, 10:04 AM
1. It catches private messages you receive from players.
2. You activate the reconnect function by ticking Recnct at the Tools window. It will reconnect upon kicks or after server save.


"It catches messages" What does that mean? O.o takes SS ?
And the reconnect, will it open backpacks or is it just a reconnect?~

Nakuu
06-19-2014, 10:07 AM
"It catches messages" What does that mean? O.o takes SS ?
And the reconnect, will it open backpacks or is it just a reconnect?~
It means you can read them.
It only reconnects, you need a lua script to re-open backpacks after reconnect.

pixie_frigo
06-19-2014, 11:47 AM
DarkstaR
Can I ask how random the reconnect is ? :)

Aka Puppets
06-19-2014, 11:51 AM
Why do I get this error?
http://postimg.org/image/ipx324wdb

Nakuu
06-19-2014, 11:51 AM
Why do I get this error?
http://postimg.org/image/ipx324wdb
Are you using TibiaCast maybe?

Aka Puppets
06-19-2014, 11:54 AM
Are you using TibiaCast maybe?
No, it's an OTS but it was working fine before this update.

julllleee
06-19-2014, 12:31 PM
Is anyone else having problem with that the bot closes the main bp? It only closes that one not the other once?

Xeromex
06-19-2014, 01:04 PM
Darkstar!

You still haven't fixed the PM bug. =[

I need it for my botting empire of doom.

Aka Puppets
06-19-2014, 01:15 PM
Did you use the built-in IP Changer or an external program?
Yes, but I always did it like that and never had problems before this update.

Badeanda
06-19-2014, 01:37 PM
DarkstaR

I've set up the magic shooter to the best of my knowledge.
Runeshooter at 2+ (avalanche) on threat low-very high.
Exori spells at 1+ on specific monsters

Sometimes it's really slow to use the runeshooter while kiting or chasing.
It shoots the wand 2 or even 3 times before it get's a shot out. This can happen between shots or when approaching the monsters.

This happens on exori spells aswell but not as often.

Marcus Brutal
06-19-2014, 01:44 PM
You're able to inject and load .xbst files, but cannot load .lua files, correct?

Correct.

I have been using XenoBot for a long time and never got this problems before. I don't really know what to do here..

It can't load any lua files I got, all my scripts when i load them says error.

buzon555
06-19-2014, 04:36 PM
MAKE OLD XENOBOT :(((((

DarkstaR
06-19-2014, 05:07 PM
@DarkstaR (http://forums.xenobot.net/member.php?u=2)

I've set up the magic shooter to the best of my knowledge.
Runeshooter at 2+ (avalanche) on threat low-very high.
Exori spells at 1+ on specific monsters

Sometimes it's really slow to use the runeshooter while kiting or chasing.
It shoots the wand 2 or even 3 times before it get's a shot out. This can happen between shots or when approaching the monsters.

This happens on exori spells aswell but not as often.

I'll look into this.


Correct.

I have been using XenoBot for a long time and never got this problems before. I don't really know what to do here..

It can't load any lua files I got, all my scripts when i load them says error.

I'll fix this ASAP. Please be patient, it will be worth it, this version is much better.


MAKE OLD XENOBOT :(((((


no.

Marcus Brutal
06-19-2014, 07:50 PM
I'll look into this.



I'll fix this ASAP. Please be patient, it will be worth it, this version is much better.




no.


Ok! Do you tell us here when you have done a update so we can re-install it? :)

DarkstaR
06-19-2014, 08:55 PM
Ok! Do you tell us here when you have done a update so we can re-install it? :)

This particular update will auto-update when you boot up your system or restart XenoSuite :) I've made the fix and it seems to be working, I'll be doing some extensive testing and release within 5 hours.

kubax36
06-19-2014, 09:14 PM
Whats the Difference if i set low danger lvl or very high danger lvl in magic shooter? Its like if I set exori on low danger lvl then its shooting exori to all monsters with low danger lvl and higher or what? :D All i know i need to set exori to Very High to work it correct xD.
And about Issues, as i said before, Rune shooter is shooting area runes even if monsters are 2sqms out of screen. The problem is that if monster drops someting and bot dont see monster on screen while dead then its not even trying to open this body :(

Nakuu
06-19-2014, 09:17 PM
Whats the Difference if i set low danger lvl or very high danger lvl in magic shooter? Its like if I set exori on low danger lvl then its shooting exori to all monsters with low danger lvl and higher or what? :D All i know i need to set exori to Very High to work it correct xD
Pretty much yes. If you set danger level to 'X' it will shoot those spells/runes on monsters with targeting's priority equal or higher than 'X'.

DarkstaR
06-19-2014, 09:50 PM
And about Issues, as i said before, Rune shooter is shooting area runes even if monsters are 2sqms out of screen. The problem is that if monster drops someting and bot dont see monster on screen while dead then its not even trying to open this body :(

I'll be fixing this tonight

Masse136
06-19-2014, 10:37 PM
Saw some complain about paladin running sucked. I can't see the issue. My paladin run perfect! I even think some scripts will be able to lower the recommended lvl. I am really satisfied!

About the GFB issue it was also fooled by corners only hitting 1/4 targets sometimes. Then again, if it's worth ever caring about is another story.

Edit: I love the new magic shooter. I use AOE on 5+ from very low to clear easy mobs with rp UE. Tho I would love if u add that it COULD be used even on "If Stuck" Mobs. Much cheaper then spending 10 prismatics for an example :p DarkstaR

spurrenirre
06-19-2014, 11:06 PM
Can someone tell me how long you have to wait to change machine? because I have divorced parents and I really want to know when I'm able to switch :/

Masse136
06-19-2014, 11:08 PM
Can someone tell me how long you have to wait to change machine? because I have divorced parents and I really want to know when I'm able to switch :/

it's like 5 days each time. Sorry to say but if u are moving betwine them a lot u have to buy two subscriptions

Nakuu
06-19-2014, 11:09 PM
Tho I would love if u add that it COULD be used even on "If Stuck" Mobs. Much cheaper then spending 10 prismatics for an example :p DarkstaR


"*If stuck will come in the future"

Soon™

Masse136
06-19-2014, 11:12 PM
"*If stuck will come in the future"

Soon™

Thanks! =) Just a stupid question from someone who can't program. But is it really a difference in adding from very easy- very hard or was it just forgotten and added when time allows?

DarkstaR
06-20-2014, 01:01 AM
An update has been pushed with the following changes:

Scripts will now work properly with unicode paths
The shooter will only shoot up to 1 space off screen


Closing all tibia clients and restarting XenoSuite will trigger an automatic update of these fixes.

manllo
06-20-2014, 05:33 AM
can someone make a quick script to show ping? Been waiting for so long for that <3 Loveu DarkstaR

deigrek
06-20-2014, 06:36 AM
After XenoBot morning update, when I'm trying to apply bot on normal Tibia client and Preview I got this "Unsigned XenoBot module found! Please make sure that XenoBot not been tampered with!", anyone have same problem?

DarkstaR
06-20-2014, 06:44 AM
After XenoBot morning update, when I'm trying to apply bot on normal Tibia client and Preview I got this "Unsigned XenoBot module found! Please make sure that XenoBot not been tampered with!", anyone have same problem?

Try a reinstall? Sounds like the download was corrupted. I'll look into verifying downloads.

deigrek
06-20-2014, 06:48 AM
Try a reinstall? Sounds like the download was corrupted. I'll look into verifying downloads.
I have, twice but still this message popping up.

deigrek
06-20-2014, 06:49 AM
double, sorry

DarkstaR
06-20-2014, 07:07 AM
Does it happen for both regular tibia and preview? or only one or only the other?

deigrek
06-20-2014, 07:20 AM
Yes on both

DarkstaR
06-20-2014, 07:26 AM
Yes on both

I've checked, and the binaries are correctly signed. The only thing I can think of is going into "C:\Program Files\XenoBot\Versions" and deleting all of the files, then restarting the bot.

deigrek
06-20-2014, 07:37 AM
I've checked, and the binaries are correctly signed. The only thing I can think of is going into "C:\Program Files\XenoBot\Versions" and deleting all of the files.

Works, thanks!

masterofpacera
06-20-2014, 08:01 AM
sry but where to download it , i cant find it
also is that testing one for us or the final release?

Elvang
06-20-2014, 08:10 AM
sry but where to download it , i cant find it
also is that testing one for us or the final release?

This is the release, it's not a beta.

http://xenobot.net/downloads/apophis_14.6.18.msi

masterofpacera
06-20-2014, 08:13 AM
This is the release, it's not a beta.

http://xenobot.net/downloads/apophis_14.6.18.msi

aha ok thanks will start on it

DarkstaR
06-20-2014, 08:30 AM
Works, thanks!

Just an update:

I've made changes to XenoSuite that will automatically delete and re-download the files when this error occurs. I'll push that release in the next few days :)

Koksik22
06-20-2014, 08:36 AM
Just an update:

I've made changes to XenoSuite that will automatically delete and re-download the files when this error occurs. I'll push that release in the next few days :)

Yesterday was working good and today i have something like this, what happend?

http://i.imgur.com/wY4oOHE.jpg

deigrek
06-20-2014, 08:47 AM
I had the same problem so I removed the files associated with xenobot mentioned by darkstar, and then installed again and everything is working well.

Koksik22
06-20-2014, 08:59 AM
I had the same problem so I removed the files associated with xenobot mentioned by darkstar, and then installed again and everything is working well.

thanks, now its working. first time i just reinstal xeno didnt knowed then i need delete all files.

kubax36
06-20-2014, 11:50 AM
Maybe its not big problem, but... bot is looting Energy Elementals via browse field. Always. Also noticed its looting via browse field if vials are under body and sometimes its looting totaly randomly with browse field.

Vayla
06-20-2014, 08:19 PM
:confused:Cant loing into XenoSuite..:(

hmm..
i open as administrator, then write my user name and password> try to login than, and nothing happens:/

DarkstaR
06-20-2014, 08:21 PM
:confused:Cant loing into XenoSuite..:(

hmm..
i open as administrator, then write my user name and password> try to login than, and nothing happens:/

You don't have an XenoBot licence.

Rickrick4
06-20-2014, 09:43 PM
DarkstaR and team, awesome work! :)

kubax36
06-20-2014, 11:17 PM
The one problem more i noticed is that bot is jumping too fast from label to waypoint and its reason of stucks in my few scripts. Havent this problem in older versions. Example:

<item text="Stand (32638, 31438, 7)" tag="1"/>
<item text="mistrockyala:" tag="255"/>
<item text="Stand (32658, 31289, 6)" tag="1"/>
<item text="Node (32724, 31292, 7)" tag="0"/>
<item text="Node (32735, 31276, 7)" tag="0"/>
<item text="Stand (32752, 31259, 7)" tag="1"/>
<item text="Stand (32752, 31257, 6)" tag="1"/>
first stand after label is step on stairs, its jumping imidietly to node on lower lvl meanwhile teleporting from one boat to another cuz bot thinks that stand is not reachable. Its happening in every place where boats are on different levels. This started to happen in new version. I am sure thats not problem with my latency.

Masse136
06-20-2014, 11:38 PM
I found a "Bug"(?)

XB remembers what monster has been killed even if looting is temporally off, so when I cleared Quest room above star room, drefia I turned off looting with my knight to have less confusion and when I turned it on some mobs where stacked and I though it would use browse floor to loot, but it didn't. It did like old XB and opened top body 3-4 times until it thought it had looted it all. DarkstaR

kubax36
06-20-2014, 11:49 PM
That is due to bad scripting and not a bug of XenoBot.
A way to fix this is to add a waiting loop within the label action that delays the walker as long as the desired location is not reached.
--pseudocode
while (not at thais boat) do
Walker.Delay(1000)
end
I know i can fix it by myself, even in most retarded way (for example adding 3x stand on stairs in a row :D), but as i said before, it was not happening before this update. So I thought: "if there was not problems before with my scripts and after this update suddenly i got problems then something changed with bot". I checked one more time change log and didnt noticed anything about walker changes. Probably something changed what is not mentioned in change log and thats why it started to happen. Why are u calling it "bad scripting" if it was working perfect before? Why should i change it before if there wasnt even single problem with it?

Nakuu
06-21-2014, 12:00 AM
I know i can fix it by myself, even in most retarded way (for example adding 3x stand on stairs in a row :D), but as i said before, it was not happening before this update. So I thought: "if there was not problems before with my scripts and after this update suddenly i got problems then something changed with bot". I checked one more time change log and didnt noticed anything about walker changes. Probably something changed what is not mentioned in change log and thats why it started to happen. Why are u calling it "bad scripting" if it was working perfect before? Why should i change it before if there wasnt even single problem with it?

It's because scripter was optimized and works faster now and it finishes it's work at label before you get teleported. So just add wait(1000) after talking to NPC or w/e and should be fine.

martinpwnage
06-21-2014, 12:29 AM
I'm using one liner like
Creature.Follow("Thorgin") and it just doesn't work?! All scripts don't work, it was working all fine when I used the beta version

EDIT: re-installed xeno, working fine except one liner

kubax36
06-21-2014, 12:46 AM
It's because scripter was optimized and works faster now and it finishes it's work at label before you get teleported. So just add wait(1000) after talking to NPC or w/e and should be fine.
already added 2sec of wait to few of my scripts ;p

Well, the Scripter was optimized with this update to work way faster than before, using less memory, ...
That might bug some scripts that were working before and that is the result of either bad scripting OR a fix of a "bug" within the old XenoBot code.
I did not mean to insult you.
And thats answers i wanted to see, now i understand everything. Thanks guys! :D

Edit: there is one thing more, when i want to open script via explorer window then i need to search for char in that list. Before, in older version, char from focused window was first on list. Its making abit harder to load script for ppl who bots alot of chars with stupid and similar names (as me :D).
Also sometimes if u close client and open another and then login another char its showing name of char logged before, not actually logged in. Same is happening with xeno monitor (everything is working fine there, just name is not correct)

Edzio
06-21-2014, 10:37 AM
"Failed to load address file "001-.3733acd4dc35b1b9ad504c02727e027ac.xblua"!.If this error persists,you may need to re-install. "
Please tell me what I can do with that?

kubax36
06-21-2014, 10:43 AM
"Failed to load address file "001-.3733acd4dc35b1b9ad504c02727e027ac.xblua"!.If this error persists,you may need to re-install. "
Please tell me what I can do with that?

"If this error persists,you may need to re-install" - have u tried it?

Edzio
06-21-2014, 10:46 AM
Yes like 10 times.

Masse136
06-21-2014, 11:46 AM
Small fixes for new Apophis.

Dosen't use blessed wooden stake when Vampire Viscount dies as ID:18958
Doesn't use brows field when monsters stack and die. I hope that was the point since old XB successfully looted under trees ect. even before the update :p
DarkstaR


please tell me if I'm supposed to post tho stuff else where?

kolibal
06-21-2014, 01:38 PM
can someone tell me how to use MC ?
I tick mc check , then open 2 tibia , the second client gives error that you can only launch one . even though when launching second one , xenosuite gives a message saying that the client is patched . Am I doing this wrong ?

Mageq
06-21-2014, 01:44 PM
Browse Field : he uses browse field on monsters which are not even covered in anything? Nothing is on top, he kills a monster, walks up to it and uses browse field, 3/10 times.

Masse136
06-21-2014, 02:01 PM
can someone tell me how to use MC ?
I tick mc check , then open 2 tibia , the second client gives error that you can only launch one . even though when launching second one , xenosuite gives a message saying that the client is patched . Am I doing this wrong ?

Open the xenosuite down to the right en click enable MC and auto inject. Bugged for me first time also when I had crossed them so I restarted and it worked after that.

kolibal
06-21-2014, 02:56 PM
Open the xenosuite down to the right en click enable MC and auto inject. Bugged for me first time also when I had crossed them so I restarted and it worked after that.
Thanks mate

rihop
06-21-2014, 03:08 PM
wtf? this new Aphropis gets me crash all the time i start it when pressed inject? how can i get the old 10.41 version since i cant find it?

ppgab
06-21-2014, 03:09 PM
wtf? this new Aphropis gets me crash all the time i start it when pressed inject? how can i get the old 10.41 version since i cant find it?

it only crashes for me in ots

rihop
06-21-2014, 03:12 PM
yea and i use it in OTs Shadowcores ppgab

where can i find the other version so i can still use it in the OT cant find in download section

10.41 version

everytime i install the setup for 10.41 it automatic wants to install this new aphropis version

Rape on Backyard
06-21-2014, 03:26 PM
Copying my bug-report in here also.

Operating System:
Windows 7 x64
Short Description:
Cant inject
Behaviors:
Feature error

Indepth Description:
I have Xeno Suite started, starts up client, and get "unsigned xenobot module found! please make sure that xenobot has not been tampered with" No its not cracked or anything. Tried reinstall. same problem with preview AND normal client. Tried starting xeno afterwards the client is going also, same problem, no bug if only xeno suite is started and not the client though. Tested without auto-inject and multi-client checked. Same problem persists. It worked great yesterday but not today. What has changed? Ofc I got the newest XB-version.

rihop
06-21-2014, 05:22 PM
Well, how can i get the old version for 10.41 since i use xenobot only for OT , and the new version makes me crash all the time @ the OT

and at the download section there isnt the version for 10.41 yet only the new 1

i really need the old version, i didnt know that the new version dont work on the OT
DarkstaR Syntax Jo3Bingham Nakuu pixie_frigo

Nakuu
06-21-2014, 05:25 PM
Well, how can i get the old version for 10.41 since i use xenobot only for OT , and the new version makes me crash all the time @ the OT

and at the download section there isnt the version for 10.41 yet only the new 1

i really need the old version, i didnt know that the new version dont work on the OT
DarkstaR Syntax Jo3Bingham Nakuu pixie_frigo

http://xenobot.net/downloads/setupd%203.5.7.msi

This one I believe was for 10.41 before Apophis.

rihop
06-21-2014, 05:28 PM
Nakuu

yea it was, thank you, where did u find it , when i press on download i only see old versions

ppgab
06-21-2014, 05:48 PM
Nakuu

yea it was, thank you, where did u find it , when i press on download i only see old versions

rename your current xenobot folder in C:\Program files to "xenobot apophis"

DarkstaR
06-21-2014, 09:24 PM
Debugs with OT servers and Tibia cast are fixed. This change will come with auto-update when you restart XenoSuite.

The "Unsigned XenoBot module" bug has been fixed. The error will still appear, but it will trigger a, automatic re-download of the required XenoBot module. You must re-install for this change to take effect.

alekzto
06-22-2014, 03:25 AM
I havent update to apophis, can i still been using xenobot normally??? It will be make an auto update???

Edzio
06-22-2014, 08:06 AM
"Failed to load address file "001-.3733acd4dc35b1b9ad504c02727e027ac.xblua"!.If this error persists,you may need to re-install. "
Please tell me what I can do with that?
So somebody can help me ?

DarkstaR
06-22-2014, 08:19 AM
So somebody can help me ?

Try deleting everything in your "C:\Program Files\XenoBot\Addresses" folder

Edzio
06-22-2014, 11:34 AM
Try deleting everything in your "C:\Program Files\XenoBot\Addresses" folder


Still it's not working.Also it's show a statment that XenoBot failed load addresses.

Zippowl
06-22-2014, 01:56 PM
can i have xenobot for 10.41 please!? idk why but apophis dont work for me!!

Nakuu
06-22-2014, 01:59 PM
can i have xenobot for 10.41 please!? idk why but apophis dont work for me!!
Could you say a little bit more why it doesn't work? I've linked the 10.41 version for normal worlds somewhere on previous pages, there is no 10.41 'normal' XenoBot for Preview World though and there won't be any except this one. I suggest you to explain your error and we'll try to help you out. It's worth upgrading.

Zippowl
06-22-2014, 02:08 PM
hey Nakuu i cant inject xeno at tibia clients..

http://imgur.com/5WS5HHf
http://imgur.com/5WS5HHf


after i log with my xeno acc this is the only screens i have on xeno, it wont inject into tibia client...

Zippowl
06-22-2014, 03:33 PM
didnt worked...

any idea?
Nakuu Rydan

Atheist
06-22-2014, 03:44 PM
Anyone else noticing the spell shooter being alot slower to cast now, or is it just me?

I mean, now it lets the wand shoot but at higher levels all I really want is for the char to use exori flam/frigo/etc as fast as it can since it has a higher damage output.

Atheist.

Ruter1
06-22-2014, 03:47 PM
DarkstaR I guess many ppl left due to law enforcemnt, its still illegally in majority of the countries to sell sex, even online (apophis).

Serious though, aweesome update!

Zippowl
06-22-2014, 03:50 PM
done that, it worked the first time, now its not anymore... AND if i have to do that everytime i wanna bot ill just quit tibia and boting lmao

achi3
06-22-2014, 04:17 PM
Delete your config.ini from the Documents folder and restart XenoSuite.



Thanks bro, now im not getting debugs :D

DarkstaR
06-22-2014, 05:45 PM
Anyone else noticing the spell shooter being alot slower to cast now, or is it just me?

I mean, now it lets the wand shoot but at higher levels all I really want is for the char to use exori flam/frigo/etc as fast as it can since it has a higher damage output.

Atheist.

If you want to cast at full speed with perfect timing, use a lua script and don't complain when you're banned. :P


done that, it worked the first time, now its not anymore... AND if i have to do that everytime i wanna bot ill just quit tibia and boting lmao

I'm working on fixes to all of the problems, don't worry. If it keeps working the first time around and then stops working after that, it means the files are getting corrupted which could be due to a few things:

You're deleting them.
Some AV is quarantining them.
Your hard drive is failing to properly save the data.


The fixes that will be released today will make sure that the files they download are not corrupted at the time of download. So, if this keeps happening after that point, it is likely that one of the above scenarios is to blame, as XenoSuite will not even attempt to use files which failed to download properly.

Atheist
06-22-2014, 06:38 PM
If you want to cast at full speed with perfect timing, use a lua script and don't complain when you're banned. :P

I dont want perfect timing, I'm just wondering why Apophis' shooter isnt as good as old Xeno's. If you tell me it's a security measure to mimic manual patterns then great, I was just wondering.

Atheist.

Spectrus
06-22-2014, 07:04 PM
I dont want perfect timing, I'm just wondering why Apophis' shooter isnt as good as old Xeno's. If you tell me it's a security measure to mimic manual patterns then great, I was just wondering.

Atheist.

It's that.

DarkstaR
06-22-2014, 11:46 PM
An update has been pushed.

XenoSuite Changes (Apophis must be re-installed for these to take effect):

The auto-updater has been improved; it will now validate downloaded files before applying them.
9 example scripts are now in the "Program Files\XenoBot\Examples" directory. More to come, they will have an integrated button in the bot eventually.


XenoBot Changes (These will be downloaded automatically when XenoSuite is restarted):

A bug causing Hold Recovery to act funny has been fixed.
Snap-back detection has been slightly improved (no more blocking tiles based on spell or lag snap-backs).
Self.PrivateMessage() in the Scripter has been fixed.
The Player Attack alarm now has an option to alert when yellow PvP boxes are detected.

Raziol
06-23-2014, 03:28 PM
DarkstaR you know that re-mount feature is implemented in tibia client already. you can cut it from xeno :P

http://www.tibia.com/news/?subtopic=newsarchive&id=2774&fbegind=3&fbeginm=6&fbeginy=2014&fendd=4&fendm=6&fendy=2014&flist=11111111

ppgab
06-23-2014, 03:54 PM
lawl that example scripts was an awesome idea...

only complaint i have with apophis so far is how the settings screen still goes one by one (.xbst), should be like the scripter one

Nakuu
06-23-2014, 04:21 PM
DarkstaR you know that re-mount feature is implemented in tibia client already. you can cut it from xeno :P

http://www.tibia.com/news/?subtopic=newsarchive&id=2774&fbegind=3&fbeginm=6&fbeginy=2014&fendd=4&fendm=6&fendy=2014&flist=11111111
It's still useful since it doesn't always remount :)

From now on, you only have to remount manually if you used the creature illusion spell or if you have been transformed into a creature by a monster.

Raziol
06-23-2014, 04:49 PM
It's still useful since it doesn't always remount :)

It doesnt remount when you logged out in pz and logged in again, other cases always remounting i guess

Mageq
06-23-2014, 04:55 PM
Hey Nick, could you reduce the time it takes for xeno to switch labels? from the checker, to the route?

Thanks,

DarkstaR
06-23-2014, 05:01 PM
It doesnt remount when you logged out in pz and logged in again, other cases always remounting i guess

You've never hunted Medusas.



Hey Nick, could you reduce the time it takes for xeno to switch labels? from the checker, to the route?

Thanks,

The timing is important to many scripts and over-tweaking it can break more than it fixes.

Fend
06-23-2014, 05:30 PM
Congratz

Koksik22
06-23-2014, 05:47 PM
Still got some problems with targeting. Character dont shoot strike spelll when have that position. DarkstaR

This is the new version of apophis.

http://i.imgur.com/4A97zSd.jpg

http://i.imgur.com/cxisKGM.jpg

http://i.imgur.com/dA9Uo66.jpg

DarkstaR
06-23-2014, 05:53 PM
I tweaked the positioning down a bit yesterday (gfbs were missing), that might have reintroduced this bug. I'll check it out tonight.

Unuke12345
06-23-2014, 06:06 PM
You've never hunted Medusas.

I believe using the auto-mount at medusas is quite risky though, not sure :p

Alan-currie
06-23-2014, 07:11 PM
An update has been pushed.

XenoSuite Changes (Apophis must be re-installed for these to take effect):

The auto-updater has been improved; it will now validate downloaded files before applying them.
9 example scripts are now in the "Program Files\XenoBot\Examples" directory. More to come, they will have an integrated button in the bot eventually.


XenoBot Changes (These will be downloaded automatically when XenoSuite is restarted):

A bug causing Hold Recovery to act funny has been fixed.
Snap-back detection has been slightly improved (no more blocking tiles based on spell or lag snap-backs).
Self.PrivateMessage() in the Scripter has been fixed.
The Player Attack alarm now has an option to alert when yellow PvP boxes are detected.



Xeno apophis needs to be redownloaded? I thought it updated auto~

Nakuu
06-23-2014, 07:12 PM
Xeno apophis needs to be redownloaded? I thought it updated auto~

Changes to XenoSuite require redownloading it. Changes to bot itself update automatically.

Btw. Anyone else noticed higher CPU usage of bot recently or is it just me? I used to bot 6 MCs, play Diablo III, League of Legends at the same time without any problems and now I got 4 MCs and I am running out of CPU power after 12 hours of botting.

ppgab
06-23-2014, 11:21 PM
nvm, fixed

DarkstaR
06-24-2014, 05:18 AM
I've pushed an update which adds a 10 free trial for new forum members.

hayeek123
06-24-2014, 12:29 PM
Why doesnt trial work and is it possible to fix it?

Nakuu
06-24-2014, 12:35 PM
Why doesnt trial work and is it possible to fix it?
Tried downloading the latest update#4? Trial (10 days) should work again.

hayeek123
06-24-2014, 12:52 PM
Tried downloading the latest update#4? Trial (10 days) should work again.

Yeah it works now!

VilleDaKing
06-24-2014, 01:15 PM
When i try to log in it says: Invalid response! ( I have reinstalled it multiple times, still doesnt work)

bnny
06-24-2014, 03:44 PM
i just love this new version of xeno :rolleyes: the re-conect works perfect also the spell shooter rune area :333 its amazing im looking for bugs but look perfect to me thanks darkstar and staff members :D

Gordo
06-24-2014, 03:51 PM
idk if its known but apophis does not load the "xenobot settings" (ex xsbt files)

*edit : Got it working, but is annoying half the time is works the other it doesn't.

ppgab
06-24-2014, 03:53 PM
idk if its known but apophis does not load the "xenobot settings" (ex xsbt files)

try using its own ipchanger

Gordo
06-24-2014, 04:04 PM
try using its own ipchanger

why would i need a ip changer?

ppgab
06-24-2014, 04:06 PM
why would i need a ip changer?

nvm , i just assumed you were using a ot, i had a similar problem

VilleDaKing
06-24-2014, 07:22 PM
still cant use that suite :( same as always: Invalid response, can someone help me?

DarkstaR
06-24-2014, 08:29 PM
still cant use that suite :( same as always: Invalid response, can someone help me?


Are you getting any cloudflare errors/warnings/checks when visiting this website?

VilleDaKing
06-24-2014, 08:41 PM
Are you getting any cloudflare errors/warnings/checks when visiting this website?

Not that i know of

DarkstaR
06-24-2014, 09:13 PM
Not that i know of

Are you still getting this error?

Zippowl
06-24-2014, 09:22 PM
working properly now, changed alot of stuff idk which one worked.. lmao but idc its working, thx guys

VilleDaKing
06-25-2014, 07:06 AM
Are you still getting this error?
Yea :(


Edit: Nvm my firewall was blocking it

Chachacha
06-25-2014, 07:25 AM
Sorry, but the bot is still walking into invisible creatures.

But on the other hand, i can feel the difference... well done! =)

memos
06-25-2014, 08:52 AM
awesome update, im looking for any bugs but it seems perfect :) thanks darkstar

BnW
06-25-2014, 10:23 AM
Not sure why, but when I inject an XBST file into my character the Walker is blank, there are no nodes or anything? But when I go into settings > load the walker is normal? Am I missing something?

BnW.

kubax36
06-25-2014, 10:46 AM
DarkstaR Could u improve abit Magic Shooter? The problem is if Exori Gran is set as higest priority spell and later is exori and exori ico then if char dont have mana to cast Exori gran he is not casting other spells neither even if he have enough mana for them. I could change priority of spells, but still... It should shoot exori gran first ;p.

I dont know whats happen if i will use gfbs and somehow i will be out of runes. It will try to spam gfbs and wont use strike spells or what?

Edit: Now i cant inject bot to all clients at once.

kubax36
06-25-2014, 10:52 AM
Btw. Anyone else noticed higher CPU usage of bot recently or is it just me? I used to bot 6 MCs, play Diablo III, League of Legends at the same time without any problems and now I got 4 MCs and I am running out of CPU power after 12 hours of botting.
Had same issue with old version, the problem was there was alot of dust in my PC (like 1 year without vacuuming it :D). So if u have pc try to vacuum it :). Also restart your comp sometimes ;p

domin19gks64
06-25-2014, 11:47 AM
Hey
Is the problem with the trial account is next?

Nakuu
06-25-2014, 11:51 AM
Hey
Is the problem with the trial account is next?
Maybe I am the only one but can't really understand what you mean. Can you explain a little bit more what is the problem exactly?

domin19gks64
06-25-2014, 04:34 PM
Hey.
Sorry for my english.
I found something at the beginning of this topic: "Trial doesn't work."

Nakuu
06-25-2014, 04:35 PM
Hey.
Sorry for my english.
I found something at the beginning of this topic: "Trial doesn't work."

It works again since update#4

A 10 day free trial has been added for all new forum users. You must re-install for this change to take effect (you do not need this if you do not plan to use the trial).

domin19gks64
06-25-2014, 04:40 PM
Okeey
Thaanks ! :D

hockeyfan989
06-25-2014, 09:48 PM
Tibia Error - "A Tibia client is already running. (Error Code 29) You can run only one Tibia client at once.

XenoSuite - Tibia Client Opened - "Xenobot automatically injected into client. MC patch failed!"


- Muliclient isn't working? - I tried deleting everything and redownloading, also I turned off my antivirus just in case and it still isn't working for me.
- Only started last night? - It was working before. - I also tried re-installing the old xenomc and that didn't work either

Any Ideas? - Thanks.

hockeyfan989
06-25-2014, 09:54 PM
TY ser ^.^ - I was looking through old posts but apparently I missed that little tidbit.

Alice2c
06-25-2014, 10:07 PM
I have some problem with scripts. I click for script and have this "00:07 XenoBot: Loaded settings successfully." But I don't have waypoints and any ;c

Unuke12345
06-26-2014, 01:09 AM
When putting Lizard Legionnaire for instance on 3 sqm diaq along with exori frigo it will not shoot exori frigo just wand hit. Not sure if you know about this, also it seems as if the range for UE (exevo gran mas frigo) is wrong as I set it to use UE with 6 creatures but often tends to use UE when 6 are on screen but still only hit 3-4 monsters :p

laststax
06-26-2014, 04:37 AM
When you hit inject button even without having auto inject it will auto inject every client i have opened, you just ruined my bank character and now i have to make a new one, thanks for that.

xiaospike
06-26-2014, 04:49 AM
When you hit inject button even without having auto inject it will auto inject every client i have opened, you just ruined my bank character and now i have to make a new one, thanks for that.

What's wrong with injecting into a bank char if it doesn't auto load a script?

laststax
06-26-2014, 04:55 AM
the simple fact that it is no longer 100% safe is whats wrong, before it had a zero percent chance of being deleted now it has a target on its head, all be it a small one

spnz0x
06-26-2014, 05:17 AM
the simple fact that it is no longer 100% safe is whats wrong, before it had a zero percent chance of being deleted now it has a target on its head, all be it a small one

omg, is this real life?

WorkingHandz
06-26-2014, 05:19 AM
When putting Lizard Legionnaire for instance on 3 sqm diaq along with exori frigo it will not shoot exori frigo just wand hit. Not sure if you know about this, also it seems as if the range for UE (exevo gran mas frigo) is wrong as I set it to use UE with 6 creatures but often tends to use UE when 6 are on screen but still only hit 3-4 monsters :p

i am having this same issue.

DarkstaR
06-26-2014, 05:48 AM
Update #5 (Jun 25): These changes will come with auto-update when you restart XenoSuite.
E-Wave, E-Beam, GEB, and F-Wave spell areas have been added to the shooter.
If Stuck and Creature Count attack reasons have been added to the shooter.
Explosion Rune areas have been added to the shooter.
All known range-related shooter bugs have been fixed.

Alice2c
06-26-2014, 05:54 AM
Someone can tell me why my scripts doesn't work? I click on this script and nothing.

Gordo
06-26-2014, 05:54 AM
Not sure why, but when I inject an XBST file into my character the Walker is blank, there are no nodes or anything? But when I go into settings > load the walker is normal? Am I missing something?

BnW.

is this issue going to be addressed? when you load the xbst file, it wont load the walker's waypoints... and like he says, you have to load it from settings then load it again from the scripts folder, its really annoying.

DarkstaR
06-26-2014, 05:57 AM
is this issue going to be addressed? when you load the xbst file, it wont load the walker's waypoints... and like he says, you have to load it from settings then load it again from the scripts folder, its really annoying.

I'm looking into this right now.

Alice2c
06-26-2014, 06:03 AM
I can't use xbst ;c I click double time and all is blank ;c

DarkstaR
06-26-2014, 06:12 AM
I can't use xbst ;c I click double time and all is blank ;c

Load it using the settings window for now.

DarkstaR
06-26-2014, 07:16 AM
I can't use xbst ;c I click double time and all is blank ;c

Can you provide me with the file causing the issue? I've tried with many files and cannot re-create this. Also give me exact re-creation steps.

Edzio
06-26-2014, 07:52 AM
Load it using the settings window for now.

Still like 90 % of scripts are not working.

DarkstaR
06-26-2014, 07:59 AM
Still like 90 % of scripts are not working.

Like I just said:


Can you provide me with the file causing the issue? I've tried with many files and cannot re-create this. Also give me exact re-creation steps.

kubax36
06-26-2014, 11:40 AM
Update #5 (Jun 25): These changes will come with auto-update when you restart XenoSuite.

If Stuck and Creature Count attack reasons have been added to the shooter.


how does it exaclty count? It counts only monsters from targeting or ANY monster?

Aristeus
06-26-2014, 12:00 PM
I'm experiencing some problems with the setup for the magic shooter. The hit-boxes that are used to check/uncheck the spells are hard to hit. You have to aim slightly lower then were the box is or it'll check/uncheck the spell above. Nothing major, just thought I'd let you know since this seems to have appeared after last nights update.

Nakuu
06-26-2014, 01:35 PM
I'm experiencing some problems with the setup for the magic shooter. The hit-boxes that are used to check/uncheck the spells are hard to hit. You have to aim slightly lower then were the box is or it'll check/uncheck the spell above. Nothing major, just thought I'd let you know since this seems to have appeared after last nights update.
Same happens with Targeting - not always but sometimes needs to click a bit lower than actual monster's name to select it. Not sure why yet.

kubax36
06-26-2014, 02:00 PM
DarkstaR
15:55 You see a dead vampire viscount (Vol:20). [ID 18961] < ID of body before 10sec
15:57 You see a dead vampire viscount (Vol:15). [ID 18958] < ID of stackable body, after 10sec gone

Stacker/skinner isnt stacking this body. Could u fix it? It should be fast fix for you if u have ID's already :D

Aristeus
06-26-2014, 03:33 PM
Same happens with Targeting - not always but sometimes needs to click a bit lower than actual monster's name to select it. Not sure why yet.

Oh, okay. Just started botting again for the first time in 6 months so maybe that's why I've never encountered it before.

DarkstaR
06-26-2014, 04:04 PM
how does it exaclty count? It counts only monsters from targeting or ANY monster?

Any monster. If you want only monsters from targeting, set it to danger level with very low.

Wesker
06-26-2014, 04:22 PM
blablablabla............................


forget everything i didnt paste them on the script folder. works now XP

Unuke12345
06-26-2014, 04:56 PM
Seems as if the bot doesn't recognize the cooldown after exori max frigo and UE, also sometimes it will use exori gran/max frigo even though the conditions for avalanche are met and has higher priority than exori gran/max frigo, would be great if you could take a look at it :p DarkstaR

DarkstaR
06-26-2014, 05:00 PM
Seems as if the bot doesn't recognize the cooldown after exori max frigo and UE, also sometimes it will use exori gran/max frigo even though the conditions for avalanche are met and has higher priority than exori gran/max frigo, would be great if you could take a look at it :p @DarkstaR (http://forums.xenobot.net/member.php?u=2)

This is intended. It will sometimes cast a spell when it is on cooldown, and it will sometimes skip over a spell (something like 1 in 10). This is to seem more realistic.

Wesker
06-26-2014, 05:55 PM
darkstar unbann me from chat -.-, as a costumer i have rights :x fuck i want the chat back :/


while you do that give me unlimited account,

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


regrets

my life is full of

regrets

DarkstaR
06-26-2014, 06:01 PM
darkstar unbann me from chat -.-, as a costumer i have rights :x fuck i want the chat back :/


while you do that give me unlimited account,

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


regrets

my life is full of

regrets

Everytime I give you any tiny bit of slack you push the limits until I have to reban you -.-'

Wesker
06-26-2014, 06:07 PM
Everytime I give you any tiny bit of slack you push the limits until I have to reban you -.-'

heres my promise : i wont behave like a kid anymore, grown up from now on

u know im making a bot and i realise its pointless, theres so many bots that malfunction cant even stand on the proper place, to release my bot im going to need at least other 2-3 years, need more development more knowledge, and to be honest you know im a cool person when i want to be LOL, no more hard feelings for you, i bought 2 months planning to stay, why should i even bother going elsewhere a lawsy programming its going to give me a permanent bann, and on that i trust so, might not be the best idea to do on coding, might not be the user friendly program i want (consider the other bots layout, yours is different way to much) its hard to get used to something new, but at the moment i dont have other choice i bought a pacc on tibia and im not planning on wasting it or been deleted by shitty walking programs besides i dont understand anythign on blackdtools.

so ill behave, btw unbann me from tpforums already -.- and ill show you how to do math faster ;D , but i already did LOL


also how about you hook me up with an unlimited account ;D, and we can be bff's ;D ill wash your car for free'z


and btw u know i hate more than anything been wrong about something, but seriusly theres no decent developer.

i reported like a gazillion bugs on windbot lucas didnt do shit about them, i was thinking of makign a charge back LOL, but well ill let it slide.
ibot sucks dick
maozao i cant even contact him problems rl as far a si know
xenobot -> different style , interface, loading, scripting therefor not so user friendly since i dont know anything, but ill get there.


the only thing i care about at this moment is been able to fucking bot in peace.

and its me wesker, you know how hard it is for me to buy xenobot ?

its fucking hard.

but im not stupid, its the only choice i got.


enemy of my enemy is my friend.
if i can bot, ill buy it.

http://forums.tibiawindbot.com/showthread.php?5198-Wesker-s-Scripts-Freebie-Scripts&p=57831#post57831

check it your self theres like 20 pages of fixing bugs and bad waypoints, im tired cant deal with that shit anymore

DarkstaR
06-26-2014, 06:11 PM
facedesk

Wesker
06-26-2014, 06:17 PM
facedesk

ill ask this once and this will be the last time ill say it :

give me 1 last shoot both forums.


if i get banned again somehow i wont even bother asking, and i wont say anything about it.

without a chat im probably going to spam everwhere looking for answers, its a win - win ;D

already bought 15 desks while posting this.

no palms left im typing with my feet

ppgab
06-26-2014, 06:56 PM
wow, unban me too please, even tough i was under the effect of alcohol at 3 am,i didn't know it was against the rules to post mature content on the chatbox ( i learned it tho! ).



Darkstar pls...

Unuke12345
06-26-2014, 07:41 PM
This is intended. It will sometimes cast a spell when it is on cooldown, and it will sometimes skip over a spell (something like 1 in 10). This is to seem more realistic.
Hm okay, I believe you should make it like 1 in 30 or something though as it's quite unrealistic to exori max frigo when there are like 6 brimstone bugs around me :p

DarkstaR
06-26-2014, 08:12 PM
Hm okay, I believe you should make it like 1 in 30 or something though as it's quite unrealistic to exori max frigo when there are like 6 brimstone bugs around me :p

I can add an option for this in the future. For now, however, you can simply stack the same spell twice and it becomes a 1/10 * 1/10 chance to miss.

Blanz420
06-27-2014, 08:03 AM
Finally got around to watching the vlog.
Great fuckin job Dark!
Apophis ftw.
xD

Koksik22
06-27-2014, 11:41 AM
http://i.imgur.com/DahBYlk.jpg

Somone have that Problem??? is annoying to die 1-2times per day by that debug.. DarkstaR

DarkstaR
06-27-2014, 03:50 PM
Do you have any other Tibia related programs running?

Koksik22
06-27-2014, 05:05 PM
Do you have any other Tibia related programs running?

nope, also my friend whos botting 4-6 mcs got the same problems but less times then me.

julllleee
06-27-2014, 05:15 PM
When Xenosuits autoupdates will it replace the "it.00" file in "\XenoBot\Data" ? Because I need to add wisps body id for the bot to loot them and if it auto updates without notifying me i would miss to update the "it.00" file?
Also have anyone noticed that the bot closes bps? It only happens when you got like 6-9 bp open(They are all minimized so it should not be because it's opening mobs etc) It mostly happens when i got scripts running like withdraw or ring equip then it closes those bps, sometimes does it randomly too?