PDA

View Full Version : [Update] XenoBot v3.0.3



DarkstaR
01-14-2013, 04:12 PM
On the surface, and as far as the user is concerned, this update is exactly the same. However, this update fixes some internal issues which were causing massive server load. It is very important that everyone install this patch, as it will lighten the server load and ensure the site keeps running smooth. An overload can render the bot unusable. If you haven't installed 3.0.2 yet, the update thread can be found here (http://forums.xenobot.net/showthread.php?10007), and tells you about some of the new features.

Changelog:

v3.0.3
Fixed some internal server communication issues.


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

Y2Quake
01-14-2013, 04:12 PM
I didn't have any issue with it, but thanks

DarkstaR
01-14-2013, 04:13 PM
I didn't have any issue with it, but thanks
Like I said: On the surface, and as far as the user is concerned, this update is exactly the same.

Y2Quake
01-14-2013, 04:14 PM
Yes i see, i installed it already.

Hendy
01-14-2013, 04:14 PM
/facepalm

Thanks DarkstaR!

Neant
01-14-2013, 04:15 PM
I'll install it when I get home. TY.

HolmaN
01-14-2013, 04:49 PM
It's important for everyone to update to this one.

Avani
01-14-2013, 04:52 PM
You should just say that you have implented the Screenshot() feature so people will actually download this ;)


(Will download tonight)

HolmaN
01-14-2013, 05:01 PM
Haha true

Apoc
01-14-2013, 06:33 PM
updated already :D

PunktG
01-14-2013, 06:45 PM
will update today
ty

xeno statistics

Daily Use Record: 1001 jan 14 :)

Gz Nick

Avani
01-14-2013, 06:50 PM
will update today
ty

xeno statistics

Daily Use Record: 1001 jan 14 :)

Gz Nick

Daily use means different accounts logged in on forums or in the bot?

desche188
01-14-2013, 07:43 PM
Daily use means different accounts logged in on forums or in the bot?accounts that used the bot

xiaospike
01-14-2013, 07:50 PM
accounts that used the bot

So I am 4% of the Xenobot Community? O.O

Avani
01-14-2013, 08:00 PM
So I am 4% of the Xenobot Community? O.O

Ehm, you are 0.09% of the community

xiaospike
01-14-2013, 08:01 PM
Ehm, you are 0.09% of the community

(40/1000) *100 = 4%

Avani
01-14-2013, 08:21 PM
(40/1000) *100 = 4%

You have 40 xenobot accounts? :O

xiaospike
01-14-2013, 08:23 PM
You have 40 xenobot accounts? :O

OH DAYUM, I READ WRONGLY. :<

Avani
01-14-2013, 08:23 PM
OH DAYUM, I READ WRONGLY. :<

You are (part) Asian and you do math wrong...

The world is going to explode

DarkstaR
01-14-2013, 09:12 PM
You are (part) Asian and you do math wrong...

The world is going to explode

I'm 0% Asian and do math like a boss.

The scale has been balanced.

xiaospike
01-14-2013, 09:13 PM
You are (part) Asian and you do math wrong...

The world is going to explode

I suck at math.

I do better @ FPS ^^

Spectrus
01-15-2013, 08:58 AM
Updated, commander. Next order?

Golocky
01-15-2013, 10:25 PM
whats the screenshot() feature? and how do I use it?

Avani
01-15-2013, 10:30 PM
whats the screenshot() feature? and how do I use it?

It's not in this update. It's a joke :P

Just update to get free candy from Darkstar

Golocky
01-15-2013, 10:48 PM
It's not in this update. It's a joke :P

Just update to get free candy from Darkstar

ok :/

Xencrypted
01-16-2013, 05:22 AM
Updating thanks

Avani
01-16-2013, 12:11 PM
I think this function is added/changed in 3.0+ so i might aswell post it here. I'm trying to follow an NPC before trading. This is wat i tryed but none will work:

Try 1:


elseif (labelName == "FollowR") then
Creature:Follow("NPCName")
wait(600,800)


Try 2:


elseif (labelName == "FollowR") then
Creature:New("NPCName")
Creature:Follow()
wait(600,800)


But nothing will work :S

Infernal Bolt
01-16-2013, 12:16 PM
use . instead of :


either
Creature.Follow("NPCName")
or
Creature.New("NPCName"):Follow()

Avani
01-16-2013, 12:19 PM
use . instead of :


either
Creature.Follow("NPCName")
or
Creature.New("NPCName"):Follow()

Alright, thanks! I read this in LuaLib so i thought i needed to use a :


--- Follow creature.
-- Sets the creature to be followed
-- Class Creature
-- @return boolean true or false
function Creature:Follow()


Thanks!

Avani
01-16-2013, 12:43 PM
Is there a function to let the bot walk to a specific coördinate?

Something like


Stand(Creature.Position("NPCName")

Joshwa534
01-19-2013, 12:28 AM
DarkstaR

When you put "Add Hole", the 'y' coordinate is off by -1.

Nostrax
01-19-2013, 12:30 AM
DarkstaR

When you put "Add Hole", the 'y' coordinate is off by -1.

This.

xiaospike
01-19-2013, 01:35 AM
This.
IS SPARTA!

Infernal Bolt
01-19-2013, 10:23 AM
DarkstaR

When you put "Add Hole", the 'y' coordinate is off by -1.

No shit, you're supposed to stand south of the hole you want to open.

Johgan
01-20-2013, 11:23 AM
Well, those connections every two-three seconds when you had 18 mc online to xenobot servers, including the fact that at least 1000 people use this bot daily must have caused a pretty overload on your servers. Now it connects a lot less frequently.

DarkstaR
01-20-2013, 01:48 PM
Well, those connections every two-three seconds when you had 18 mc online to xenobot servers, including the fact that at least 1000 people use this bot daily must have caused a pretty overload on your servers. Now it connects a lot less frequently.

It was actually connections every 5 minutes :P But yeah, that's the idea.

XtrmJosh
01-20-2013, 07:55 PM
DarkstaR

When you put "Add Hole", the 'y' coordinate is off by -1.

Wow.


Short.

mikestar
01-20-2013, 08:22 PM
9.81??

PunktG
01-20-2013, 08:23 PM
21:18 You see a venorean wardrobe kit.
It weighs 25.00 oz.
Use it in your house to construct a wardrobe.


id 17975
add as walkable plz :)

Avani
01-23-2013, 12:12 AM
nvm short

zwart
01-27-2013, 02:48 PM
Darkstar,

requested functions.
Could u add Self.GetMousePosition(); < I need that command so i can make an hotkey to pick up items from the ground when i click on it.
Hotkey system (Hotkey executes a small lua code)
Screenshot
Add more Lua Library to support smtp/ssl. on attacked send mail will be then possible.

Muz
01-31-2013, 07:44 PM
I keep getting Windows installer cannot be accessed when trying to install. I actually got this when I first installed it but for some reason I got lucky and it worked once and I never tried installing it again once it was working

Any other program (such as tibia) can open it fine, just xeno. Looks like I'm stuck on the old version. :)

Hendy
01-31-2013, 07:49 PM
I keep getting Windows installer cannot be accessed when trying to install. I actually got this when I first installed it but for some reason I got lucky and it worked once and I never tried installing it again once it was working

Any other program (such as tibia) can open it fine, just xeno. Looks like I'm stuck on the old version. :)

Tried running it as Admin? Would help if you could actually provide a screenshot.

DarkstaR
01-31-2013, 07:53 PM
I keep getting Windows installer cannot be accessed when trying to install. I actually got this when I first installed it but for some reason I got lucky and it worked once and I never tried installing it again once it was working

Any other program (such as tibia) can open it fine, just xeno. Looks like I'm stuck on the old version. :)

This seems like a Windows issue. Can you run other .msi installer files? The XenoBot installer is packed by third-party software and uses an single-global-instance executable format which Microsoft created, called MSI. It seems like the problem is with the MSI execution and not the actual bot.

Muz
02-02-2013, 02:28 AM
Got 3.04 to work ;) Checked run in compatibility mode and it loaded up fine :confused: all good!