Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LenweSaralonde/11d44573216b5f30ee68c4b9a397140f to your computer and use it in GitHub Desktop.
Save LenweSaralonde/11d44573216b5f30ee68c4b9a397140f to your computer and use it in GitHub Desktop.
VER 3 0000000000666001 "Camera left" "450906"
/run if CAM_MOVER then CAM_MOVER:Cancel() end; CAM_MOVER = C_Timer.NewTicker(1/60, function() SetCVar('test_cameraOverShoulder', GetCVar('test_cameraOverShoulder') - 1) end)
END
VER 3 0000000000666003 "Camera right" "450908"
/run if CAM_MOVER then CAM_MOVER:Cancel() end; CAM_MOVER = C_Timer.NewTicker(1/60, function() SetCVar('test_cameraOverShoulder', GetCVar('test_cameraOverShoulder') + 1) end)
END
VER 3 0000000000666002 "Camera stop" "136106"
/run if CAM_MOVER then CAM_MOVER:Cancel() end;
END
VER 3 0000000000666004 "Camera reset" "134269"
/run if CAM_MOVER then CAM_MOVER:Cancel() end; SetCVar('test_cameraOverShoulder', 0)
END
VER 3 0000000000666005 "Camera up" "450907"
/run MoveViewUpStart(); C_Timer.After(.05, MoveViewUpStop)
END
VER 3 0000000000666006 "Camera down" "450905"
/run MoveViewDownStart(); C_Timer.After(.05, MoveViewDownStop)
END
@LenweSaralonde
Copy link
Author

Instructions:

  1. Quit WoW
  2. Append the contents of the gist to this file: World of Warcraft\_retail_\WTF\Account\<account_name>\macros-cache.txt
  3. Launch WoW
  4. The macros should appear in your macros list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment