Page 1 of 3

Skylance: The Laboratory emote listener

Posted: Sat Dec 30, 2006 2:49 pm
by simkin
I was farming some augs from Skylance 3 today and whipped this up quick and dirty to tell me what item to click.

Code: Select all

|**

Skylab.mac written by Simkin (Version 1.0 December 30th, 2006)

Skylance: The Laboratory emote listener

This macro will tell you which item to click and warn you when
you have one more click left before Tallongast spawns.

**|

#Event Tools "Remove the necrotic#*#"
#Event Pedestal "Use the Trans-Injector#*#"
#Event Pillar "From the ether#*#"
#Event EastP "A good dose of ethereal#*#"
#Event Gumball "The Dispenser#*#"
#Event SouthP "Switch on the#*#"
#Event Still "Distill the magical#*#"
#Event WestP "The Gaze-O-Rama#*#"

Sub Main
/declare counter int outer 0
/echo Skylance: The Laboratory Macro Started !
:Main_Loop
/doevents
/goto :Main_Loop
/return

Sub Event_Tools
  /varcalc counter ${counter}+1
  /echo North platform, click the table with tools on it (Click #${counter})
  /popup North platform, click the table with tools on it
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Sub Event_Pedestal
  /varcalc counter ${counter}+1
  /echo North platform, click the pedestal (Click #${counter})
  /popup North platform, click the pedestal
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Sub Event_Pillar
  /varcalc counter ${counter}+1
  /echo  East platform, click the domed pillar on it (Click #${counter}) 
  /popup East platform, click the domed pillar 
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Sub Event_EastP
  /varcalc counter ${counter}+1
  /echo East platform, click the pedestal (Click #${counter})
  /popup East platform, click the pedestal
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Sub Event_Gumball
  /varcalc counter ${counter}+1
  /echo South platform, click the gumball machine (Click #${counter})
  /popup South platform, click the gumball machine
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Sub Event_SouthP
  /varcalc counter ${counter}+1
  /echo South platform, click the pedestal (Click #${counter})
  /popup South platform, click the pedestal
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Sub Event_Still
  /varcalc counter ${counter}+1
  /echo West platform, click the still (Click #${counter})
  /popup West platform, click the still
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Sub Event_WestP
  /varcalc counter ${counter}+1
  /echo West platform, click the pedestal (Click #${counter})
  /popup West platform, click the pedestal
  /if (${counter} == 8) {
    /popup FINAL CLICK BE READY ! ! 
    /echo FINAL CLICK BE READY
  }
/return

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:06 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:07 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:09 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:10 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:11 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:48 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:49 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:50 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:51 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:53 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:54 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:55 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:56 pm
by xyilla

Re: Skylance: The Laboratory emote listener

Posted: Wed Aug 06, 2025 7:57 pm
by xyilla