mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #331] You can cook food far away from ranges using Use-Item-On in Script Factory #13574
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gptaqbc on GitHub (Dec 27, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/331
For example:
At Camelot bank, run this in script factory with a inventory full of raw lobsters:
Use-item-on(378,2728,62)
Sleep(500)
Click-xy(253,425,1)
Click-xy(253,425,0)
Sleep(15000)
@mrextremez commented on GitHub (Dec 28, 2019):
Simple fix would be to add a distance check before you can cook them
@Gptaqbc commented on GitHub (Dec 28, 2019):
Yeah, to fix this, the solution used to prevent this happening with thieving stall by @mikeysasse can be used.