02-05-2014, 04:24 AM
Read this
blue dragon and baron set also keys and make them function:
Dragon Macro:
SendMessage hpb PBM_SETRANGE 0 max<<16|min
if(!ShowDialog("dialog_with_progress" &dialog_with_progress)) ret
Baron macro:
SendMessage hpb PBM_SETRANGE 0 max<<16|min
if(!ShowDialog("dialog_with_progress2" &dialog_with_progress2)) ret
Bluebuff macrpo:
SendMessage hpb PBM_SETRANGE 0 max<<16|min
if(!ShowDialog("dialog_with_progress3" &dialog_with_progress3)) ret
For staring the times:
Dragon:
spe 0
int w=win("Dragon Timer" "#32770")
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
Baron:
spe 0
int w=win("Baron Timer" "#32770")
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
BlueBuff:
spe 0
int w=win("Blue Buff Timer" "#32770")
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
I'm working on this project and I am having some difficulties. I was wondering if you may have run into the same problem in making a macro not alt tab and not have all the visuals?
blue dragon and baron set also keys and make them function:
Dragon Macro:
SendMessage hpb PBM_SETRANGE 0 max<<16|min
if(!ShowDialog("dialog_with_progress" &dialog_with_progress)) ret
Baron macro:
SendMessage hpb PBM_SETRANGE 0 max<<16|min
if(!ShowDialog("dialog_with_progress2" &dialog_with_progress2)) ret
Bluebuff macrpo:
SendMessage hpb PBM_SETRANGE 0 max<<16|min
if(!ShowDialog("dialog_with_progress3" &dialog_with_progress3)) ret
For staring the times:
Dragon:
spe 0
int w=win("Dragon Timer" "#32770")
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
Baron:
spe 0
int w=win("Baron Timer" "#32770")
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
BlueBuff:
spe 0
int w=win("Blue Buff Timer" "#32770")
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
I'm working on this project and I am having some difficulties. I was wondering if you may have run into the same problem in making a macro not alt tab and not have all the visuals?
