The Citadel (Travesty) - clicking walls macro

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
User avatar
Tanya
Posts: 1796

The Citadel (Travesty) - clicking walls macro

Post by Tanya »

I was tired of clicking on walls in the Citadel so wrote this little macro.
(need to be at least 2 tiles away from hidden doors. Don't check the loop option)

Code: Select all

// Author: Tanya
// Description: walkthrough Citadel
// v. 1.0 clicks on hidden doors
// don't check loop
//blue key
if @distance 0x400014dd <= 2
  useobject 0x400014dd
elseif @distance 0x400014d6 <= 2
  useobject 0x400014d6
elseif @distance 0x400014d5 <= 2
  useobject 0x400014d5
elseif @distance 0x400014d2 <= 2
  useobject 0x400014d2
elseif @distance 0x400014d4 <= 2
  useobject 0x400014d4
  //yellow key
elseif @distance 0x400014cf <= 2
  useobject 0x400014cf
elseif @distance 0x400014ce <= 2
  useobject 0x400014ce
  //red key
elseif @distance 0x400014cd <= 2
  useobject 0x400014cd
elseif @distance 0x400014d0 <= 2
  useobject 0x400014d0
elseif @distance 0x400014d7 <= 2
  useobject 0x400014d7
elseif @distance 0x400014d8 <= 2
  useobject 0x400014d8
elseif @distance 0x400014d3 <= 2
  useobject 0x400014d3
elseif @distance 0x400014d1 <= 2
  useobject 0x400014d1
endif

Last edited by Tanya on January 10th, 2018, 9:38 am, edited 1 time in total.
Peerless Hunter
Guide to Whammy - viewtopic.php?f=10&t=314
My youtube channel - /watch?v=sx5zGCbILtA
Weekly Bedlam Spawns - viewtopic.php?f=2&t=9131
Duque and The Silvertiger like this.
Top
koziar
Posts: 388

Re: The Citadel - clicking walls macro

Post by koziar »

Its great!! Thanks a lot,:)
Tanya likes this.
Top
User avatar
Tanya
Posts: 1796

Re: The Citadel - clicking walls macro

Post by Tanya »

Peerless Hunter
Guide to Whammy - viewtopic.php?f=10&t=314
My youtube channel - /watch?v=sx5zGCbILtA
Weekly Bedlam Spawns - viewtopic.php?f=2&t=9131
User avatar
Duque
Posts: 454

Re: The Citadel - clicking walls macro

Post by Duque »

ty Tanya a usefull one :)
"Los que no aprenden de la historia estan condenados a repetirla"
"Who don't learn from history is condemn to repeat it"

Demise' Discord channel
Duque#6737
The Silvertiger and Tanya like this.
Top
Post Reply