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

    Alpha Divination [Deleted]

    Please, add support to activate divination Aura from equipments. This give us better exp/cash rates.
  2. lucassousa

    Alpha Livid Farm [Deleted]

    Nice! Try make it choose correct plants to cure.
  3. lucassousa

    Bug Failed to bind to the game client because of an exception

    No problem, I'm trying fix this problem. :D
  4. lucassousa

    Bug Can't start an instance

    Tutorial - Runemate Spectre – Common Issues & Troubleshooting
  5. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    Tried restart, no fixes for now. Using Ubuntu 15 here.
  6. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    While trying to test bot I've got "Failed to bind to the game client because of an Exception", on client. Any general problem related to this?
  7. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    Cool feature! Unfortunately I don't have this hard wild tasks to try make this feature. Anyway I'm just finishing code for the BackToArea task, and then you can help me watch the performance consistence. :)
  8. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    Hey guys Yesterday I started coding a bot for the main suggestion of this thread. The bot stills working good, I just need write and add a task BackToAltar, to be used when some PK killed us. Anyway, if someone is interested to this bot at this currently progress, please let me know.
  9. lucassousa

    Question Best way to use Inventory SpriteItem on a GameObjetct?

    Well... I find a "simply" way to use the item. Created a Task to "Use" item and a Task to y.click(). At least it is working... I'll watch the performance.
  10. lucassousa

    Question Best way to use Inventory SpriteItem on a GameObjetct?

    This has probability to works? While this, let me take a look on dev toolkit. x.interact("Use"); //action 0 or ++... y.interact(y.getDefinition().getActions().get(0));
  11. lucassousa

    Question What makes a "good" bot?

    You make me sad :(
  12. lucassousa

    Question Best way to use Inventory SpriteItem on a GameObjetct?

    I have a item x in my inventory and I need use it on a object y. I didn't found a direct method like x.useOn(y); then I tried some stuff (strange...) like x.interact("Use"); y.click(); This really didn't worked hahah So, what a correct way to do this?
  13. lucassousa

    Resource Intellij Manifest Template

    Same here! Thanks, @JJordan2 !
  14. lucassousa

    Tutorial Making a bot that does something :D

    I'm understanding. In this case is possible the spot to be another "type" of object. So I need check if it is, for example, a ground item or npc, as you said. Right? Enviado do meu iPhone usando Tapatalk
  15. lucassousa

    Tutorial Making a bot that does something :D

    Ohh sorry, I didn't specified. I'm scripting for RS3. There are a new method for creating a GameObject for RS3 in Spectre API?
  16. lucassousa

    Tutorial Making a bot that does something :D

    This is always null GameObject spot = GameObjects.newQuery().names("Fishing spot").results().nearest(); my null checking: if (spot != null) { //trying click here... System.out.println("click"); } else { //GETTING NULL HERE System.out.println("is null"); } Any idea to fix...
  17. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    Amazing! Please, share it with us as soon as possible. Can't wait for bot!
  18. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    UP! Thanks for response. Can't wait for updates! :D
  19. lucassousa

    RS3 Chaos Alter Bot / Prayer Bot

    Game Mode: RS3 (I don't know if this works on Old School); Link to wiki: Chaos Temple / Chaos Altar; Summary: This methods consists in use a altar that exist on Wilderness to bury the bones on it. The exp gained there is equivalent to exp gained on a Gilded Alter (found on players houses), and...
Top