Heya, so I’ve been doing some fishing and I think it would be really helpful if I could set a minimum/maximum timing for Double Hook.
Current Functionality to DH all of a certain size:
setFishDoubleHookTug( value )
Proposition: DH all of a certain size after min
seconds
setFishDoubleHookTug( value, min)
Proposition: DH all of a certain size after min
seconds until max
seconds
setFishDoubleHookTug( value, min, max )
The scenario where this is helpful for me is that I’m trying to catch Artisinal fish in Diadem, namely Artisinal Sweatfish which has a small tug and appears after 14s. I would like to only double hook after 14s and ignore/not DH fish before 14s.