Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with safe exori macro
#1
Information 
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)