OK FINISHED
REMEMBER TIBIA CAN NOT BE MINMIZED WITH THIS KIND OF MACRO
Tibia.WindowHeight/Width() canot take sizes of window that is minimized to windows bar, so it would maximize it first, which my interupt with your other activities
also Misc.ClickEx(X, Y) need window to NOT be minmized (however it CAN be covered by other windows)
Paste this in macros
[macro]0 {TASKS} Number_on_LIST:=1 {DO NOT TOUCH} loop:=1 tW:=Tibia.WindowWidth() tH:=Tibia.WindowHeight() VarDiv(tW, 2) VarAdd(tW, 213) VarDiv(tH, 2) VarAdd(tH, 122) {TALK} NPC.Say(hi) Macro.Wait(150) NPC.Say(task) {down} !Number_on_LIST!>!loop! [loop] Macro.Wait(150) Tibia.SendKey(40) VarAdd(loop, 1) Macro.Wait(150) Label(down) {loop} Macro.Wait(150) Misc.ClickEx(!tW!, !tH!) exit()[/macro]
And instead of NPC.Say add macro waypoint
like this: Remeber about Fixed point and Delay
![[Image: fDdbZWj.png]](http://i.imgur.com/fDdbZWj.png)
Also u can EDIT this variable in macro ( where 0 works also as 1)
Number_on_LIST:=1
To chose WHICH MOSNTER on a list to pick
For example, 8 for Dragons
REMEMBER TIBIA CAN NOT BE MINMIZED WITH THIS KIND OF MACRO
Tibia.WindowHeight/Width() canot take sizes of window that is minimized to windows bar, so it would maximize it first, which my interupt with your other activities
also Misc.ClickEx(X, Y) need window to NOT be minmized (however it CAN be covered by other windows)
Paste this in macros
[macro]0 {TASKS} Number_on_LIST:=1 {DO NOT TOUCH} loop:=1 tW:=Tibia.WindowWidth() tH:=Tibia.WindowHeight() VarDiv(tW, 2) VarAdd(tW, 213) VarDiv(tH, 2) VarAdd(tH, 122) {TALK} NPC.Say(hi) Macro.Wait(150) NPC.Say(task) {down} !Number_on_LIST!>!loop! [loop] Macro.Wait(150) Tibia.SendKey(40) VarAdd(loop, 1) Macro.Wait(150) Label(down) {loop} Macro.Wait(150) Misc.ClickEx(!tW!, !tH!) exit()[/macro]
And instead of NPC.Say add macro waypoint
like this: Remeber about Fixed point and Delay
![[Image: fDdbZWj.png]](http://i.imgur.com/fDdbZWj.png)
Also u can EDIT this variable in macro ( where 0 works also as 1)
Number_on_LIST:=1
To chose WHICH MOSNTER on a list to pick
For example, 8 for Dragons