Jump to content

BMR_

Premium Members
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BMR_ reacted to Metz in World of Warcraft   
    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" 
  2. Like
    BMR_ reacted to DPI Wizard in PUBG: BATTLEGROUNDS (PlayerUnknown's Battlegrounds)   
    I did some small changes (going from a decimal number to a fraction) to the formula around the time first person mode was released, so it's 100% correct now. It's hardly even measurable but I want it to be perfect!
×
×
  • Create New...