Hi guys, i am writing a bot and my goal is to retrieve account (logins) from my webapplication.
When i am checking out the docs it's saying that setCredentials is depriciated but no alternative.
Why is this removed?
(link to doc)
Thanks
Hello, i am new to scripting and starting off with a simple chicken killer.
What i have so far is :
Npc npcm = Npcs.newQuery().names(bot.currentTarget).results().nearestTo(Players.getLocal());
But i would like to add a filter on it since its now clicking dying npc's and in combat npc's.
Can...