Search found 65 matches

>
by wdesu
Wed Apr 29, 2020 3:17 pm
Forum: Addons
Topic: WSCT replacement
Replies: 53
Views: 34208

Re: WSCT replacement

Can you add /script or tell me how to disable names and leave only numbers? Everything else is perfect, inc exp/rp/inf, size and font of dmg, just need to disable names. Yep, as sullemunk and volna said, there are multiple ways to do it. You can change line `name = data.name,` to `name = L"&qu...
by wdesu
Sun Apr 26, 2020 3:13 pm
Forum: Addons
Topic: WSCT replacement
Replies: 53
Views: 34208

Re: WSCT replacement

you can try this https://gitlab.com/nwwdles/war-addons/-/tree/master/combattextnames if you want. it's basically a couple of hooks on the EA combat text to change fonts etc. it doesn't support skill icons, only skill names. it shouldn't have significant overhead over the default combat text but don'...
by wdesu
Sun Apr 26, 2020 3:02 pm
Forum: Addons
Topic: [Addon] GatherButton
Replies: 32
Views: 23185

Re: [Addon] GatherButton

I have this spam in chat if use button 1 or 2, and addon macro binded in absolutely another button GatherButtonGcd addon makes ability hotkeys on cooldown gather plants. It's a separate addon which can be disabled if you only want a macro. Hopefully, the new version is less spammy. It seems better ...
by wdesu
Sat Apr 25, 2020 9:27 am
Forum: Addons
Topic: [Addon] GatherButton
Replies: 32
Views: 23185

Re: [Addon] GatherButton

This addon doesnt drop fps like miracle grow remix? According to reports from the thread, it may drop it. I'm not going to claim anything (probably should remove words that could imply it from the OP) as I didn't do any benchmarks ;) and the addon can surely be optimized (contributions welcome). Bu...
by wdesu
Thu Apr 23, 2020 8:19 am
Forum: Addons
Topic: WarBoard messing up after working fine
Replies: 1
Views: 1114

Re: WarBoard messing up after working fine

warboard sometimes glitches when switching UI profiles etc.
usually, /rel fixed it for me. (if the bug persists when you reload UI or relogin, i have no idea how to help you.)
if you want to see actual error messages, open debug console with /d, enable logs and relevant filters, and do /rel
by wdesu
Fri Apr 17, 2020 8:43 pm
Forum: Addons
Topic: Help me find the addon!!!
Replies: 3
Views: 1818

Re: Help me find the addon!!!

you can use /pure command to open pure options and configure it to show target unit frames (i think it's called HUD) like on your screenshot. and "/wsct menu" command to add icons to combat text. if you mean that target frames look different, download pure templates (see https://www.return...
by wdesu
Fri Apr 17, 2020 7:51 pm
Forum: Addons
Topic: Help me find the addon!!!
Replies: 3
Views: 1818

Re: Help me find the addon!!!

health bars are https://tools.idrinth.de/addons/pure/
damage numbers are https://tools.idrinth.de/addons/wsct/
debuff icons are buffhead
by wdesu
Fri Apr 17, 2020 5:46 pm
Forum: Addons
Topic: [Addon] GatherButton
Replies: 32
Views: 23185

Re: [Addon] GatherButton

This addon was working great for me but lately it has been harvesting way too many seeds up to stacks of 40 seeds after a long RvR session. I checked the lua file and the seed count is set to 7 (default, I did not change any settings simply followed instructions to drag and drop the macros to hotba...
by wdesu
Wed Dec 04, 2019 6:50 pm
Forum: Addons
Topic: Question about PURE unit frames
Replies: 8
Views: 3413

Re: Question about PURE unit frames

You probably also need 'Pure Templates' addon which provides the template you want.

Image

I think this archive has it https://tools.idrinth.de/addons/pure/
If you have Pure Templates but don't see the 'Pure - Free' template, this is most likely a bug.
by wdesu
Wed Nov 06, 2019 1:25 am
Forum: General Discussion
Topic: Buffhead bug, another try.
Replies: 8
Views: 2452

Re: Buffhead bug, another try.

Hey, I think I had the same problem. I made a small addon that would force refresh buffs on target change, it fixed the issue for me. It was almost a year ago though, so I'm not sure if it's the same bug/if my fix is still working (or maybe somebody fixed BuffHead already, which would be a better lo...