If you want to send me your config I can take a look at it.No I have a weird circle in the middle and 5 rows of buttons missing. Only in the main tab
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

If you want to send me your config I can take a look at it.No I have a weird circle in the middle and 5 rows of buttons missing. Only in the main tab
Im not sure what a new group is, but I tested making a new Set and a new Hotbar and both worked for me - if you want to send me the config that is broken i can take a look at it.I would guess so, think it was when I created a new group. Had to manually go in and remove his entry from the ini.
No I have a weird circle in the middle and 5 rows of buttons missing. Only in the main tab
I've had an issue with a corrupt button before. Getting rid of that button fixed the issue iirc. It will be the last one that displays messed up.Try to load one of your backup configs, i guess? I have no idea what your buttons should look like so I have no way to diagnose what is going on here.
Try to load one of your backup configs, i guess? I have no idea what your buttons should look like so I have no way to diagnose what is going on here.
This is what it looks like now after the patch. This usually has 36 buttons. Now I can only see those and there is a weird red circle around the last one (visible on the pic). The other tabs are fine)I've had an issue with a corrupt button before. Getting rid of that button fixed the issue iirc. It will be the last one that displays messed up.
It has something to do with the icon i think? sorry i dont remember details.
Did you read what I said and check/remove that last button?This is what it looks like now after the patch. This usually has 36 buttons. Now I can only see those and there is a weird red circle around the last one (visible on the pic). The other tabs are fine)
I will try that now. Although I have 2 PCs and I am getting the same issue on both (different characters) after the patch. I will try to unassign the last button and see if that fixes itDid you read what I said and check/remove that last button?
Hurray!! Thank you, working nowI will try that now. Although I have 2 PCs and I am getting the same issue on both (different characters) after the patch. I will try to unassign the last button and see if that fixes it
Did you try it with an increase of time?Discovered an interesting issue when executing an alias. I have an alias called /newrod, which deletes a current mod rod then casts a new mod rod. I was not able to combine /timed 10 and the /newrod alias on the same line of my hotkey, but separating them solved the issue.
Does Not Work:
Line 1: /target ${Me.Name}
Line 2: /timed 10 /newrod
Works:
Line 1: /target ${Me.Name}
Line 2: /timed 10
Line 3: /newrod
Good suggestion and I did try more.Did you try it with an increase of time?
ex: /timed 15 /newrod
/timeddoes nothing by itself, but only delays the command argument you add to it after the ##.You are probably correct, it's been so long since I worked with /timed.I'm really confused how that works though. Maybe I'm misunderstanding something. I thought/timeddoes nothing by itself, but only delays the command argument you add to it after the ##.
[CODE title="This should do the same thing"]/target ${Me.Name}
/newrod[/CODE]
/multiline alias./cast to /echoand then have it echo your current target or something to make sure something isn't changing your target or you are waiting enough time to get the target before casting.That's really good too know, thanks for sharing! Glad it's figured out then.Thank you to Kaen01 for sharing this, which gives some color to using /timed ## in front of an alias.
![]()
Calling an alias from a /timed command breaks any /timed commands in the alias · Issue #434 · macroquest/macroquest
In GitLab by @kaen01 on Dec 13, 2021, 12:55 create this alias: /alias /timertest /multiline ; /echo alias running, starting timers; /timed 30 /echo 3sec; /timed 10 /echo 1sec; /timed 20 /echo 2sec;...github.com
Indeed.That's really good too know, thanks for sharing! Glad it's figured out then.
I just started using BM (love it) and did not notice Hotkey deletion is from the main (gear icon) options. So, a right click option on the Hotkey itself would be quick/handy.Derple, can we get a Delete Hotkey option when you right-click on a button in addition to unassign?
I have close to 500 buttons. It’s hard to see to delete them because they go off of the screen.I just started using BM (love it) and did not notice Hotkey deletion is from the main (gear icon) options. So, a right click option on the Hotkey itself would be quick/handy.
Added.Derple, can we get a Delete Hotkey option when you right-click on a button in addition to unassign?
Thanks, Derple!Derple updated Button Master with a new update entry:
09/19/2025
Read the rest of this update entry...
I would think you need a Lua for that.Is there a way to code a button to instruct another member of my group (via /dex I guess) to cast his spellgem #1 but, if spellgem #1 is not available, cast his spellgem #2 instead?
I answered you where you asked elsewhere.Is there a way to code a button to instruct another member of my group (via /dex I guess) to cast his spellgem #1 but, if spellgem #1 is not available, cast his spellgem #2 instead?
I would think you need a LUA for that.
-- lua
local charData = {
['charname1'] = { x = val, y = val, z = val},
['charname2'] = { x = val, y = val, z = val},
['charname3'] = { x = val, y = val, z = val}
}
local delay = 10
mq.cmd("/cwtn mode 0")
for name,loc in pairs(charData or {}) do
if k ~= nil then
mq.cmdf("/timed %s /dex %s /nav locyx %s %s", delay, name, loc.y, loc.x, loc.z)
end
end
no view ports and i cant see it anywhere on the screen. is there a way to reset the position to center screen?You probably moved it off the screen somewhere. Do you have viewports enabled? did you check the corners of your screen?
