Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. lucassousa

    Android development active.

    Android development active.
  2. lucassousa

    Question Checking auras states

    As I thought ... then I'll try craft a trick for that approach. I can post it here after, if it works well, of course. Thanks for your suggestion.
  3. lucassousa

    Question Checking auras states

    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!
  4. lucassousa

    Bug Client aren't returning more than 1 nearest object

    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 {...
  5. lucassousa

    Bug Client aren't returning more than 1 nearest object

    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() {...
  6. lucassousa

    Question How do I apply the RuneMate Javadocs in Eclipse?

    Are you wanting get Runemate in your Eclipse as a library?
  7. lucassousa

    BM Barbarian Outpost [Deleted]

    Sorry for being noob but... Can we fish at Barbarian Outpost (leaping fishes) using fishing baits as well? Good to know... Pretty good!
  8. lucassousa

    BM Barbarian Outpost [Deleted]

    Thanks for your warning, I'll add a fixed area for the bot stay in. Out this problem, the bot is working properly for you? :)
  9. lucassousa

    BM Barbarian Outpost [Deleted]

    LucasSousa updated BM Barbarian Outpost with a new update entry: BM Barbarian Outpost v0.0.3 Released! Read the rest of this update entry...
  10. lucassousa

    BM Barbarian Outpost [Deleted]

    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!
  11. lucassousa

    BM Barbarian Outpost [Deleted]

    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! ;)
  12. lucassousa

    BM Barbarian Outpost [Deleted]

    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).
  13. lucassousa

    Question Best way to dropping?

    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); }...
  14. lucassousa

    BM Chaos Altar [Deleted]

    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
  15. lucassousa

    BM Chaos Altar [Deleted]

    LucasSousa submitted a new resource: BM Chaos Altar - A really good chaos altar bot! Read more about this resource...
  16. lucassousa

    BM Barbarian Outpost [Deleted]

    LucasSousa submitted a new resource: BM Barbarian Outpost - As simple as breathing. Read more about this resource...
  17. lucassousa

    OSRS ROAD 2 MY FIRST MAXED ACCOUNT.

    Still unbanned? Nice work! ;)
  18. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    I was using on Ubuntu 15.02.
  19. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    Yes, currently working for me. Tested it out on Ubunt and now on Mint (Ubuntu previouly made me cry for exceptions).
  20. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    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.
Top