Hello XenoBot users. I'm user of iBot, and wanted to ask you which Bot is better, cause i heared xenobot is much faster then iBot.
Please give me PRO and CONTRAS for XenoBot & iBot.
Thanks
Printable View
Hello XenoBot users. I'm user of iBot, and wanted to ask you which Bot is better, cause i heared xenobot is much faster then iBot.
Please give me PRO and CONTRAS for XenoBot & iBot.
Thanks
How about spend 5$ and find out? You will not regret it :)
/Stusse
Less "buggy/messy"
Just works
Fast updates
requires less cpu
ps, ive bought 30 days ibot and my money went to the trash
Ibot is so annoying, it barely feels like a bot to me.
Probably the only downside is the lack of payment methods, but if you are able to pay with PayPal it's no problem.
Just a thought... I'm going to guess if you ask that on this forum, people are going to tell you Xenobot is better. If you ask on the iBot forums, all the responses will most likely iBot.
The only opinion of which bot is better that you need to worry about is your own. You've said you already use iBot. Try xenobot out. It's only $5/month. Try it out and see which bot feels better to you.
Here's what @Ropiderz had to say about it and it summs it up real nice
Of all bots, iBot is the worst imo. You won't find a thing as messy as that, plus it's the easiest way of buying a transfer to deletera. :)
Even though Xeno lacks many things, I enjoyed it, and will come to stay pretty soon, just need to learn at least 50% of what I know compared to what I know from RBP.
#1 Elfbot:rolleyes: > Xenobot > BBOT > CoreBOT (FREE) > redbot > ibot
its just my opinion tho
xenobot ftw :D
Is this a serious question? We're on a xenobot forum after all...
tibia auto
ALL THE WAY
So far ibot is better if you want to bot hardcore places like vengoth/banuta etc. Xeno has lack of functions to make so advanced scripts.
Anyway so many deletes on Ibot so I'd just wait till DarkstaR add those functions :P
It can suck dick comparing to ibot's banuta/vengoth ;p
I know how to use this bot. Just check what I'm talking about:
http://forums.xenobot.net/showthread...ake-bot-better.
And don't tell me you can make so advanced scripts like in Neo/Ibot cuz you can't.
Ye JXS got banuta -2 script but if you compare it to ibot 1, you dont know if you should laugh or cry. Anyway it can be and prolly will be best bot after some updates
Xenobot is the best paid bot nowdays, tibiaauto the best free bot since the beggining of times
Elfbot all the way. :cool:
Your post woke my interest and I checked Ibot on YT:
http://www.youtube.com/watch?v=vXAIdNJGu9M
http://www.youtube.com/watch?v=XuwX4W2A-WI fucking crazy
http://www.youtube.com/watch?v=km6pGQu7guQ
doesn't even look like a bot. Might give Ibot a shot just to be able to compare it to Xeno. The community over there seems to suck though.
´Those scripts aint for sale anymore
About reset backpacks at iBot it depends what you like to use I normally went with 2000 ms
something like this
This equals to 8 seconds pure wait time, the total time to open all + resize and minimize eq I haven't timed :) Tho some use less wait time e.g. 1600 ms.Code:closewindows()
closewindows()
wait(2000)
openitem(MainBP, "back")
wait(2000)
openitem(LootBP, MainBP, true)
wait(2000)
resizewindows()
wait(2000)
openitem(GoldBP, MainBP, true)
wait(2000)
openitem(SuppBP, MainBP, true)
wait(2000)
openitem(AmmoBP, MainBP, true)
wait(2000)
resizewindows()
wait(2000)
minimizewindow("equip")
How come?
In my opinion, the best bot is Tibia GG.
You need to be at least "great" or something higher with LUA to make things work out good (i.e rune with crosshairs) while the competition bots got in-built and work twice as good. It's just ONE example. Like, if I'm not the biggest script seller on another bot, I'm the second (and always was since I started doing it) and when I look at LUA Documentation thread, the things I'm used to can already exist, but the way they're written make me not understand, like maround(3, "Alia") == 0 becomes Creature.New("Alia"):DistanceFromSelf() < 3
These videos aren't even 3x speed, they are 5x+. iBot's backpack opening is slower than RBP, which you used. I timed the same actions. I use wait(505,1010) after every backpack opening and resizing, it takes like ~12 seconds on RBP, while on iBot I used to take at least 30. See the waypoint delay, even sped up it stops for too long. Don't even waste your cash on that, dude, it's not worth it.
once you get used to OOP, which is one of the best things in the programming world, you'll realize this is quite obvious. When ekx (? not sure though) designed these function names, I guess he had in mind to be creating a scripting engine quite understandable for non-programmers, but if the number of functions increase considerably and turns big (as usually it is), it'll be a total mess to users remember all these function names. On the other hand, in a OOP fashion, you just need to remind the existence of some classes (in this case Creature), which packs many features / info related to a certain object (most likely the class name is self-explanatory).
For example, I'd search for the Container class in order to know how to interact with containers, e.g., count items, find some of them, etc.
Yeah, I understand why Darkstar made it that way, I don't blame him, once getting used to it, it'll be easy to make it work. Just.. take some time to get used to it. And I got used to the way ekx made, then the other bot makers just followed his steps so the users wouldn't have to re-learn from scratch, what I'm basically doing here on XenoBot.
Creature.New("Alia"): DistanceFromSelf() is the long way. You can do: Creature.DistanceFromSelf("Alia") as well.
Don't call BUg here, his scripts suck.