track macro UOS

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Turnabout
Elder Scribe
Posts: 117
Joined: Fri Dec 13, 2013 9:59 pm

track macro UOS

Post 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
Last edited by Turnabout on Mon Aug 01, 2022 10:44 am, edited 2 times in total.
The Skilled Image.
maple
Passer by
Posts: 4
Joined: Fri Apr 13, 2018 3:55 pm

Re: track macro UOS

Post 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
Post Reply