Explv / Explvs-AIO

Explv's AIO
MIT License
23 stars 18 forks source link

Add custom Area support to activities #53

Open Explv opened 5 years ago

Explv commented 5 years ago

Users should be able to input a custom Area for certain activities e.g. Woodcutting

Master-Of commented 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 .

Explv commented 5 years ago

@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.

Master-Of commented 5 years ago

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?

Master-Of commented 5 years ago

Somewhat like an “area aware” activity or task