-
drop items faster?
the drop all methods in the api are really slow. i'm just trying to drop all of a certain item and it takes forever. anyone have a faster method? thanks
-
Faster dropAllExcept method?
Does anyone have one? The one in the API is a bit slow.
-
Return true in main class if a radiobutton in gui is selected
How can I go about doing this? I want to return true in my main class if a button in my gui class is selected.
-
Attack closest player
Any way to get the closest player without looking at name?
-
Attack closest player
how is this done again? thanks guys
-
Checking if dropped item is in an area
Need a bit of help with this Edit: Figured it out. area.contains(item)
-
Drop 5 of a certain item
I should have been more specific. I have 15 of a certain item in my inv and I want to only drop 5 of that item.
-
Drop 5 of a certain item
Can't seem to figure this out, I have 15 of a certain item in my inv and I want to only drop 5 of that item.
-
Walk to exact tile
I've tried using localwalker but it doesn't seem to always put me on the exact tile I need. Is there anyway to do this? Thanks
-
Return true if there are 10 dropped buckets on the floor
"script" cannot be resolved in: java.util.List<GroundItem> allGroundItems = script.getGroundItems().getAll();
-
Return true if there are 10 dropped buckets on the floor
Thanks a lot Will try soon
-
Return true if there are 10 dropped buckets on the floor
Dont care where they came from.
-
Return true if there are 10 dropped buckets on the floor
How would I go about doing this? Don't ask why lol... Thanks