What's new?
- Added Dragonflight art for actionbar button borders.
Thanks for reporting. I just had a chat with Shagu. At this point, it makes more sense for me to use ShaguTweaks as a base, and then layer Turtle Dragonflight on top of that. Stay tuned.Mrtwix1725 wrote: ↑Mon Jul 22, 2024 6:49 am its conflicting with shagutweaks now making it completely not working(the tweaks addon not the df one)
1. Pls add lag display, we need to know the lag.Christavious wrote: ↑Tue Jul 23, 2024 12:58 am v2.0 Release
What's new?
- Now uses ShaguTweaks as the base.
Code: Select all
customMinimap:SetWidth(135*1.36) -- Set the desired size for your minimap (mask size)
customMinimap:SetHeight(135*1.36)
tMinimap:SetWidth(110*1.36)
tMinimap:SetHeight(110*1.36)
Code: Select all
playerFrame.healthbar.TextString:SetText(string.format("%d%%", health,maxHealth))
playerFrame.manabar.TextString:SetText(string.format("%d%%", mana,maxMana))
end
1. Look under the ? bottom right.Rostovwow wrote: ↑Tue Jul 23, 2024 5:30 am1. Pls add lag display, we need to know the lag.Christavious wrote: ↑Tue Jul 23, 2024 12:58 am v2.0 Release
What's new?
- Now uses ShaguTweaks as the base.
2. The setting UI is too long,its lower half is overlayed by the addtional action bar.
Maybe you can change it to rectangle.
3. BUFF timer is overlayed by Minimap.
i revised it in tMinimap.luaAND I need to show HP and Mana in my name plat,Code: Select all
customMinimap:SetWidth(135*1.36) -- Set the desired size for your minimap (mask size) customMinimap:SetHeight(135*1.36) tMinimap:SetWidth(110*1.36) tMinimap:SetHeight(110*1.36)
so I resvied it in tUnitframes.luaCan you pls add them in SETTING UI?Code: Select all
playerFrame.healthbar.TextString:SetText(string.format("%d%%", health,maxHealth)) playerFrame.manabar.TextString:SetText(string.format("%d%%", mana,maxMana)) end
The option to move the loot table to the left of the cursor has been added. Thanks.Disturbedmanyt1 wrote: ↑Sun Jul 14, 2024 10:21 am Hi,
I like the addon, but I am missing some features that would make it a 10/10. Like the player before me, I would like to be able to move some elements, especially the loot window, which is stuck on the upper left side of the screen and makes it really annoying to loot mobs. I would also like to be able to replace the health and mana text in the character bar and maybe have the mob plate size reduced by a bit (idk if this is your addon or my game). See some screenshots for reference:
Is there a slash command for this already? Thanks, and keep up the good work :)
Yea, that's not showing properly. Try CTRL + SHIFT to move it around and maybe a reload (/rl).Martimsf182 wrote: ↑Wed Aug 28, 2024 11:05 am Hello!
I've get a few issues and suggestions!
The friendly nameplates, once i toogle all nameplates off and re-toggle, they do not show up, only hostile.
Also, is there any way to make the nameplate clickable instead of clicking the actual mob/npc? I find this to be a bit frustratting, as they basically serve as an info but not like actual Default nameplate where you can click on it to target that mob/npc/player.
Also, the map its kinda weird to me, there are some buttons hidden behind. Would be nice to have an option to either have all addon buttons in a box (like pfui) or play around with map size or something.
Thanks for the great addon still!
Looking forward to some updates!