very strange... if you can't get this to work, maybe use something like this in the meantime:
List<RS2Object> getObjectsAt(int x, int y) {
List<RS2Object> objects = new ArrayList<>();
for(RS2Object o: objects.getAll()) {
if(o != null && o.getPosition().getX() == x && o.getPosition().getY() == y) {
objects.add(o);
}
}
return objects;
}
getWalking().webWalk(new Position(myPosition().getY() - 35), myPosition().getX(), myPosition().getZ()));
is that what you're looking for? this would move you 35 tiles south
you dont have info in script manifest so it wont show up. use this template:
@ScriptManifest(name = "", author = "Imateamcape", version = 1.0, info = "", logo = "")
my bad m8. that was my point though. as far as i know, doing that has been disabled. at least that was what i was told on a similar thread around a month ago
didnt mean overriding in that sense. was asking if it takes priority over sleeping. don't know why you would assume that type of overriding because it clearly has nothing to do with this (??)
As far as I've heard, unregistering the hook for the login random event is impossible now because unregistering hooks was taken out. 2 questions:
1. Will the randomeventhandler override a sleep?
2. If not, is there any way to manually create a 'break' within the script?
Disputed Member: The King Why it should be removed: literally have never sold or bought anything from this kid lmao Details: roasted him on the following thread Link to topic: http://osbot.org/forum/topic/107369-f2p-bots-money-making/
ty