10-09-2018, 05:30 PM
(10-09-2018, 04:47 PM)Catar Wrote: You must show me an example what do you want checked in where, because i can't make anything from what you're trying to say.
There are constants in macros to indicate position :X :Y :Z
:Z==6 (would check if Z is equal to 6, if that's what you're asking)
ok from the beginning///
I make cavebot and i wanna refil if my vial of mana fluid < 30 but its problem bcse vial of mana fluid and empty vial its the same id and its doesnt work.
so i got idea to refil if bot see inscription "Using one of 30 vials...” but i dont know how to wrire this FullCheck in bbot.
or make macro
1000 {log} Self.Mana%()<=15 and Z==6 bcse gotolavel "x" i hunting -1 from ground floor.
if i put only 1000 {log} Self.Mana%()<=15 gotolabel "x" bot will be coming all the time to label x and refil its impossible
Maybe you got better idea?