BBot - The best bot of the world
Check Item/ID by Range - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: BBot (https://forums.bmega.net/forum-3.html)
+--- Forum: Sugestions (https://forums.bmega.net/forum-21.html)
+--- Thread: Check Item/ID by Range (/thread-18563.html)



Check Item/ID by Range - erleo - 10-01-2015

1. New Macro for Check ID by Range.
2. Example
Code:
Creatures.PlayersOnRange(4)>=2 [up]
Exit()
{up}
Map.HasIDByRange(1977, !X!, !Y!, !Z!, 4)
Map.HasIDByRange(469, !X!, !Y!, !Z!, 4)
Creatures.Beside()>=2
Self.Mana()>=115
Self.Say(exori)
Exit()
Map.HasIDByRange(1977, !X!, !Y!, !Z!, 4)
Map.HasIDByRange(469, !X!, !Y!, !Z!, 4)

1977 and 469 are a stairs, with this macro now its impossible make Redskull in Stairs.


RE: Check Item/ID by Range - erleo - 10-02-2015

Bumpo!