oldschoolgg / oldschoolbot

Old School Bot - A fanmade discord bot based on Old School RuneScape (OSRS)
https://www.oldschool.gg/
MIT License
142 stars 132 forks source link

Prevent repeating kill trips when slayer task is finished #6213

Open DayV-git opened 5 days ago

DayV-git commented 5 days ago

Description:

Add underlying onTask boolean to check if repeated monster killing trip is off task, but original trip was on task. If so, don't do the trip. Can then either get new task, or just use /k again to kill the same monster if you really want to. There were other options, like a confirmation message, but probably unnecessary. https://github.com/oldschoolgg/oldschoolbot/pull/6185

Closes #5972.

Changes:

Other checks:

gc commented 5 days ago

Did people agree/like this idea?

DayV-git commented 4 days ago

Did people agree/like this idea?

Poll is pretty clear. The bot used to have this functionality but it was removed (unintentionally) a while ago, so to me it was a no-brainer.

image