Open Explv opened 5 years ago
Why not just add a custom walk to task?
On Mon, Jan 21, 2019 at 3:12 PM Explv notifications@github.com wrote:
Users should be able to input a custom Area for certain activities e.g. Woodcutting
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Explv/Explvs-AIO/issues/53, or mute the thread https://github.com/notifications/unsubscribe-auth/AsO3hnGHaP_32BOKeAmouF_oHWCJN2zwks5vFjthgaJpZM4aLml1 .
@MasterOfHash I don't understand how that would work. The activity needs to know about the area, as all the walking logic to & from the bank is contained in the activity.
A "Walk to task" would only ever execute once, so it's not going to work with the banking logic.
Ah yeah it depends on the implementation. You could make the script aware of the previous walk to task instead of implementing custom areas on a per task basis?
Somewhat like an “area aware” activity or task
Users should be able to input a custom Area for certain activities e.g. Woodcutting