I'm not gonna say iBot has a keylogger hidden within the code...
... but I'm not gonna say it doesn't either.
I'm not gonna say iBot has a keylogger hidden within the code...
... but I'm not gonna say it doesn't either.
i use xeno, not because of any certain features or anything but i trust darkstar he knows what hes doing and id much rather use a bot where i can trust the person who makes it :P i have no clue who ibots owner is ( :
Also "problem" with Xeno is that people don't understand the logic of classes. The difference about scripting in XenoBOT vs iBOT and NeoBOT it's how functions (need to be used/are declared).
Let's get simplest example: Moving items.
Xeno:
You need to loop over all containers (construct object for each container), find your item in container (looping over all slots) and then call container function that is responsible for moving items into other container or ground.
iBOT and NeoBOT:
You call one function "moveitems" with proper agruments and it's done.
I know that you want to make Xeno somehow "flexible" or something like this but people want simple solutions or atleast huge base of examples as not everyone like/want to make actions by themselves.
(๏̯͡๏ )
Currently selling:
384 ED on Celesta 124 days voucher
216 MS on Efidia
Threads to look at before trading:
Smeg's trading history
Tutorial: How to secure a Tibia account after buying one
Here are my answers, being a member of XB forum since day 2 (I think - on my alt account, Josh). I've also scripted for BugWT using iBot for a long time, so I know that incredibly well. On top of that I've known Igor (Maozao, maker of Redbot) for a while, and seen him develop his programming over that time.
What are the benefits of each bot?
iBot is the most functional, by far. In spite of the fact that the other bots can do pretty much the same shit, it's a lot easier and more accessible. Unless you have a phd in lua scripting you won't be able to recreate an ibot script like for like on Xeno, or RedBot (though redbot again is slightly easier to script with than Xeno due to more accessible functions).
RedBot doesn't really stand out much, it's a good all round bot, but it doesn't have any spectacular feature which makes it better in any way, really. I guess the targetting is slightly better, but that was modified by Ekx, so it's no surprise that it's better, really.
XenoBot is by far the most noob friendly. Anyone can load it up, inject, run a script and load some settings. The downside of course being that in order to modify those scripts, you must have said phd in lua scripting.
Why do you personally use the one that you do?
I use XenoBot now, purely because iBot doesn't work on my computer. I don't know why, and nobody else shares the problem I'm faced with, so Jonatas is reluctant to spend time trying to fix it. He's sent me a few betas and tried a little, but as mentioned, it's just too much work for too small a problem. XenoBot would definitely be my recontamination to anyone who can script though, it's a bit more complex and slightly frustrating when you need to have a text editor and the client open, then execute and kill scripts each time you change something, but what you lose there you gain in people not fucking around once they have bought / downloaded a script. I always used to find myself (especially in Neobot) making stupid typing errors in functions, clicking a random place on the screen and tapping the @ key or something stupid by mistake. I don't do that with Xeno cause I'm rarely in the scripts, since they are out of the way. It's nicer in that way, and that's the biggest reason aside from iBot not working that I use it.
Why are there so many iBot users on the Xeno forums?
As people said already, iBot is probably the most popular, but they need a community, so they come here. DarkstaR made TUGBot a few years ago, for a community TibiaUG, which disbanded a year or so ago after three of the most contributing users of the forum got accused of scamming by the owner of the site, and the group of friends we (I speak in first person because I was one of those 3 people) were playing with ended up giving up on the TUG community, as Neobot disbanded, XenoBot was made, we had a new place to chat, Xeno forums.
Which bot has a brighter future?
I think XenoBot will stand out once it has had a little work done. It could do with a few changes, like a simple "tool" to automount, the ability to pass variables as a string or integer as you like (aka ShopSellItems("Dragon Hammer") as opposed to Self.ShopSellItems(Item.GetID("Dragon Hammer"))) - These functions make it really annoying to script, and as some functions are part of third party libraries, they don't all require Self.~, so it gets even more confusing.
Overall, if you want a bot that's easy to use and you can't script very well, I'd recommend Xeno. I'd also recommend that you find a script seller, considering the price of scripts here is ridiculously cheap compared to the other two. If you want something you're used to, iBot is the thing, it's very similar to Neobot, and is suited to most people in that respect. It does, however, consume CPU like a whore (as people mentioned before). If you want something a bit different, I guess RedBot is your thing, but I doubt you'll appreciate anything about it, as you'll see its foibles and think why the fuck did I do this...
You cannot fail, so I'm lowering the standard.