Hello mates!
Has been someone developed a good way to check auras states from equipments slot, like remaining time or their names as well?
I stopped my bots developments at this point and, as I'm backing to botting, I'm willing to start crafting my ideas again.
Thanks in advance!
Just using add() at my TaskBot main class like:
add(new Test());
I tried move all inicializations and verifications to validate(), as you recomended, and stil got the same state, stuck after chopping aquired tree.
This is the test code after corrections:
public class Test extends Task {...
Hello, I started to code some bots but the client don't interact with all objects avaliable, as the nearests. After problems I tried write a simple code to check if the problem was in my code or no. Look:
public class Test extends Task {
@Override
public void execute() {...
LucasSousa updated BM Barbarian Outpost with a new update entry:
BM Barbarian Outpost v0.0.2 Released!
Read the rest of this update entry...
EOC setup has been released in version 0.0.2!
Hey guys!
I just updated the bot with ActionBar interaction. When the changes makes effect I'll refresh the description for setup details.
See you all! ;)
Currently not supported, but I'm deciding bring in the next update or ActionBar interaction or simple EmbeddableUI for whatching progress (or both, as well).
ForEach is better way to Dropping items?
Actually I'm using a code like this below and the bot stills undropping some items.
for (SpriteItem x : Inventory.getItems()){
if (x != null){
if (x.interact("Drop")){
Execution.delayUntil(() -> !x.isValid(), 1200);
}...
The bot is able to return to the altar area if any player kills him.
I'll try add this feature in the future (when I finish my hard Wildness tasks, hahah). :D
Hello, I'm back! Hahah
After get a unsolved problem with client I installed Linux Mint. For now client is working. If still works good I'll release my bot for you all. Let me just rebuild my RuneMate project.