01-27-2013, 06:38 PM
i need a macro that uses the id 3151 on where you're standing when at least one monster is on screen
thanks for helping
thanks for helping
please help
|
01-27-2013, 06:38 PM
i need a macro that uses the id 3151 on where you're standing when at least one monster is on screen
thanks for helping
01-27-2013, 07:12 PM
[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
01-27-2013, 07:58 PM
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] 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 |
« Next Oldest | Next Newest »
|