C: > Program Files > Riot Game > League of Legends >Config
Open Input and copy paste this at the bottom of the file
**[MouseSettings]
RollerButtonSpeed = 0 **
----------------------------This disables Mouse Wheel
, make sure you're zoomed out to the max in game before doing this
This part is the Macro I made myself, this help beat the view disadvantage on purple side.
$wheelup::
IfWinActive League of Legends (TM) Client
{
send {up down}{right down}
sleep 90
send {up up}{right up}
}
else
{
Send {wheelup}
}
return
$wheeldown::
IfWinActive, League of Legends (TM) Client
{
send {down down}{left down}
sleep 90
send {down up}{left up}
}
else
{
send {wheel down}
}
return
there I just made purple side less infuriating to play
your move, Riot.
-edit there are spaces and enters, but this forum formatting..........................