- Joined
- Feb 15, 2016
- Messages
- 64
- Thread Author
- #1
When sometimes trying to turn the camera on legacy interface mode, the bot will try and use the 'wasd' method even though that won't work since the chatbox is always active. A video is attached to show the bug. It also brings up the options menu for some reason. Not sure what is causing that to happen. Could be something related to camera turning but not 100% sure.
Spectre Version: V1.1.5
Bind Version: V1.1.0
Affected Games: RS3
Code Used:
Spectre Version: V1.1.5
Bind Version: V1.1.0
Affected Games: RS3
Code Used:
Code:
if (!hole.isVisible()) {
Camera.turnTo(hole);
}