Hey folks, so I ususally dont play with auto loot on, so I tried to make a Macro to do the looting, and it works, but it leaves Auto Loot enabled in the game settings. Any thoughts? Here’s what I am using…
#showtooltip pick pocket
/script SetCVar(“autoLootDefault”,“1”)
/cast Pick Pocket
/in 3 /script SetCVar(“autoLootDefault”,“0”)
Also, I tried to add a “/cast garrote” as an additional line to a second/copy macro, for my opener… but it doesn’t seem to be going through the loot operation with that last line in there… I tried to add another delay with at “/in 3” beforehand, but again no dice.
If anyone has a working macro to share, I’d VM appreciate it!