(01-10-2018, 02:24 PM)gordela Wrote: I need a macro that renews the wild groth every 45 seconds on a specific sqm (x: y: z
I didnt set it up every 45 sec, but every time when there is no growth on that sqm
change Xw Yw Zw
Code:
Xw:=29867
Yw:=32786
Zw:=7
runeID:=3156
bushID:=2130
Misc.ItemCountEx(3156)>=1
floorID:=Map.ItemOnTop.ID(!Xw, !Yw, !Zw)
Map.HasID(!bushID, !Xw, !Yw, !Zw)==0
Map.CreatureOnTop.ID(!Xw, !Yw, !Zw)==0
Map.UseOn(!runeID, !floorID, !Xw, !Yw, !Zw, 4)
If u want to use it to block something for anyone, but yourself u can add line below (anyhwere in macro before above Map.UseOn )to pause when your other character is nearby.
Creatures.ByRangeName(3, PutNameInHere)==0