Slawa 3 Posted December 8, 2016 I was wondering how to let my script switch accounts provided from a list or hard coded after x level reached. Ive seen the method: public boolean addAccount(java.lang.String nickname,java.lang.String username,java.lang.String password,java.lang.String pin) and I think there should be a way to just switch accounts. But I cant find it. Help me please. Im a total noob be gentle
rexas 12 Posted December 8, 2016 It is possible How would you change active account attached to the script using API?
Dezval 44 Posted December 13, 2016 I'm in the process of doing this as well, but I'm short on some info. But maybe you can make heads and tails of it. Here you go:https://dreambot.org/javadocs/org/dreambot/api/script/ScriptManager.html#setAccount-org.dreambot.core.Account- Cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.