Newbie Spellweaver
- Joined
- Jan 26, 2023
- Messages
- 81
- Reaction score
- 67
Hay hay,
First, i'd like to ask if someone knows, where to change the color of the Taskbar itemstacks and within the inventory.
If possible i'd like to change it to this color (Inside white with a red-ish color outside):
I managed to get the color by doing this, for example for the pet window:
I do know that white is "#ffffff" and red "#ff0000", but i struggle to make the taskbar and inventory item stacks match it.
2nd is where to change animations for attacks, like auto attacks?
First, i'd like to ask if someone knows, where to change the color of the Taskbar itemstacks and within the inventory.
If possible i'd like to change it to this color (Inside white with a red-ish color outside):
I managed to get the color by doing this, for example for the pet window:
Code:
CD3DFont* pOldFont = p2DRender->GetFont();
p2DRender->SetFont( CWndBase::m_Theme.m_pFontWndTitle );
p2DRender->TextOut( x - (int)(nCharEXP*5.8f), lpExp->rect.top - 0, cbufExp, dwColor);
p2DRender->SetFont( pOldFont );
I do know that white is "#ffffff" and red "#ff0000", but i struggle to make the taskbar and inventory item stacks match it.
2nd is where to change animations for attacks, like auto attacks?