Skip to content

Instantly share code, notes, and snippets.

@Road-block
Created December 30, 2015 20:57
Show Gist options
  • Save Road-block/0f86d5ea6dbe36520e90 to your computer and use it in GitHub Desktop.
Save Road-block/0f86d5ea6dbe36520e90 to your computer and use it in GitHub Desktop.
druid swiftshift macro
/run local g,c=GetShapeshiftFormInfo,CastShapeshiftForm;local gf;for f=1,6 do local _,_,a=g(f);if a~=nil then gf=f;break end end if gf~=nil then c(gf) end if IsAltKeyDown() then c(2) elseif IsShiftKeyDown() then c(3) else c(1) end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment