RetroBot 35 Posted November 14, 2017 Is there any way to grab the account's nickname that is currently running a script? I've tried using getClient().getInstance().getScriptManager().getAccount(), but I get this error Error:(145, 84) java: cannot access org.dreambot.core.0w class file for org.dreambot.core.0w not found
swift 22 Posted November 14, 2017 getLocalPlayer().getName(); if you mean the name you set in acc manager idk because I just use the acc name
RetroBot 35 Author Posted November 14, 2017 getLocalPlayer().getName(); I need the nickname from the account manager
Articron 746 Posted November 14, 2017 I've taken a look for you. Seems like the getter for that field has been privatised. You're shit out of luck unless you fiddle with injection :/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.