BBot - The best bot of the world
Help with safe exori macro - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Help with safe exori macro (/thread-21384.html)



Help with safe exori macro - gregorioslr - 08-15-2022

hello i have my standard safe exori macro but i want to add another variable on it.
i have this macro and i would like to add an map checker if have any Teleport (teleport ID) on screen it start to cast exori ico.

Code:
Creatures.Beside(1)>=1
Creatures.PlayersOnRange(3)<=1 [jump]
Self.Say(exori gran)
Self.Say(exori)
Exit()

{jump}
Creatures.PlayersOnRange(2)>=1
Self.Say(exori ico)
Exit()
 
i tried to add this following code on my script but it not works.
the teleport ID is 1949 but if someone knows how to do it works would be nice, i already tried to put exactly position but it would be nicier if check any screen positon.

Code:
Map.HasID(1949, 31912, 32355, 8)==1 [jump]

thank you if someone can help me