Simple door glitch hotkey

A forum for macro code snippets to be used in writing other macros. Post routines or .inc files here only, completed macros go to the Macro Depot. MQ2Data format only!

Moderator: MacroQuest Developers

JudgeD
a snow griffon
a snow griffon
Posts: 354
Joined: Sat Aug 18, 2012 8:07 pm

Simple door glitch hotkey

Post by JudgeD » Tue Mar 17, 2015 8:16 pm

This is so simple and stupid I almost didn't want to post it :)

For those that don't know about the illusion door glitch, it's achieved by shrinking down to max shrink, then pressing up against a door, then clicking an illusion that makes you much bigger (AoN works). Then you should be able to just push forward through the door.

So, if you have to illusion through doors a lot, it can be a bit slow / annoying to click off your illusion and reclick your illusion clickie.

Or maybe I'm just lazy. Either way, 5 lines make it simple. Again this is assuming you are at max shrink without an illusion on first, and pressing forward against a door. Also assuming you have an instaclick illusion such as AoN.

/removebuff illusion
/pause 3
/casting "Amulet of Necropotence"
/pause 10
/removebuff illusion

This is just a snippet that I put together and is very lightly tested. I was inspired by reading through some old posts and someone mentioning /removebuff which gave me the idea (thanks!). Nothing at all challenging in this outside of that of course, but might be a useful idea to some who hadn't thought to do this before. Cheers!