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.

Move boxhud.lua to boxhud/init.lua
I was also wondering this. The window resets to it's default position each load.Did I miss how to save the Boxhud window position and column width adjustments?
imgui windows already save their positions by default. i'm not sure at what point it actually persists that info to the file, if its when the window is created, destroyed, randomly, when its dragged, etc. maybe try just start/stop the script.When a toon zones they don't show up in red, they come off the list.
Also would like to fix the position and size of the box when started.
2.5.5
- Fix reset observers for peer off by 1
that does seems to do the trick, thanks!not a big brain, but doesnt turn off tethering? View attachment 45030
add the tab to the default window.
2.6.0
- Removes some delays that may or may not have been necessary on observer setup
- Mark sorting dirty when switching between tabs
2.6.1
- fix flickering distance numbers
group_${server}_${me.name} The tricky part is handling when you aren't in a group and when you are in a group.i think i don't see this because i don't run boxhud on anyone but my driver. will look into it i suppose!There's a bug with group peer group. It should be using your group leader's peer group instead ofgroup_${server}_${me.name}The tricky part is handling when you aren't in a group and when you are in a group.
Either that or have everyone join each others that's in your group
2.6.2
- Use group leader name when constructing dannet group name for eq group
2.6.3
- Add slight delay back on add observer loop
2.6.4
- Just put back waiting for ObserveSet true
2.6.5
- fix error in sort
- fix error in add new tab

2.6.6
- nil check on level when appending to name button
did you enable dannet debug or something? if you did, maybe try disabling that.I loaded this LUA and suddenly my character went haywire and ran all super choppy. My MQ window has been full of DanNet spam for 10 minutes now after i shut it off. What settings need to be updated to calm this badboy down? I havent got a chance to use it in the field yet. Just in the guildhall.
its not normally on. but it certainly started spamming me when i turned boxhud on rofldid you enable dannet debug or something? if you did, maybe try disabling that.
This happened to me after the current Test patch. I found these instructions on the MQ2Dannet resource page. I switched to the other listed interface, reloaded Dannet, and the hud began working again.It was working perfectly. I havent changed any settings but now it will only show the current toon. It wont show anyone else now at all and the peergroup is still set to ALL. Any idea what might have happened?

It was working perfectly. I havent changed any settings but now it will only show the current toon. It wont show anyone else now at all and the peergroup is still set to ALL. Any idea what might have happened?
My issue basically self resloved after I rebooted my computer so I didn't actually "do" anything to fix it.I have the same issue, it was working fine and now it's only showing one toon. I did the command /dnet interface, but i have no idea what to do with this information. Help much appreciated.
you can reorder the columns from the config tab if you go to the tab configuration. the reordering directly in the table using built in imgui controls isn't being persisted as i disable saving imgui table settings due to some old crashes which probably don't occur anymore anyways.First, let me just say I love this utility!
I have a question though, I wanted to add a column to monitor pet health. My efforts worked perfectly. My problem is (and this is a problem before now), when I log off the toon, while it does keep the pet health column in the window, it does not save the reordered columns. It doesn't save the window size, the column sizes, or even the window location. How do I save those values?
Thank you! I was able to reorder the columns and now they stick using the config tab. I can resize and move the window and it saves if I do /Lua stop boxhud (although occasionally the position doesn't save correctly oddly enough)you can reorder the columns from the config tab if you go to the tab configuration. the reordering directly in the table using built in imgui controls isn't being persisted as i disable saving imgui table settings due to some old crashes which probably don't occur anymore anyways.
For the window position, make sure to do a /lua stop boxhud after moving the window, rather than just /exit without ending the script.
