01-28-2013, 08:18 AM
(01-27-2013, 07:12 PM)Hunger Wrote: [macro]1000 {Use Rune} ID:=3190 Creatures.OnScreen()>=1 X:=Self.X Y:=Self.Y Z:=Self.Z Target.Self() Target.Shoot(!ID!)[/macro]
Try this
One problem i found... it always used the rune it seems that when there is no monster on screen the Creatures.OnnScreen() returns 1 so i changed it to Creatures.OnScreen()>1 and now it works