View Full Version : [Update] XenoBot v3.0.5
DarkstaR
02-20-2013, 02:06 AM
This update fixes some critical bugs, improves behavior for many functions, and adds the Map.MoveItem() and Self.UseBed() functions to the Scripter.
Changelog:
v3.0.5
Added the "Use on Self" option to the Looter.
Added Map.MoveItem() to the Scripter.
Parameters
xfrom: source x coordinate of the item.
yfrom: source y coordinate of the item.
xto: destination x coordinate of the item.
yto: destination y coordinate of the item.
count: (Optional) If the item is stackable, the amount to move (defaults to all).
Returns: 1 if success, 0 if failure.
Notes: Can only move items on the same floor.
Usage: Map.MoveItem(source.x, source.y, dest.x, dest.y, 100)
Added Self.UseBed() to the Scripter.
Parameters
x, y, z: the location of the bed.
mode: the offline training mode to select. Acceptable inputs are:
TRAINING_SWORD
TRAINING_AXE
TRAINING_CLUB
TRAINING_DIST
TRAINING_MAGIC
Returns: 1 if success, 0 if failure.
Usage: Self.UseBed(x, y, z, TRAINING_SWORD)
Fixed a bug which cause the Replace/Skip Script loading dialog to appear blank and crash upon interation.
Fixed a bug which made people with non-ASCII characters in their "My Documents" path unable to use the bot. The bot will now default to C:noBot\ in these cases.
Removed "Ectoplasmic Sushi" from the list of edible items.
Modified the Replace/Skip Script loading dialog, it is now wider.
Modified the way XenoBot resets data. Instead of resetting upon log out, the following data points will only reset if you switch characters:
Most Taken Damage
Most Dealt Damage
Last Target Name (Hold target will not obey here)
Last Exivad Name
Last Followed Name
Killed Creature Counts
Recent Loot
Improved Scripter Modules and TIMER_TICK events. These events will no longer pile up in queue, making wait() safe to use.
Improved Hold Target. It will now use intelligent behavior to prevent unintended white skulls.
If the target did not have a skull when manually attacked, Hold Target will have no discretion.
If the target did have a skull when manually attacked, Hold Target will stop attacking if the target enters an unjustifiable kill state.
Improved Targeting. It is a bit easier on CPU, especially when Hold Target is enabled.
For download and operation instructions, refer back to this thread:
http://forums.xenobot.net/showthread.php?19
kbzin
02-20-2013, 02:14 AM
Very nice! Gonna test it soon. Thanks DarkstaR.
Tibian
02-20-2013, 02:37 AM
Thanks. Downloading.
Tibian
Y2Quake
02-20-2013, 02:58 AM
good job mate
moshis
02-20-2013, 03:24 AM
Awesome :D
Dorian
02-20-2013, 04:05 AM
GJ u are the best your bot are the best but still there is no person or possibility to do a safe script on souleaters (in pvp world ) in my best place :/
Flacks
02-20-2013, 06:21 AM
great job!
strumpaa
02-20-2013, 06:34 AM
Awesome update I must say!
Gordo
02-20-2013, 06:44 AM
Thanks DARKY :]
Hendy
02-20-2013, 07:16 AM
Thanks!
Avani
02-20-2013, 07:17 AM
Daah we want the screenshot() function!!!!!1111oneone
Oh wait, we already have that.
Thanks brah
Tripkip
02-20-2013, 08:22 AM
The function MoveItem.
Does this mean we can make a better (faster) auto trasher now?
Or more as in, if a dp is trashed the bot will untrash it?
& Can we make a Dp trasher with it aswell?
Neant
02-20-2013, 08:27 AM
Good job!
Daegron
02-20-2013, 09:20 AM
Nice update!
kubax36
02-20-2013, 10:12 AM
nice update, but... When u will make advanced alarms? :D
Fleet
02-20-2013, 10:20 AM
Nice, thank you.
Spectrus
02-20-2013, 10:21 AM
nice update, but... When u will make advanced alarms? :D
They already exist through using alert() in the scripter.
kubax36
02-20-2013, 11:47 AM
They already exist through using alert() in the scripter.
i mean something like TurnPlayerOnScreenAlarm(false/true) on label and White list in Player on screen alarm. Also it should be possible to turn off Screenshoot option becouse its funny when i find 10 LOWHEALTH screenshoots of my 12 druid on larvas :D
claesse
02-20-2013, 02:33 PM
I just downloaded the update, and im getting this error message
e06: error in WinHttpReceiveResponse()!
I have no clue what's wrong, I would really appreciate some help :)
DarkstaR
02-20-2013, 02:35 PM
I just downloaded the update, and im getting this error message
e06: error in WinHttpReceiveResponse()!
I have no clue what's wrong, I would really appreciate some help :)
All of the network code is exactly the same as before. If you're getting this, something on your computer is not allowing the new version to connect.
rikardo
02-20-2013, 03:12 PM
thank's alot.
WorkingHandz
02-20-2013, 03:18 PM
thank you sir!
martinpwnage
02-21-2013, 06:23 AM
Awesome!
That MoveItem will sure be useful and the data reset will help keep track of tasks easier after server save :) great job thanks!
Mannow
02-22-2013, 12:34 AM
Nice Job :)
Also, The guy who asked about Souleater script (CBF going back to tag you) your answer is NO.
No-one here on forums can make a safe souleater script (Assuming you mean use AOE runes) i don't give a fuck how good they think they are.
The safest you can get is a floor checker and "x ray" checker so to speak, so that you can have the best chance at detecting if a player is above/below or just off screen.
This will avoid people levitating up or down onto ur runes, but when I wait, and dash onto screen with a 300+ Mage, ur bot is GOING to hit me at some point.
This, I guarantee you.
It's because when the bot has determined that it is safe, at that SPLIT second it takes to actually fire the rune, I've already moved 2 screen lengths.
Bollo
02-22-2013, 01:51 AM
Just me that gets completly overun since I updated bot?!
Errors on things that I havnet changed, that worked flawless before I patched.
02:44 XenoScript Error:
Script: GStomb.lua
Line #: 1750
Chunk: C:\Program Files ?x86??XenoBot?Data?XenoLuaLib.lua
Error: attempt to call field 'GetItemIDFromDualInput' (a nil value)
This is an error with user-input and should not be reported as a bug with XenoBot.
Hendy
02-22-2013, 02:30 AM
Just me that gets completly overun since I updated bot?!
Errors on things that I havnet changed, that worked flawless before I patched.
02:44 XenoScript Error:
Script: GStomb.lua
Line #: 1750
Chunk: C:\Program Files ?x86??XenoBot?Data?XenoLuaLib.lua
Error: attempt to call field 'GetItemIDFromDualInput' (a nil value)
This is an error with user-input and should not be reported as a bug with XenoBot.
Some Lua in your script has something wrong with it, have had some problems like this before and fixed it by finding the broken function/Lua that was used.
DarkstaR
02-22-2013, 02:22 PM
Just me that gets completly overun since I updated bot?!
Errors on things that I havnet changed, that worked flawless before I patched.
02:44 XenoScript Error:
Script: GStomb.lua
Line #: 1750
Chunk: C:\Program Files ?x86??XenoBot?Data?XenoLuaLib.lua
Error: attempt to call field 'GetItemIDFromDualInput' (a nil value)
This is an error with user-input and should not be reported as a bug with XenoBot.
It looks like you have something in your script which is setting the global "Item" class to a value other than the meta-table which is used in the library.
xiaospike
02-22-2013, 09:15 PM
Nice Job :)
Also, The guy who asked about Souleater script (CBF going back to tag you) your answer is NO.
No-one here on forums can make a safe souleater script (Assuming you mean use AOE runes) i don't give a fuck how good they think they are.
The safest you can get is a floor checker and "x ray" checker so to speak, so that you can have the best chance at detecting if a player is above/below or just off screen.
This will avoid people levitating up or down onto ur runes, but when I wait, and dash onto screen with a 300+ Mage, ur bot is GOING to hit me at some point.
This, I guarantee you.
It's because when the bot has determined that it is safe, at that SPLIT second it takes to actually fire the rune, I've already moved 2 screen lengths.
Or sit near you till the soul eaters nuke you down.
DarkstaR
02-22-2013, 09:31 PM
No-one here on forums can make a safe souleater script (Assuming you mean use AOE runes) i don't give a fuck how good they think they are.
I promise you I could.
Sspanky
02-23-2013, 04:54 AM
I promise you I could.
This looks like it could get interesting haha
krille09
02-23-2013, 07:08 AM
Next up Self.Logout() and Self.UseItemOn(itemid, "eq name, eg shield")
Mannow
02-24-2013, 08:15 AM
I promise you I could.
Well if anyone could it would be you or syntax/spectrus i guess,
Although, i just don't know how it could be done :P
When a level 350Mage is dashing onscreen, I'm sure that after a few attempt,s the bot will accidentally strike a player :D
Theres already scripts that take multi floor and x ray into account i think? Other than that I'm not sure what else could be done to not fire a rune, :(
kubax36
02-24-2013, 09:11 AM
GJ u are the best your bot are the best but still there is no person or possibility to do a safe script on souleaters (in pvp world ) in my best place :/
bullshit :D
DarkstaR
02-25-2013, 02:34 PM
Well if anyone could it would be you or syntax/spectrus i guess,
Although, i just don't know how it could be done :P
When a level 350Mage is dashing onscreen, I'm sure that after a few attempt,s the bot will accidentally strike a player :D
Theres already scripts that take multi floor and x ray into account i think? Other than that I'm not sure what else could be done to not fire a rune, :(
1. Do not shot GFB's within 45 seconds of seeing another player, switch to strike spells. This makes dashing back and fourth very hard to properly accomplish due to the fact that after a failure you have to go away for a minute before trying again.
2. Set up the GFBer to only GFB in enclosed locations, and make the script stand in the middle of those rooms and wait for the souleaters to gather. Make the spot where it stands a spot where someone dashing around has to cut south or north after running through the entrance to the cove.
3. Be awesome.
dani619
02-27-2013, 01:29 PM
DarkstaR there was a new update today if im not worng, do you gonna stream?
Forgee
02-27-2013, 01:37 PM
He usually does. Keep in mind he does have a day job and it's currently 7:30 or thereabouts where he lives. Other updates he's started streaming around 11 pm CET.
Fuzzy
02-27-2013, 02:05 PM
wheres he stream at ?
zwart
02-27-2013, 02:09 PM
be patient a new update will come soon :)
DarkstaR
02-27-2013, 02:37 PM
I'm at work but I'm currently inspecting the new client. The reason they claimed to have update seems like a mask and I'm trying to figure out what they've added. There is ~14KB of new code in the client which I cannot account for. I did, however, notice that there aren't any new API imports, so its unlikely there's anything major going on.
we waiting for new update :)
izumo
02-27-2013, 04:23 PM
I wanted to ask something you put a feature that xeno would take screen shots and put them in a folder when i check this folder they are all black and white pics no image..; is that a bug? or is my computer.. or i need a program for this feature to work. thanks.
pallyy
02-27-2013, 04:31 PM
haha always when its new update u see alot of ppl outside dp like me and just talking when bot is upptaded suddenly dp is empty :P
bobo0ow
03-15-2013, 10:17 PM
cool :"D
for what version is this update?
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.