- Thread Author
- #1
Hi,
I've tested a few ways, but I can't seem to know the real answer, not sure if anybody has it except Cloud, but here goes:
Presuming I know an item will appear at Coordinate C. What's the fastest way to detect the item appearance, and then to click/interact with it to pick it up.
So basically, in two parts: What's the fastest way to detect an item appearing at X location (or it could also be a general query on ID if that's faster). And is there even a way to simply detect change - regardless of what it is - very fast.
Possibly using a listener if it's possible? Or is it faster to detect changes in visibility? Or is there a faster way?
And once the change is detected, how is it possible to pickup/click the item in the fastest possible way.
Here's a little example problem to imagine the situation. Say there's a drop-party and someone dropped 50M on the ground at a specific location. All 10 players know where he dropped it and know it will appear within the next 20 seconds. How do you make sure that you're going to pick up the gold faster than anybody else? (So detect the gold appearance, and then click it first).
If anybody's done extensive testing or knows the back-end of runemate enough to know, it'd be great to have a direction to head towards.
Thanks!
I've tested a few ways, but I can't seem to know the real answer, not sure if anybody has it except Cloud, but here goes:
Presuming I know an item will appear at Coordinate C. What's the fastest way to detect the item appearance, and then to click/interact with it to pick it up.
So basically, in two parts: What's the fastest way to detect an item appearing at X location (or it could also be a general query on ID if that's faster). And is there even a way to simply detect change - regardless of what it is - very fast.
Possibly using a listener if it's possible? Or is it faster to detect changes in visibility? Or is there a faster way?
And once the change is detected, how is it possible to pickup/click the item in the fastest possible way.
Here's a little example problem to imagine the situation. Say there's a drop-party and someone dropped 50M on the ground at a specific location. All 10 players know where he dropped it and know it will appear within the next 20 seconds. How do you make sure that you're going to pick up the gold faster than anybody else? (So detect the gold appearance, and then click it first).
If anybody's done extensive testing or knows the back-end of runemate enough to know, it'd be great to have a direction to head towards.
Thanks!
Last edited: