BBot - The best bot of the world

Full Version: please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
[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: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
(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
Yeah, your character is a creature.