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.
Closes #5972.
Changes:
Add onTask boolean to MonsterActivityTaskOptions and minionKCommand, the latter only accessed via repeat trip.
Return fail message when current slayer task has finished but trying to repeat kill the same monster.
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.Closes #5972.
Changes:
onTask
boolean toMonsterActivityTaskOptions
andminionKCommand
, the latter only accessed via repeat trip.Other checks: