Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
please help
#1
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
#2
[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
#3
(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

thanks it worked
#4
(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 Big Grin
#5
Yeah, your character is a creature.


Forum Jump:


Users browsing this thread: 1 Guest(s)