Page 1 of 1

track macro UOS

Posted: Mon Jan 03, 2022 7:25 pm
by Turnabout
This is a very basic UOS tracking macro.

Code: Select all

unsetalias daemon
pause 100
unsetalias elemental
pause 100
/////
//
/////
cast "Summon Daemon"
pause 4000
useskill 'Tracking'
waitforgump 2976808305 15000
replygump 0xb16e7d71 2
waitforgump 993494147 15000
replygump 0x3b378483 1
pause 3000
if findtype 0x9 'any' ground 'any' 5
  setalias daemon found
  waitforcontext daemon 5 15000
  pause 2000
endif
pause 1000
////////
//
////////
cast "Summon Air Elemental"
pause 4000
useskill 'Tracking'
waitforgump 2976808305 15000
replygump 0xb16e7d71 2
waitforgump 993494147 15000
replygump 0x3b378483 1
pause 3000
if findtype 0xd 'any' ground 'any' 5
  //  pause 300
  setalias elemental found
  //  pause 300
  waitforcontext elemental 5 15000
  pause 3000
endif

Re: track macro UOS

Posted: Sun Jan 23, 2022 11:09 pm
by maple
FIXED IT:

For whatever reason, it would not work with "15" at the end of the if statement. Changed it to 5 and poof, it works. Maybe it was finding something around me instead (I am in my house with others around me).

Hope this helps someone later :)

:dance