tightened up some timings

This commit is contained in:
dtookey 2023-08-06 17:24:04 -04:00
parent 5c2baa33bb
commit 27c155ef70
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import java.awt.Point import java.awt.Point
fun main() { fun main() {
// Routines.fullRunIncense(29, 29, 29, 29) // Routines.fullRunIncense(0, 0, 0, 257)
Routines.processInventoryAtFurnace(28) Routines.processInventoryAtFurnace(3566)
} }

View File

@ -151,7 +151,7 @@ object Routines {
bankPoint, bankPoint,
KeyEvent.VK_F3, KeyEvent.VK_F3,
KeyEvent.VK_3, KeyEvent.VK_3,
21000, 17000,
Doer.TICK_DURATION_MS, Doer.TICK_DURATION_MS,
) )
Agent.doStandingTask(params) Agent.doStandingTask(params)