please help - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: please help (/thread-6865.html) |
please help - ihatethis - 01-27-2013 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 RE: please help - Hunger - 01-27-2013 [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 RE: please help - ihatethis - 01-27-2013 (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] thanks it worked RE: please help - ihatethis - 01-28-2013 (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 RE: please help - Kimoszin - 01-28-2013 Yeah, your character is a creature. |