Log in

View Full Version : xlog



kubax36
12-07-2012, 09:42 PM
Hello, is there any script which xlog when i dont have potions? I need it really, can someone help me, please? ;p

Abuse
12-07-2012, 10:47 PM
I don't think such a thing exists here on Xeno oO

Hendy
12-07-2012, 11:02 PM
Not anymore after client.close() or something was taken out

kubax36
12-07-2012, 11:32 PM
so i need to make only something like if itemcount(266)== 0 then client.close(), yes? :D

Abuse
12-07-2012, 11:54 PM
It's not yet possible to close the client with any function nor it's possible to relogg/logout/login.
That might be added in future updates.
For now the only thing you can use is setBotEnabled(false) which disables the Walker, Looter and Targeting.
That means if you're not doing anything else you will be kicked after 15minutes.


Make sure you dont have [x] Anti-idle on. Or you will stay online!

Hendy
12-08-2012, 01:29 PM
You could make it do something like this


if self.itemcount() == 0 then
gotoLabel("logout")
else
gotoLabel("notyet")
end

then make wpts for it to go somewhere were theres no mobs and just turn the bot off, it'll wait 15mins then you'll get kicked

Hendy
12-08-2012, 01:39 PM
Yeah, cba doing all the caps xd

Hendy
12-08-2012, 02:06 PM
You should do that tho... Newcomers will get an error and create a new thread which will somehow end in spam.


Good point

kubax36
12-09-2012, 12:12 AM
it wont work guys if someone waste me, i will die on the way to logout :D I was thinking today about it. It is possible to debug client when i am out of potions or something like that? For example if my license for bot end while bot is turning on then client is crashing. It is possible to do it? :D