Page 1 of 1

Addon to simplify career resources

Posted: Thu Dec 10, 2020 5:50 pm
by Brickson
I'm looking for an addon to simply show me the current status of my career resources (combustion, accusations, righteous fury, rage, tranquility/high magic etc.) as numbers.
The numbers should also change colors if it's important for the class mechanic (e.g. difference between tranquility and high magic or the different rage levels of the slayer/choppa).
The standard graphics for the ressources look nice, but take up too much space for my taste.

Is there such an addon? :)

Re: Addon to simplify career resources

Posted: Thu Dec 10, 2020 5:53 pm
by Lilim
Brickson wrote: Thu Dec 10, 2020 5:50 pm I'm looking for an addon to simply show me the current status of my career resources (combustion, accusations, righteous fury, rage, tranquility/high magic etc.) as numbers.
The numbers should also change colors if it's important for the class mechanic (e.g. difference between tranquility and high magic or the different rage levels of the slayer/choppa).
The standard graphics for the ressources look nice, but take up too much space for my taste.

Is there such an addon? :)
Hey,

I think the simplest solution is Mech, just check it here: https://tools.idrinth.de/addons/mech/

Re: Addon to simplify career resources

Posted: Thu Dec 10, 2020 5:57 pm
by Brickson
Lilim wrote: Thu Dec 10, 2020 5:53 pm
Brickson wrote: Thu Dec 10, 2020 5:50 pm I'm looking for an addon to simply show me the current status of my career resources (combustion, accusations, righteous fury, rage, tranquility/high magic etc.) as numbers.
The numbers should also change colors if it's important for the class mechanic (e.g. difference between tranquility and high magic or the different rage levels of the slayer/choppa).
The standard graphics for the ressources look nice, but take up too much space for my taste.

Is there such an addon? :)
Hey,

I think the simplest solution is Mech, just check it here: https://tools.idrinth.de/addons/mech/

Thanks, I will try it out once the site is back online.

Re: Addon to simplify career resources

Posted: Thu Dec 10, 2020 6:12 pm
by Idrinth
Brickson wrote: Thu Dec 10, 2020 5:57 pm
Lilim wrote: Thu Dec 10, 2020 5:53 pm
Brickson wrote: Thu Dec 10, 2020 5:50 pm I'm looking for an addon to simply show me the current status of my career resources (combustion, accusations, righteous fury, rage, tranquility/high magic etc.) as numbers.
The numbers should also change colors if it's important for the class mechanic (e.g. difference between tranquility and high magic or the different rage levels of the slayer/choppa).
The standard graphics for the ressources look nice, but take up too much space for my taste.

Is there such an addon? :)
Hey,

I think the simplest solution is Mech, just check it here: https://tools.idrinth.de/addons/mech/

Thanks, I will try it out once the site is back online.
may take a moment, I'm not yet sure what broke let's encrypt - drop me a line on discord and I'll send you the zip

Re: Addon to simplify career resources

Posted: Thu Dec 10, 2020 6:42 pm
by Brickson
Exactly what I was looking for. Thanks to both of you :)

Only problem is that the addon keeps resetting its position after each login or /reloadui. Even if I lock the window.

Re: Addon to simplify career resources

Posted: Sat Jan 02, 2021 7:36 pm
by Karl
Brickson wrote: Thu Dec 10, 2020 6:42 pm Exactly what I was looking for. Thanks to both of you :)

Only problem is that the addon keeps resetting its position after each login or /reloadui. Even if I lock the window.
Make sure that you got write permissions in Windows (folder options).

Best of luck!

Re: Addon to simplify career resources

Posted: Sun Jan 03, 2021 8:27 am
by Sugarcoated
Same here... keeps resetting all the time. Any solutions? Changing folder permissions does not do anything.

Re: Addon to simplify career resources

Posted: Sun Jan 03, 2021 12:39 pm
by sullemunk
edit mech.xml and change

Code: Select all

<Window name="mechwin" handleinput="false" popable="false">
to

Code: Select all

<Window name="mechwin" handleinput="false"  savesettings="true" popable="false">

Re: Addon to simplify career resources

Posted: Sun Jan 03, 2021 9:12 pm
by Brickson
Spoiler:
sullemunk wrote: Sun Jan 03, 2021 12:39 pm edit mech.xml and change

Code: Select all

<Window name="mechwin" handleinput="false" popable="false">
to

Code: Select all

<Window name="mechwin" handleinput="false"  savesettings="true" popable="false">
Thanks, that solved the problem for me :)

Re: Addon to simplify career resources

Posted: Mon Jan 04, 2021 12:03 am
by mekal
sullemunk wrote: Sun Jan 03, 2021 12:39 pm edit mech.xml and change

Code: Select all

<Window name="mechwin" handleinput="false" popable="false">
to

Code: Select all

<Window name="mechwin" handleinput="false"  savesettings="true" popable="false">
oh man thank you so much have been using mech for ages and that has always bugged the **** out of me