Did a mod should work but not sure yet
Changed ... Starting at line 580 of RadarHarvest.vbs
Code: Register to unlock hidden link
Case HARVEST_START_HARVESTING
sNodeName = VG.Target.Name
DebugLog "Harvesting " & sNodeName
If HARVEST_USE_HOTKEYS Then
VGSendText HARVEST_BEGIN_HOTKEY
to
Code: Register to unlock hidden link
Case HARVEST_START_HARVESTING
sNodeName = VG.Target.Name
DebugLog "Harvesting " & sNodeName
If HARVEST_USE_HOTKEYS Then
VGSendText HARVEST_BEGIN_HOTKEY
Sleep 50
VGSendText HARVEST_COMB1_HOTKEY
Sleep 50
Mouse.LMouseClick MOUSEX, MOUSEY, 1, 1
Sleep 50
VGSendText HARVEST_COMB2_HOTKEY
Sleep 50
Mouse.LMouseClick MOUSEX, MOUSEY, 1, 1
Not sure if that's to much "Sleep" ... Is that in milliseconds or microseconds? There was a Sleep 500 in the main radar vbs so figured that was 5 sec but just guessing.
Also the MOUSEX and MOUSEY will have to be set but not sure where the window is yet. This is going to vary depending on user setup, so maybe easier to not move the mouse and just click it.
The HARVEST_COMB1_HOTKEY and HARVEST_COMB2_HOTKEY constants need set (I used 4 and 5)and the hotkeys set in game.