1.4.8 Lua Error, cannot move mount mania button.
Eremeir opened this issue ยท 2 comments
Cannot reposition mount mania quickmount by any method, whether the change position option is clicked or not.
looks to be a Y value missing in the code, hopefully will be an easy fix
Also, possible to add a setting to allow moveable when not in mount mania, would like to be able to position it when event is not currently running
Update: it is a simple fix, open QuickSlot.lua in Modules folder, after line 609 add y = cy + radius;
the function works like normal and moveable (will have a blue dot over the mount icon to click and hold to move)