Jump to content

Metz

Premium Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Metz

  1. New WoW Addon that provides simple slash commands to adjust the mouse sensitivity in WoW. https://www.curseforge.com/wow/addons/mousesensitivity How to use: /sens shows your current mouse sensitivity /sens 20 sets your current mouse sensitivity to 20 The addon also turns off "Enable Mouse Sensitivity" under Interface/Mouse for maximum compatibility with mouse settings from mouse-sensitivity.com
  2. Thanks a lot! Here's a quick addon to make this permanent: local frame = CreateFrame("frame") frame:RegisterEvent("PLAYER_ENTERING_WORLD") frame:SetScript("OnEvent", function() SetCVar("cameraYawMoveSpeed", 180.0) SetCVar("cameraPitchMoveSpeed", 90.0) SetCVar("enableMouseSpeed", 0) end) Just paste this into http://addon.bool.no/ and click "Create my Addon"
  3. Demon Invasion Bump! Please do this
  4. bump
×
×
  • Create New...