PDA

View Full Version : [Update] XenoBot Binary v15.11.10.1092 [XenoBot BINARY]



DarkstaR
11-09-2015, 12:45 AM
This update will require you to go to install XenoBot from scratch.


This is the update. It's time to move on from XenoBot Apophis and bring XenoBot Binary to life.


http://i.imgur.com/OMDnJ71.png

XenoBot Binary, like its predecessor, is named by terms of the cosmos. It is inspired by binary star systems, where two dancing stars orbit one-another, spiraling closer and closer until they eventually collide to form a bigger, brighter star. For XenoBot, this collision was with some of the most successful people in our community. The OX team, Syntax (http://forums.xenobot.net/member.php?u=193) and Joshwa534 (http://forums.xenobot.net/member.php?u=6094), are now be a real part of XenoBot. They've proven themselves as the best scripting team in Tibia and, in partnership with them, XenoBot now start provides hundreds of free scripts with every XenoBot purchase.

But that's not all. We're in a world that has fallen in love with mobile. We're accustomed to having information and control of our lives at the tip of our fingers. XenoBot Binary now provides a seamless, simple monitoring interface that will give you on-demand, on-the-go information about the characters you're botting. We're keeping it simple, and calling this XenoBot Monitor.


http://i.imgur.com/v94OQiv.png
In your browser, on your phone, on the go, XenoBot Monitor will be there.

We also want to provide XenoBot Binary to new markets. Currently, many potential customers are either unable to use PayPal or can't afford to spend real cash on a bot. In partnership with PunktG (http://forums.xenobot.net/member.php?u=650), XenoBot now offers licences for KKs.

We've got a ton more stuff for you guys. There's EZ MWalls, QuickDC, Small BPs, Elastic Evasion, a Hotkey system, new Waypoints, and much more. If you don't believe me, you can just check out the massive changelog.

Changelog:

Added XenoMonitor to XenoSuite
XenoMonitor allows you to view details about the characters you're currently botting at http://monitor.xenobot.net
If you're using a script that supports logout functionality, you can remotely log your characters out from XenoMonitor
Added Get Scripts panel, where you can easily download hundreds of high-quality scripts for free.
Improved Diagnostic Information.
Walker:
Nearby waypoints (+5 and -5 of current) will be drawn.
Pathfinder:
Paths being followed by the bot will be highlighted:
Green for Walker
Pink for Targeting
Purple for Looter
Grey for Scripter
Looter:
Corpses will have their estimated loot values printed on them.
Targeting:
Targets will have information in the following format drawn over their heads:
Tr # Odr # Dng #
The number following "Tr" is the tier of the creature. Tier 1 creatures are the first ones Targeting will kill, Tier 2 are the second, etc.
The number following "Odr" is the order of the creature. If a creature is Order 3, it is the 3rd creature in line to be attacked in it's tier.
The number following "Dng" is the danger level of the creature. This directly corresponds to the priority set for the creature in Targeting.
And a ton of other peices of information.
Improved settings loading. If a .xbst file is loaded from a folder other than \Documents\XenoBot\Settings, it will be moved to that directory.
Improved Targeting to accept multiple names, separated by commas.
Improved Targeting to accept wildcards. Setting name as "*" will match all creatures.
Improved the Settings window, it's huge now.
Added Elastic Evade to Targeting.
Elastic evade will try to keep away from all creatures of the same configuration.
Fixed a bug that caused IPC scripts to sometimes freeze the client when they were killed.
Fixed the Shooter to shoot areas spells/runes on partied players, even when PvP safe is on.
Improved the Walker's pathing system to continually check for and take faster routes, even if it is already walking.
Improved the Pathfinder's accuracy when calculating long, off-screen paths.
Optimized Walker.Goto(), it will be much faster with large waypoint sets now.
Improved Ignore Unlisted in the looter, it will be much more accurate.
Improved the Looter to prioritize bodies that are worth more gold over bodies that are closer.
Added Loot First if Over X Gold. Bodies worth over X gold will be looted before the bot finishes killing creatures.
Added Ignore Bodies Under X Gold. Bodies worth less than X gold will be completely ignored.
Added the Target When Luring option to Dynamic Lure, allowing you to configure if creatures will be targeted while luring or not.
Added the Until option to Dynamic Lure, allowing you to stop attacking a mob once a set amount of creatures are remaining.
Note: so if the lure is on 5 creatures and until is at 2, you will kill 3 creatures and then start luring again
Added Path Through Ranged Creatures to the Pathfinding options, it will let the walker approach ranged creatures that may be blocking it's path
Added Quick DC. Saying 'exiva"d~"' in-game will trigger a quick re-connect, causing all creatures to drop aggro on you.
Modified Reconnect, it wont try to connect after SS now as to avoid IP ban (this is temporary, until a proper fix is found).
Added Visuals window
All visual-based tools from the Tools window will now show here.
Added the Small BPs option to the Visuals window, which will force all backpacks to open with only one row visible
Added the EZ MWalls option to the Visuals window. It will make magic walls easier to see.
Modified Show Diagnostic Information, it is in the new Visuals window.
Fixed Magic Wall Timers to show definite times on OT servers.
Fixed a bug that caused the Looter to use the wrong item IDs when multiple items shared the same name.
Fixed a bug that caused the Looter to get stuck if it ran out of cascading backpacks.
If an item comes up when there's no more room and no more cascading backpacks for it, it will be skipped.
Fixed a bug that caused the Keep Distance algorithm to move where it can't shoot a target.
Added a confirmation dialog to the Clear Waypoints action.
Fixed a bug where creature outfits wouldn't return the "body" color in the Scripter.
Added a Reload Scripts button to the Scripter. It will reload all running scripts.
Improved Walker.ConditionalGoto and Walker.Goto.
Notes:
Both functions now accept an optional final parameter. If it is true, they will make the jump relatively.
That is to say, instead of jumping the first to label with "name" starting at waypoint 0, they'll jump to
the first to label with "name" starting at the current waypoint
Added XenoBot.GetVersionInformation() to the Scripter.
Notes:
Will return a string representing the XenoBot version, similar to "Binary 15.11.10.1092" (example)
Added XenoBot.ShowConfigEditor() to the Scripter.
Notes:
This will open a config file in Documents\XenoBot\Configs with Notepad
Parameters:
The name of the config file, not including the path or .ini extension
Return Value:
True if the file exists, false otherwise
Added XenoBot.ShowDialog() to the Scripter.
Notes:
This function will display a dialog with some options to the user, and return once an option has been clicked
Parameters:
Title: the name of the dialog
Text: the question displayed above the buttons
Options: A table of options in the following format:
{
{"Option 1", 1},
{"Option 2", 2},
...,
{"Option N", N},
}
Each option must have a unique ID
Any number of options is supported.
24 or fewer options will show on a single page.
Above 24 options will automatically be paged.
An option with a blank name will add a spacer (blank space) instead of a button
Return Value:
If the function returns nil, it means that no option was selected.
Otherwise, it will have two return values in the format id, name.
So, you do:
local code, text = XenoBot.ShowDialog(...)
And code will either be nil or the id of the button that was pressed.
If code is not-null, text will be the text of the button.
Added Hotkeys class to the Scripter.
Notes:
This class allows you to bind hotkeys to scripts
Valid key codes:
Hotkeys.F1, Hotkeys.F2, Hotkeys.F3, Hotkeys.F4, Hotkeys.F5, Hotkeys.F6, Hotkeys.F7, Hotkeys.F8,
Hotkeys.F9, Hotkeys.F10, Hotkeys.F11, Hotkeys.F12, Hotkeys.PAGEUP, Hotkeys.PAGEDOWN, Hotkeys.INSERT,
Hotkeys.DELETE, Hotkeys.END, Hotkeys.HOME
Added Hotkeys.Register to the Scripter
Notes:
This will allow the script to see events for the given key code
Parameters:
key - the key code to register
Return value:
True if key registers, false if it fails (failure will happen if it is already registered or if it is an invalid key)
Added Hotkeys.Unregister to the Scripter
Notes:
This will cause the script to stop seeing events for the given key code
Parameters:
key - the key code to unregister
Return value:
True if key unregisters, false if it fails (failure will happen if it is not registered or if it is an invalid key)
Added Hotkeys.AddPressHandler to the Scripter
Notes:
This will add a key press event handler for all registered hotkeys
Multiple handlers can exist
Handler prototype should be (key, controlDown, shiftDown), where key is the key code
Parameters:
handler - the function to use as a handler
Return value:
nil
Added Hotkeys.AddReleaseHandler to the Scripter
Notes:
This will add a key release event handler for all registered hotkeys
Multiple handlers can exist
Handler prototype should be (key, controlDown, shiftDown), where key is the key code
Parameters:
handler - the function to use as a handler
Return value:
nil
Added VStand and HStand Waypoints to the Walker
These stands will work like regular stands, with some exceptions:
VStand will try to stand at loc.y-1 if loc is blocked, and loc.y+1 if loc and loc.y-1 are blocked.
HStand will try to stand at loc.x-1 if loc is blocked, and loc.x+1 if loc and loc.x-1 are blocked.
These stands will not use mapclick. Even if mapclick is turned on, they will use arrow keys.
These stands will not go up or down stairs, ramps, ladders, etc.
Added LOGOUT_COMMAND event to the Scripter.
Notes:
Register it using registerEventListener(), just like any other event.
If this event is registered, XenoMonitor will show a "Logout" button beneath the character. This event will get fired shortly after that button is pressed.
Callback Params:
x, y, z (they're strings, you will need to convert to integer)
Added SNAPBACK_RECEIVED event to the Scripter.
Notes: register it using registerEventListener(), just like any other event.
Callback Params: x, y, z (they're strings, you will need to convert to integer)
Added HUD.GetMainWindowDimensions to the Scripter
Notes: This already existed, but was not documented.
Parameters: none
Returns:
a table describing the dimensions of the screen
Added HUD.GetContainerDimensions() to the Scripter
Parameters: none
Returns:
a table describing the dimensions of all open containers
Added Walker.IsEnabled, Targeting.IsEnabled, and Looter.IsEnabled to the Scripter
Paramaters: none
Returns:
true or false depending on if the component is enabled or not
Added XenoBot.IsPaused to the Scripter
Parameters: none
Returns:
true if XenoBot is paused, false if not
Added XenoBot.GetUsername() to the Scripter
Notes: This already existed, but was not documented.
Parameters: none
Returns:
current username
Added XenoBot.IsInRealTibia() to the Scripter
Parameters: none
Returns:
True if in real Tibia, false if in Open Tibia
Added XenoBot.ShowDiagnostics() to the Scripter
Notes: turns on Diagnostic Information HUD
Added XenoBot.HideDiagnostics() to the Scripter
Notes: turns off Diagnostic Information HUD
Added HUD:Destroy() to the Scripter
Notes: This will completely destroy a HUD object. You shouldn't ever re-use it afterwards.
Parameters: none
Returns:
Not important


Here's a changelog of hot-fixes made as new bugs were discovered with the initial release:

Fixed a small bug where trial didn't work for some people.
This was a new bug with XenoBot Binary, fixed within 1 hour of release.
Fixed a bug that caused hotkeys not to work randomly.
This was a new bug with XenoBot Binary, fixed within 1 hour of release.
Fixed a bug that caused gotoLabel to work incorrectly when used directly instead of with the OOP API.
This was a new bug with XenoBot Binary, fixed within 6 hours of release.
Fixed a bug with the pagination on the Lua custom dialogs.
This was a new bug with XenoBot Binary, fixed within 6 hours of release.
Fixed a bug that caused the bot not to inject on Windows XP.
This was a new bug with XenoBot Binary, fixed within 6 hours of release.
Fixed a bug that caused "Loot First Over X" to skip bodies under X.
This was a new bug with XenoBot Binary, fixed within a day of release.
Fixed a bug that caused PvP safe to hit players.
This was a new bug with XenoBot Binary, fixed within a day of release.
Fixed a bug where Small BPs would cause wierd issues when Browse Field was used.
This was a new bug with XenoBot Binary, fixed within three days of release.
Fixed a bug that caused Targeting not to attack in rare cases.
This was a new bug with XenoBot Binary, fixed within three days of release.
Fixed various small debugs.
These were new to XenoBot Binary, many were fixed immedietely, some took a few days.
Fixed a bug with selling vials in Edron potion shop.
Fixed a small bug with Module:Delay and Module:Stop in the Scripter.
Added new information to the Diagnostic Information HUD.
Added functionality to detect when trying to use an unknown spell, and blacklist that spell so it won't be spammed.
Added Vampire Viscount corpse as a dustable corpse.
Added Self.Logout() to the Scripter.
Added ContainerOpenProxy to the Scripter.
Works like other proxies. See below for implementation example.

DarkstaR
11-09-2015, 12:46 AM
Basic example scripts for new Scripter functionality:


Dynamic Dialog

local testOptions =
{
{"Ceres", 1}, {"Pallas", 2}, {"Juno", 3}, {"Vesta", 4}, {"Astraea", 5}, {"Hebe", 6}, {"Iris", 7}, {"Flora", 8}, {"Metis", 9}, {"Hygiea", 10}, {"Parthenope", 11}, {"Victoria", 12}, {"Egeria", 13}, {"Irene", 14}, {"Eunomia", 15}, {"Psyche", 16}, {"Thetis", 17}, {"Melpomene", 18}, {"Fortuna", 19}, {"Massalia", 20}, {"Lutetia", 21}, {"Kalliope", 22}, {"Thalia", 23}, {"Themis", 24}, {"Phocaea", 25}, {"Proserpina", 26}, {"Euterpe", 27}, {"Bellona", 28}, {"Amphitrite", 29}, {"Urania", 30}, {"Euphrosyne", 31}, {"Pomona", 32}, {"Polyhymnia", 33}, {"Circe", 34}, {"Leukothea", 35}, {"Atalante", 36}, {"Fides", 37}, {"Leda", 38}, {"Laetitia", 39}, {"Harmonia", 40}, {"Daphne", 41}, {"Isis", 42}, {"Ariadne", 43}, {"Nysa", 44}, {"Eugenia", 45}, {"Hestia", 46}, {"Aglaja", 47}, {"Doris", 48}
}




local code, name = XenoBot.ShowDialog("Test Dialog", "What is your favorite micro-planet?", testOptions)
if (code) then
print("Return was: %d, %s", code, name)
else
print("No option selected")
end


Hotkeys

for name, value in pairs(Hotkeys) do
if (type(value) == "number") then
if (not Hotkeys.Register(value)) then
print("Failed to register hotkey %d", value)
end
end
end


function pressHandler(key, control, shift)
print("Pressed %d, %s, %s", key, control and "Control DOWN" or "Control UP", shift and "Shift DOWN" or "Shift UP")
end


function releaseHandler(key, control, shift)
print("Released %d, %s, %s", key, control and "Control DOWN" or "Control UP", shift and "Shift DOWN" or "Shift UP")
end


Hotkeys.AddPressHandler(pressHandler)
Hotkeys.AddPressHandler(releaseHandler)


Hotkeys.AddPressHandler(function(key)
if (key == Hotkeys.DELETE) then
for i = 1, 255 do
UnRegisterHotkey(i)
end
end
end)



ContainerOpenProxy

local proxy = ContainerOpenProxy.New("my-proxy")

proxy:OnReceive(function (proxy, index, title, id)
print("Open container: [%d, %d] %s", index, id, title)
end)

DarkstaR
11-09-2015, 12:46 AM
Don't miss our Celebratory Ferumbras' Hat Lottery! (http://forums.xenobot.net/showthread.php?38954)

http://vignette2.wikia.nocookie.net/tibia/images/0/0f/Ferumbras.gif/revision/latest?cb=20060826062545&path-prefix=en

DarkstaR
11-09-2015, 12:46 AM
Other XenoBot Binary Announcements:

New Staff Members (http://forums.xenobot.net/showthread.php?38919)

New Moderators (http://forums.xenobot.net/showthread.php?38863)

Usergroup Changes (http://forums.xenobot.net/showthread.php?38756)

Forum Prune (http://forums.xenobot.net/showthread.php?38548&p=455061&viewfull=1#post455061)

DarkstaR
11-09-2015, 12:46 AM
Official XenoBot Scripts Subforum (http://forums.xenobot.net/forumdisplay.php?42)


Special Thanks:

@Syntax and @Joshwa534 (http://forums.xenobot.net/member.php?u=6094) for joining the team
@PunktG for becoming the first gold seller
@Pidek098 for contributing the the lottery
@Rydan and @jo3bingham (http://forums.xenobot.net/member.php?u=6) for contributing so much time to helping test and perfect not only scripts, but the script test environment.
All of the XenoBot staff, new and old.
Everybody over in the #testers channel on XenoBot Slack for helping with the testing of the scripts. @Fatality (http://forums.xenobot.net/member.php?u=35996), @shadowart (http://forums.xenobot.net/member.php?u=56468), @aini, @draadloos (http://forums.xenobot.net/member.php?u=32928), and @Spectrus (http://forums.xenobot.net/member.php?u=3), just to name a few.
Everybody who stopped by me, Syntax, and Joshwa's live streams to make sure we were working hard.
So many other awesome people who helped out, there's too many to name. If I forgot you, just let me know.

Y2Quakepc2
11-09-2015, 01:10 AM
<33333333333333333333333333333333333333333333333333 33333

Syntax
11-09-2015, 01:14 AM
Sweet. Sexy changelog.

Stusse
11-09-2015, 01:20 AM
Allright this is so sweet. Good job! :cool:

/Stusse

jo3bingham
11-09-2015, 01:31 AM
Sweet. Sexy changelog.

If we had a like button I could like this post.

Gordo
11-09-2015, 01:34 AM
https://media.giphy.com/media/NnGGHE0muVqpO/giphy.gif

L!p3
11-09-2015, 01:40 AM
Wonderful !@

Joshwa534
11-09-2015, 01:56 AM
Great posts and thank you for making it all possible.

For those of you that are interested in the new scripts, head on over to our sub-forum:
http://forums.xenobot.net/forumdisplay.php?42-Official-XenoBot-Scripts

draadloos
11-09-2015, 02:49 AM
Im glad i could be of service ;)

Miauw
11-09-2015, 03:13 AM
Im Excited about the new features best bot community ever !!!

Elvang
11-09-2015, 03:16 AM
Pretty damn sexy.

peslde
11-09-2015, 03:47 AM
Tools no work on trial?

Elvang
11-09-2015, 04:51 AM
Tools no work on trial?

No, they don't.

Jontor
11-09-2015, 07:44 AM
http://i.imgur.com/dyYCpjM.png

Basiq
11-09-2015, 07:53 AM
AWSUM :D So sexy.. <3

ohagan
11-09-2015, 08:42 AM
i love this and am excited to try it out but one really cool feature that i dont know if possible or not but implement something to angle step say when running in pvp and someone mwalls infront of you while running straight at the mwall it will auto side step or something

Pidek098
11-09-2015, 09:07 AM
Official XenoBot Scripts Subforum (http://forums.xenobot.net/forumdisplay.php?42)


Special Thanks:

@Syntax and @Joshwa534 (http://forums.xenobot.net/member.php?u=6094) for joining the team
@PunktG for becoming the first gold seller
@Pidek098 for contributing the the lottery
@Rydan and @jo3bingham (http://forums.xenobot.net/member.php?u=6) for contributing so much time to helping test and perfect not only scripts, but the script test environment.
All of the XenoBot staff, new and old.
Everybody over in the #testers channel on XenoBot Slack for helping with the testing of the scripts. @Fatality (http://forums.xenobot.net/member.php?u=35996), @shadowart (http://forums.xenobot.net/member.php?u=56468), @aini, @draadloos (http://forums.xenobot.net/member.php?u=32928), and @Spectrus (http://forums.xenobot.net/member.php?u=3), just to name a few.
Everybody who stopped by me, Syntax, and Joshwa's live streams to make sure we were working hard.
So many other awesome people who helped out, there's too many to name. If I forgot you, just let me know.


Thanks for thanks :D wish you all best! :) new era coming :D

matius2015
11-09-2015, 09:57 AM
when be update?

kravers
11-09-2015, 10:04 AM
Lovely! :3 Tho got some problems rn in configuration the scripts. Im sure ill be able to fix that tho. Go on with the great work!

matius2015
11-09-2015, 10:15 AM
Lovely! :3 Tho got some problems rn in configuration the scripts. Im sure ill be able to fix that tho. Go on with the great work!

i have the same problem...

IKillYou
11-09-2015, 11:10 AM
After update I got small problem...

12:05 XenoScript Error:
Script: [EK] Zao Yielothax.lua
Line #: 148
Chunk: ...?Users?Konrad?DOCUME?1?XenoBot?Scripts??_EK_ZA? 1.LUA
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot.


Did you change that "gotoLabel" command? And the main wuestion is: What I need as second argument?

edit

I change gotoLabel to Walker.Goto and It seems to work fine :P

farwey
11-09-2015, 11:41 AM
Hello, I did reinstal the bot a few times and every time I try to open tibia client, it gets closed. What can I do?

matius2015
11-09-2015, 12:25 PM
After update I got small problem...

12:05 XenoScript Error:
Script: [EK] Zao Yielothax.lua
Line #: 148
Chunk: ...?Users?Konrad?DOCUME?1?XenoBot?Scripts??_EK_ZA? 1.LUA
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot.


Did you change that "gotoLabel" command? And the main wuestion is: What I need as second argument?

edit

I change gotoLabel to Walker.Goto and It seems to work fine :P

U fix this?

Admiral Bubka
11-09-2015, 12:40 PM
Fuck, bought xenobot week ago. Guess i need to buy another one soon :P

texmex47
11-09-2015, 12:41 PM
Will all existing scripts/setting files work?
Can you guarantee it is safe to use the bot? No bugs or something extreme that could lead to instant deletion?
(What I mean by safe is just as safe as previous versions.)
Always risky when brand-new things come out.

Awesome update nonetheless :)

Stusse
11-09-2015, 12:46 PM
Fuck, bought xenobot week ago. Guess i need to buy another one soon :P
Your month should run out before Dec 10th when the drawing is. I think DarkstaR made sure everyone from this post should be able to not spend "extra" than your month already.

/Stusse

farwey
11-09-2015, 12:47 PM
DarkstaR Ive uninstall everything, deleted every folder and re-installed it and everytime I try to inject it gets closed, please could anyone help me? I have a friend with same issue

ruthles
11-09-2015, 12:49 PM
Cant wait to use XenoBot Monitor on my mobile ! :D

Admiral Bubka
11-09-2015, 12:51 PM
Your month should run out before Dec 10th when the drawing is. I think DarkstaR made sure everyone from this post should be able to not spend "extra" than your month already.

/Stusse

Oh, thats DEC 10th, not NOV lol, nvm then. All fine :D

brindeds
11-09-2015, 01:18 PM
11:15 XenoScript Error:
Script: Config DwarvesUltimate.lua
Line #: 137
Chunk: ...Users?DanielB?DOCUME?1?XenoBot?Scripts??CONFIG? 1.LUA
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot.

Line 137:

gotoLabel("gocheckhunt")

This error does not occur in the previous version.

Nakuu
11-09-2015, 01:33 PM
Line 137:


This error does not occur in the previous version.

There has been a change to this function indeed. So just use Walker.Goto instead or I believe the second parameter should be either true or false depending if you want recursive label jumps or not.

brindeds
11-09-2015, 01:47 PM
There has been a change to this function indeed. So just use Walker.Goto instead or I believe the second parameter should be either true or false depending if you want recursive label jumps or not.

Able to make it work. I will start using Walker.Conditional Goto. Do you know whether in practice have any improvement is only the most organized code?

thad
11-09-2015, 02:29 PM
15:26 XenoScript Error:
Script: RP Arena.lua
Line #: 47
Chunk: C:?Users?Dom?DOCUME?1?XenoBot?Scripts??RPAREN?1.LU A
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot.


line 47 : gotoLabel("keephunting")

how to sole this problem?!
yesterday all works perfect... and after update is error.

Nakuu
11-09-2015, 02:30 PM
15:26 XenoScript Error:
Script: RP Arena.lua
Line #: 47
Chunk: C:?Users?Dom?DOCUME?1?XenoBot?Scripts??RPAREN?1.LU A
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot.


line 47 : gotoLabel("keephunting")

how to sole this problem?!

Check my post above...

cuckied
11-09-2015, 02:34 PM
nice job :rolleyes:

dinamic
11-09-2015, 03:21 PM
Every time the bot try to loot a monster it close the client... wtf? Im using the RP Elemental Sphere scrit from the new function Get Script... It keep closing the tibia client every time it loot a monster

Annox
11-09-2015, 03:26 PM
DarkstaR,

Can you pleae explain to me how I can get my hotkeys to work again, I assume now all f1-f12 keys are bound to xenobot but I would rather they were not.

Thanks,
Luke

andrelaquecanta
11-09-2015, 03:37 PM
I have the same problem :v

Matildabot
11-09-2015, 03:52 PM
Great update!!

But the script i always run everyday does not work now, just got alot of debugs

"16:49 XenoScript Error:
Script: [One-Liner executed by XenoBot Walker]
Line #: 1
Chunk: [string "gotoLabel("EndTown")"]
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot.
16:49 XenoScript Error:
Script: [One-Liner executed by XenoBot Walker]
Line #: 1
Chunk: [string "gotoLabel("StartDepot")"]
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot."


"16:37 XenoScript Error:
Script: [Mage] Water Elemental Dungeon.lua
Line #: 2052
Chunk: ...:?Users?Elios?DOCUME?1?XenoBot?Scripts??_MA86E? 1.LUA
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot."

you know what should be the problem?

DarkstaR
11-09-2015, 04:04 PM
Hello, I did reinstal the bot a few times and every time I try to open tibia client, it gets closed. What can I do?


@DarkstaR (http://forums.xenobot.net/member.php?u=2) Ive uninstall everything, deleted every folder and re-installed it and everytime I try to inject it gets closed, please could anyone help me? I have a friend with same issue

Can you PM me a few of the files from Documents\XenoBot\Logs?



Fuck, bought xenobot week ago. Guess i need to buy another one soon :P

There's enough time to re-purchase before the lottery ends.



Will all existing scripts/setting files work?
Can you guarantee it is safe to use the bot? No bugs or something extreme that could lead to instant deletion?
(What I mean by safe is just as safe as previous versions.)
Always risky when brand-new things come out.

Awesome update nonetheless :)

There may be a few small outstanding bugs, but we've tested extensively.



@DarkstaR (http://forums.xenobot.net/member.php?u=2),

Can you pleae explain to me how I can get my hotkeys to work again, I assume now all f1-f12 keys are bound to xenobot but I would rather they were not.

Thanks,
Luke

Hey Luke! Long time no talk ;) Your hotkeys should work fine, XenoBot doesn't hijack them UNLESS you specifically run a hotkey script. None of the scripts currently use hotkeys, so it should be fine. Maybe you opened an old version of Tibia and it wiped your Tibia.cfg?

DarkstaR
11-09-2015, 04:06 PM
Every time the bot try to loot a monster it close the client... wtf? Im using the RP Elemental Sphere scrit from the new function Get Script... It keep closing the tibia client every time it loot a monster

It seems like you're playing an OT, and that OT is doing some weird stuff. Do some of those monsters you're looting have pages in their corpses?

Bafucin
11-09-2015, 06:11 PM
With the release of Xenobot Binary, is there any chance that it now or in the near future would be able to make a script that relogs between characthers on one account and take mouth piece from Roshamuul box every 30min?

skinnyboy
11-09-2015, 07:55 PM
like every script ive been using is messing up now?

skinnyboy
11-09-2015, 07:58 PM
"Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot." but worked fine til now

jo3bingham
11-09-2015, 08:01 PM
"Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot." but worked fine til now

Read the Announcement messages at the top of the forums.
Close XenoBot and all running clients. Run XenoBot again and let it update.

DarkstaR
11-09-2015, 08:02 PM
"Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot." but worked fine til now

Check the big announcement at the top of the forum.



If you're seeing issues with your hotkeys or your scripts are giving errors about luaGotoLabel, you need to close all of your Tibia clients and restart the bot.

skinnyboy
11-09-2015, 08:31 PM
and if that didn't solve it? :p

DarkstaR
11-09-2015, 08:35 PM
and if that didn't solve it? :p


Then replace gotoLabel with Walker.Goto in your scripts.

skinnyboy
11-09-2015, 08:37 PM
allright, these scripts are like 4 years old but still worked, (creators stopped doing those scripts+updating them)

anoyn
11-09-2015, 09:49 PM
Elastic evasion, Dialog boxes, better ui loading settings, hotkey handles... Woot!

raul2211
11-10-2015, 12:18 AM
sup bro, i have a problem with my script:

17:36 XenoScript Error:
Script: [K]Thais Undeads.lua
Line #: 346
Chunk: ...sers?RAULRO?1?DOCUME?1?XenoBot?Scripts??_K_THA? 1.LUA
Error: 'luaGotoLabel' called with invalid number of arguments [1 supplied, 2 required]!
This is an error with user-input and should not be reported as a bug with XenoBot.

before the update it worked fine, please help me

cuckied
11-10-2015, 12:46 AM
So we only can use JXSCRIPTS and SolidScripts, not the other like jubescripts, etc because it appears an error related with gotolabel function, they arent that active like the first scripters i just named... this is unfair, VERY UNFAIR. DarkstaR

cuckied
11-10-2015, 01:09 AM
Then replace gotoLabel with Walker.Goto in your scripts.

How can we replace that if we are using scripted lua files that we only see numbers and signs...

Vic99
11-10-2015, 01:41 AM
I can really see the difference just in how the bot moves and interact.

patiently waiting for more scripts =)

Thank you sir! and the awesome scripting team.

DarkstaR
11-10-2015, 02:13 AM
So we only can use JXSCRIPTS and SolidScripts, not the other like jubescripts, etc because it appears an error related with gotolabel function, they arent that active like the first scripters i just named... this is unfair, VERY UNFAIR. @DarkstaR (http://forums.xenobot.net/member.php?u=2)

Are you sure it's unfair? Are you sure you wanna use out-of-date scripts?

Better think about it a bit. If the script provider doesn't care about you enough to provide fixes, why are you using their scripts?

Xeno Scripts
11-10-2015, 02:29 AM
So we only can use JXSCRIPTS and SolidScripts, not the other like jubescripts, etc because it appears an error related with gotolabel function, they arent that active like the first scripters i just named... this is unfair, VERY UNFAIR. DarkstaR

I understand that you are mad because you don't get what you've paid for.

Choose one of the following by using the code "seaserpent":

[150+ EK] Sea Serpents North (http://www.solid-scripts.com/knight-scripts/150-ek-sea-serpents-north/)
[160+ EK] Sea Serpents South (http://www.solid-scripts.com/knight-scripts/160-ek-sea-serpents-south/)

You are only able to get one of them for free. Cheers! :)

cuckied
11-10-2015, 02:59 AM
Thank you very much Xeno Scripts, actually it is very unfair because I paid for them months ago.. DarkstaR but its fine I can be patient =)

DarkstaR
11-10-2015, 03:15 AM
Thank you very much @Xeno Scripts (http://forums.xenobot.net/member.php?u=579), actually it is very unfair because I paid for them months ago.. @DarkstaR (http://forums.xenobot.net/member.php?u=2) but its fine I can be patient =)

And now you have access to hundreds of scripts for free.

pepero
11-10-2015, 04:15 AM
It is awesome to see a new update! Hopefully it will bring more people to this awesome bot :)
Quick question, about the relogger: Does it relog now on ServerSave? Because I have seen it announced on the new website of OXScripts, but idk if it is native from Xenobot or they actually coded it.

Syntax
11-10-2015, 05:44 AM
It is awesome to see a new update! Hopefully it will bring more people to this awesome bot :)
Quick question, about the relogger: Does it relog now on ServerSave? Because I have seen it announced on the new website of OXScripts, but idk if it is native from Xenobot or they actually coded it.

The Official XenoBot Scripts support reconnecting. If you have reconnect turned on in XenoBot everything should work fine.

pepero
11-10-2015, 07:01 AM
Syntax That's simply awesome!! I used to use TibiaAuto to relog during ServerSave while using Xeno, but my Tibia clients went from using 3-5% CPU to 10-15% (with WindAddons too). Since my PC is old I can only bot 6 chars at the same time like this lmao.
Alright, thanks for the reply :D

xto94
11-10-2015, 10:23 AM
Good job as always DarkstaR :D

shadowart
11-10-2015, 10:41 AM
Syntax That's simply awesome!! I used to use TibiaAuto to relog during ServerSave while using Xeno, but my Tibia clients went from using 3-5% CPU to 10-15% (with WindAddons too). Since my PC is old I can only bot 6 chars at the same time like this lmao.
Alright, thanks for the reply :D
They still don't support reconnecting after server save. But any other time is fine.

kimse
11-10-2015, 11:32 AM
And now you have access to hundreds of scripts for free.

But that's not good enough, dont you listen! DansGame

<3

pepero
11-10-2015, 05:00 PM
They still don't support reconnecting after server save. But any other time is fine.

oh, I thought Syntax said it was possible. And in the website of scripts.xenobot.net it says:

Reconnect Support:
All scripts are compatible and enhance XenoBot's native reconnector. Continue botting after server save.

Nakuu
11-10-2015, 05:19 PM
http://i.imgur.com/NfQQYYx.png

http://monitor.xenobot.net dope af :D

shadowart
11-10-2015, 05:22 PM
oh, I thought Syntax said it was possible. And in the website of scripts.xenobot.net it says:
Sadly the website is out of date. What Syntax meant is that their scripts do not break if you use the reconnect feature, but they're still using the built-in reconnector.

pepero
11-10-2015, 05:30 PM
Sadly the website is out of date. What Syntax meant is that their scripts do not break if you use the reconnect feature, but they're still using the built-in reconnector.

oh, gotcha. Thanks for the clarification. How come there is no way to relog on ServerSave with Binary? I thought it was coming out too :(

BIRDIE13
11-11-2015, 11:44 PM
When will i be able to install Xenobot Monitor?

Awesome update. I'm glad to be back in tibia and within this community!

jo3bingham
11-12-2015, 04:31 AM
When will i be able to install Xenobot Monitor?

Awesome update. I'm glad to be back in tibia and within this community!

XenoBot Monitor is already live. Just visit monitor.xenobot.net in your web browser (desktop or mobile).

Admiral Bubka
11-12-2015, 08:51 PM
Guys i can't get xenobot to work, it is updating endlessly, worked yesterday for me :(

NVM, took him like 15 mins to get it.

DarkstaR
11-13-2015, 04:39 AM
Here's a changelog of hot-fixes made as new bugs were discovered with the initial release:

Fixed a small bug where trial didn't work for some people.
This was a new bug with XenoBot Binary, fixed within 1 hour of release.
Fixed a bug that caused hotkeys not to work randomly.
This was a new bug with XenoBot Binary, fixed within 1 hour of release.
Fixed a bug that caused gotoLabel to work incorrectly when used directly instead of with the OOP API.
This was a new bug with XenoBot Binary, fixed within 6 hours of release.
Fixed a bug with the pagination on the Lua custom dialogs.
This was a new bug with XenoBot Binary, fixed within 6 hours of release.
Fixed a bug that caused the bot not to inject on Windows XP.
This was a new bug with XenoBot Binary, fixed within 6 hours of release.
Fixed a bug that caused "Loot First Over X" to skip bodies under X.
This was a new bug with XenoBot Binary, fixed within a day of release.
Fixed a bug that caused PvP safe to hit players.
This was a new bug with XenoBot Binary, fixed within a day of release.
Fixed a bug where Small BPs would cause wierd issues when Browse Field was used.
This was a new bug with XenoBot Binary, fixed within three days of release.
Fixed a bug that caused Targeting not to attack in rare cases.
This was a new bug with XenoBot Binary, fixed within three days of release.
Fixed various small debugs.
These were new to XenoBot Binary, many were fixed immedietely, some took a few days.
Fixed a bug with selling vials in Edron potion shop.
Fixed a small bug with Module:Delay and Module:Stop in the Scripter.
Added new information to the Diagnostic Information HUD.
Added functionality to detect when trying to use an unknown spell, and blacklist that spell so it won't be spammed.
Added Vampire Viscount corpse as a dustable corpse.
Added Self.Logout() to the Scripter.
Added ContainerOpenProxy to the Scripter.
Works like other proxies. See below for implementation example.


ContainerOpenProxy example

local proxy = ContainerOpenProxy.New("my-proxy")


proxy:OnReceive(function (proxy, index, title, id)
print("Open container: [%d, %d] %s", index, id, title)
end)


Version number is 15.11.10.1131

Jetta
11-13-2015, 10:00 AM
seems like the QuickDC doesnt work anymore, worked right after binary release but now it only say "Playername is ambiguous"

Stusse
11-13-2015, 12:33 PM
seems like the QuickDC doesnt work anymore, worked right after binary release but now it only say "Playername is ambiguous"
+1 <short>

/Stusse

DarkstaR
11-13-2015, 04:32 PM
Found the problem with QuickDC, will fix soon.

DarkstaR
11-13-2015, 04:55 PM
Fixed Quick DC

Washand
11-13-2015, 05:55 PM
XenoBot Monitor it's a App for Android? or how can i see that?

DarkstaR
11-13-2015, 05:58 PM
I've released an update that fixes a crash some people were seeing.




XenoBot Monitor it's a App for Android? or how can i see that?


monitor.xenobot.net

laststax
11-14-2015, 06:05 PM
The real life price for a month of xeno has gone up by 2 usd was there an announcement for this that I just did not read, or are we just getting shafted under the table?

DarkstaR
11-14-2015, 06:53 PM
Pushed an update that fixes various small bugs.

DarkstaR
11-14-2015, 07:28 PM
Re-added os.exit

pepero
11-14-2015, 09:19 PM
Re-added os.exit

awesome! I was missing this feature already haha

DarkstaR
11-14-2015, 10:01 PM
Pushed an update that should help with the spell issues, fix the rare bug where walker stops working, and fixes a small bug with Dynamic Lure.

rfranceschini
11-15-2015, 04:56 AM
Unsupported Version XenoSuite..? Como Corrigo?

Yamo
11-15-2015, 09:11 PM
Xenobot <3 Best as always <3

Joshwa534
11-16-2015, 02:49 AM
Unsupported Version XenoSuite..? Como Corrigo?

Uninstall your XenoBot and re-install it after you download the latest version here (http://forums.xenobot.net/misc.php?do=download).

Sanarion
11-16-2015, 08:03 AM
Attempting to reach Xenobot server. Please wait.. Has been like this for an hour now.
Reinstalled the new version 3 times, nothing. Same results. After about 5 minutes it says " Failed to connect... Exiting"

Why?

SolitaryPal
11-16-2015, 08:14 AM
@ Sanarion message at the top of the page gives information and instructions :)

Sanarion
11-16-2015, 08:28 AM
Oh shit.. i missed that one completely.. Haha i am so stupid >.< Thanks man, i owe you one! ^^

farofa23
11-16-2015, 02:10 PM
It should be inserted a payment method in Brazil Real R$(PagSeguro/MOIP) :p

julienbreno
11-16-2015, 04:26 PM
It should be inserted a payment method in Brazil Real R$(PagSeguro/MOIP) :p
We need this !!!

magician92
11-17-2015, 09:21 AM
Anyone able to advise how I use the phone monitor? :/

Edit: Nvm I'm an idiot. :)

Elvang
11-17-2015, 09:44 AM
It should be inserted a payment method in Brazil Real R$(PagSeguro/MOIP) :p


We need this !!!

Buy it with in-game cash.

http://forums.xenobot.net/payments.php?show=reseller

farofa23
11-17-2015, 01:47 PM
Buy it with in-game cash.

http://forums.xenobot.net/payments.php?show=reseller

Good morning, friend ever seen however this option is not viable, I believe that the best way is really acresentar a form of overpayment same as for the Brazilian so price is expensive bot as $ 7.95 converted to R $ 30.28 out and a paddle 30 days is 35.00 thanks anyway

Sorry the English (by google) :p

gusttavomarinho
11-17-2015, 01:56 PM
Good morning, friend ever seen however this option is not viable, I believe that the best way is really acresentar a form of overpayment same as for the Brazilian so price is expensive bot as $ 7.95 converted to R $ 30.28 out and a paddle 30 days is 35.00 thanks anyway

Sorry the English (by google) :p

see : http://forums.xenobot.net/showthread.php?39321-Yorick-and-His-Ghouls&p=457721#post457721

Matildabot
11-17-2015, 04:49 PM
Hey! got the attemting to connect problem, tried to uninstall it 3 times and re download it 3 times, close all processes but nothing helps, any ide?


I also restarted my computer like 3 times.
DarkstaR Nakuu

sandeep0592
11-17-2015, 05:40 PM
Hey! got the attemting to connect problem, tried to uninstall it 3 times and re download it 3 times, close all processes but nothing helps, any ide?


I also restarted my computer like 3 times.
DarkstaR Nakuu

I've got the same problem!

Joshwa534
11-17-2015, 11:13 PM
I've got the same problem!

Where's your subscription then?

cepadilla
11-18-2015, 01:47 AM
Hello...
I just redownloaded again XenoBot, and reinstalled it. I run xenosuit and nothing happens, absolutely nothing. Item is in tray but is does not open, or logs or inject into Tibia...


Any idea?

DarkstaR
11-18-2015, 01:49 AM
Hello...
I just redownloaded again XenoBot, and reinstalled it. I run xenosuit and nothing happens, absolutely nothing. Item is in tray but is does not open, or logs or inject into Tibia...


Any idea?

Did you try clicking the tray icon? If you hover over the tray icon, does it go away? Give more more information to work with.

cepadilla
11-18-2015, 01:51 AM
Nothing happens... I try click on it, hover over it... etc etc.

cepadilla
11-18-2015, 01:54 AM
Nothing happens... I try click on it, hover over it... etc etc.

OK so... I restarted my PC and now its working.

sandeep0592
11-18-2015, 10:15 AM
Where's your subscription then?
My subscription is on my other account, it's running out in 3 days and I will put it on this account, I got bored of the other accounts name.

Joshwa534
11-18-2015, 02:32 PM
My subscription is on my other account, it's running out in 3 days and I will put it on this account, I got bored of the other accounts name.

Awesome =]

Is your XenoBot working better today btw?

sandeep0592
11-18-2015, 02:51 PM
Awesome =]

Is your XenoBot working better today btw?

Yes indeed it does work alot better :D It started working about an hour or two after I wrote my first message here. :)

Joshwa534
11-18-2015, 03:20 PM
Yes indeed it does work alot better :D It started working about an hour or two after I wrote my first message here. :)

Awesome, glad to hear it, started working fine for me at about same time :D

braedan13
11-19-2015, 10:50 AM
Having a small issue with my updated xenobot. Finding that after 2-3 hours of botting, the walker stops working. Targeting fine, but for some reason, just stops in one spot. After disabling and re-enabling the walker, still does not move. Have to restart in new client.

Any ideas?

Cheers

Nakuu
11-19-2015, 10:55 AM
Having a small issue with my updated xenobot. Finding that after 2-3 hours of botting, the walker stops working. Targeting fine, but for some reason, just stops in one spot. After disabling and re-enabling the walker, still does not move. Have to restart in new client.

Any ideas?

Cheers

Does it happen when using any particular script?

braedan13
11-19-2015, 10:57 AM
I am using the same script on four characters, just targeting is different. Its an OT by the way, but a new client..

KING_OF_KNGS
11-19-2015, 04:19 PM
Been having some issues since the new Binary system, Sometimes when I select a setting and press load the tibia client and the bot say "Not responding" and my screen goes to a light white color. Im able to fix this by uninstalling the bot completely and redownloading it. Also I have died many times since its release cause of random connection issue. Works fine for hours then suddenly I ping super high and dead. Never had any lag problems on my end before and im Not sure its thats from the bot, so im woundering if you guys are having the same symptoms?

DarkstaR
11-19-2015, 06:31 PM
Been having some issues since the new Binary system, Sometimes when I select a setting and press load the tibia client and the bot say "Not responding" and my screen goes to a light white color. Im able to fix this by uninstalling the bot completely and redownloading it. Also I have died many times since its release cause of random connection issue. Works fine for hours then suddenly I ping super high and dead. Never had any lag problems on my end before and im Not sure its thats from the bot, so im woundering if you guys are having the same symptoms?

Do you see the large red text at the top of the page? Yes, it actually means something.




[*=left]If you're having connection issues, we HIGHLY recommend you re-download and re-install XenoBot. It is much more tolerant of small server issues, and wont spam you as much when they happen! If your problems were serious, it may take up to 10 minutes to connect after a re-install.

KING_OF_KNGS
11-19-2015, 06:56 PM
Do you see the large red text at the top of the page? Yes, it actually means something.




[*=left]If you're having connection issues, we HIGHLY recommend you re-download and re-install XenoBot. It is much more tolerant of small server issues, and wont spam you as much when they happen! If your problems were serious, it may take up to 10 minutes to connect after a re-install.


Yes I did notice that, and I have been re downloading it every day. As I stated in my post. I understand these things take time to perfect. Im just curious to see if its my system and I need to make adjustments on my end.

DarkstaR
11-20-2015, 01:50 AM
If you could provide with me the settings file you're loading, it may help me find the issue.

jasonladniak
11-20-2015, 04:27 AM
Are you running the bot as Administrator?

Matildabot
11-20-2015, 07:50 PM
Hey! I have problem with the bot, when i have bot for like 2h on my chars the bot stops responding. The walker, targeting, and looter still works and the bot interface still looks normal but when i try to disable the bot the bot does not respond of my click, when i press disable on targeting or whatever it does not respond. Even if a press Pause it does not respond.

Will try to explain it short
The bot works and still run my script but i can not do anything to the bot.

Do you have any idea what it might be wrong, it happened after the latest update.

My theory is Xenobot is loosing connection and then it stops to take actions from me. (have got the message "Lost connection.......")

Now i have 3 clients open and i can not do anything to them not even disable walker,targeting,looter. But if i open a new client it works just fine.

Aristeus
11-20-2015, 08:47 PM
I've also experienced the same problem the person above me has. Started after the update. Some days it happens multiple times others not once. If it happens in a spawn you can be stuck in the same spot for hours, without getting dc'd. Lost plenty of stamina from it so far, no deaths yet though.

DarkstaR
11-20-2015, 09:26 PM
Hey! I have problem with the bot, when i have bot for like 2h on my chars the bot stops responding. The walker, targeting, and looter still works and the bot interface still looks normal but when i try to disable the bot the bot does not respond of my click, when i press disable on targeting or whatever it does not respond. Even if a press Pause it does not respond.

Will try to explain it short
The bot works and still run my script but i can not do anything to the bot.

Do you have any idea what it might be wrong, it happened after the latest update.

My theory is Xenobot is loosing connection and then it stops to take actions from me. (have got the message "Lost connection.......")

Now i have 3 clients open and i can not do anything to them not even disable walker,targeting,looter. But if i open a new client it works just fine.


I've also experienced the same problem the person above me has. Started after the update. Some days it happens multiple times others not once. If it happens in a spawn you can be stuck in the same spot for hours, without getting dc'd. Lost plenty of stamina from it so far, no deaths yet though.

There's something on the PC hooking over XenoBot's hooks. This could be another bot, Teamviewer, or some other software that needs control of your mouse/keyboard, but something else is injecting into Tibia and removing XenoBot's hook. I can't do anything about this.

speshultactics
11-23-2015, 09:46 AM
DarkstaR Just to let you know the bot still doesnt skin Vampire Viscount.

Tizet
11-27-2015, 11:52 PM
hello I bought licence to xeno... after 3years... only I got problem with Injected..."Failed to connect to Xenonot Server"
when I try install Microsoft Visual C++ 2010 Redistributable... i got info...
"Please resolve the following:
A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine."
I want botting back! fast help me guys.

Tizet
11-28-2015, 04:32 PM
how can I run xenobot!?!?!?! when i bought i cant using this.........

buyer
11-28-2015, 04:39 PM
Think everybody is having problems injecting. As well as authentication server offline. Wait for darkstar to return from holiday

amelz
11-28-2015, 04:44 PM
i just bought xenobot but when i try to login it says that i cannot cuz of server thing.... will this be fixed soon? tried fresh reinstall but wont help :/ and yes im running the bot as adminstrator :p



edit: just saw that alot of others got same problems as me. when will this be fixed etc? would love the bot to work now under double exp

DarkstaR
11-28-2015, 07:50 PM
http://forums.xenobot.net/showthread.php?39558