Plumber

Plumber

4M Downloads

1.4.8 Lua Error, cannot move mount mania button.

Eremeir opened this issue ยท 2 comments

commented

Err.txt

Cannot reposition mount mania quickmount by any method, whether the change position option is clicked or not.

commented

Thanks for the report!
It's been fixed in the latest update v1.4.8-b.

commented

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)