Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MACROS !! REPUT FOR HELP
#11
(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: zSmile



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


Messages In This Thread
MACROS !! REPUT FOR HELP - by Baszmaczkin - 02-24-2017, 12:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)