EternalDark 0 Posted September 2, 2018 Hi! total noob scripter here asking a dumb question: I'm working on a safespotter, bot get stucks upon level up and won't keep attacking the NPCs, eventually logging out. I'm using if(!getLocalPlayer().isInCombat()) to determine when to attack the NPCs. what's the best way to do this?
jarred788 9 Posted September 2, 2018 if (getDialogues().inDialogue()) { getDialogues().clickContinue(); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.