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

    Yui's Menaphos Fisher [Deleted]

    Thank you, I will add this into the next update! Making it alot more reliable
  2. youramazingames

    Yui's Menaphos Fisher [Deleted]

    Yes, it would work in Vip area, just not if you wanted to bank. but with shark suit that does not matter lol! In terms of Reputation, i might come up with another way!
  3. youramazingames

    Yui's Menaphos Fisher [Deleted]

    Thanks man, at the moment how the rep works is it checks for the fish in inventory and adds manually the rep. But with the shark suit it wont detect. Im not sure there i a current way to detect Reputation like it was Xp or something as the update is still quite new. I have not unlocked skilling...
  4. youramazingames

    Yui's Menaphos Fisher [Deleted]

    youramazingames updated Yui's Menaphos Fisher with a new update entry: Yui's Menaphos Fisher v1.0.5 Released! Read the rest of this update entry...
  5. youramazingames

    Yui's Menaphos Fisher [Deleted]

    Yes i will add this as an option when i get back home on sunday. Yes when i get back home on sunday i will add some way to combat this. But i dont have acsess to the shark suit to test.
  6. youramazingames

    Yui's Menaphos Fisher [Deleted]

    youramazingames updated YuiMenaphosFisher with a new update entry: Yui's Menaphos Fisher v1.0.2 Released! Read the rest of this update entry...
  7. youramazingames

    Yui's Menaphos Fisher [Deleted]

    youramazingames submitted a new resource: Yui's Menaphos Fisher - Fishes in the port district of Menaphos. Read more about this resource...
  8. youramazingames

    Question How to get items onto the Action bar?

    thank you i got it working!! Cheers
  9. youramazingames

    Question How to get items onto the Action bar?

    Ok this is weird, This is how my current bar is set up (http://i.imgur.com/i6HThx2.png) and when i do ActionBarQueryResults a = ActionBar.newQuery().filled(true).results(); System.out.println(a); Results: And if i do: ActionBarQueryResults a = ActionBar.newQuery().filled(false).results()...
  10. youramazingames

    Question How to get items onto the Action bar?

    Yeah thats basilica what i did! ActionBarQueryResults a = ActionBar.newQuery().empty(true).results(); SpriteItem b = Inventory.newQuery().names("Raw catfish").results().first(); Mouse.drag(b.getInteractionPoint(), a.get(0).getInteractionPoint()); Execution.delayUntil(() -> !Mouse.isMoving()...
  11. youramazingames

    Question How to get items onto the Action bar?

    no get the bot to do it not yourself... That is what im asking.
  12. youramazingames

    Question How to get items onto the Action bar?

    Yeah that is what im asking.
  13. youramazingames

    Question How to get items onto the Action bar?

    I did and there is very little information about getting an item on to the action bar. At the moment i have my bot working fine if you manually do it. But i would like it so the bot will do it.
  14. youramazingames

    Question How to get items onto the Action bar?

    What is the best way to get an item that is currently in your inventory onto the action bar? This is useful for power-mining and fishing. I cant seem to find a way to get it to do it, ether automatically or work out a way to get the client to drag the item. Thanks.
  15. youramazingames

    Awesome Mining LITE [Deleted]

    Yeah no worries, its a very good bot! Keep up the good work!
  16. youramazingames

    Awesome Mining LITE [Deleted]

    When working at the Quarry in the Desert to mine Granite on rs3. When inventory is full the bot just stops and does nothing. When ether bank and drop is selected. It does not drop the granite. Basically the bot just breaks. Just thought you should know if you did not know already.
  17. youramazingames

    Tutorial JavaFX for Beginners

    BTW for anybody wondering Oracle has stoped work on the scene builder so here is the new download Scene Builder. The location is in your appdata then scenebuilder! Hope this helped people!
  18. youramazingames

    Question Interfaces

    If you still not got it worked then do this: private static boolean spin() { if (isProductScreenOpen()) { Execution.delay(200, 700); Keyboard.typeKey(" "); return Execution.delayUntil(() -> !isProductScreenOpen(), 5000); } return...
  19. youramazingames

    Tutorial How to create an area for the player to move too!

    Added the thing about the Region Path, in the main Post, But realistically you should make sure it is all reachable! I May see what i can do!
Top