08-15-2022, 04:18 AM
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.
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.
thank you if someone can help me
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