aash / HBRelog

This program is for use with Honorbuddy (an automation tool for World of warcraft). It launches World of Warcraft, logs into the game and then launches Honorbuddy. If Wow or Honorbuddy crashes or disconnects the whole process is repeated.
GNU General Public License v3.0
5 stars 0 forks source link

Change Random Minutes of Idle/Wait Task #23

Open Etaliken opened 9 years ago

Etaliken commented 9 years ago

Hello,

in my opinion it is better to make the random minutes not negative.

Example (Currently HbRelog): A Wait Task: Minutes: 120 Random Minutes: 120

that would mean, that you run for a minimum of 0 minutes your task and a maximum of 240 minutes.

If you wanna run for at least 90 minutes you have to think about calculate it and place as random minutes 30mins.

much better would be that:

minutes: 90 (minimum minutes) random Minutes: 120 (positive random minutes)

so it will run for a minimum of 90 minutes and a maximum of 210 minutes.

Thank you