CIFMagicStateBoard

02/02/2022 21:27 ILowe#1
hello,

How can I pass the buff to the side like this?

[Only registered and activated users can see links. Click Here To Register...]
02/07/2022 14:45 @$$#2
sro_client is you'r main base to change this "D
02/08/2022 00:54 ILowe#3
How exactly do I do it? is there an opcode?
02/08/2022 03:02 Laag#82#4
Quote:
Originally Posted by ILowe View Post
hello,

How can I pass the buff to the side like this?

[Only registered and activated users can see links. Click Here To Register...]
Hello,

code

Code:
CGWndBase::wnd_rect magicstateboard = g_pCGInterface->m_IRM.GetResObj(22, 1)->GetBounds();
CIFWnd* wind = g_pCGInterface->m_IRM.GetResObj(22, 1);
wind->MoveGWnd(magicstateboard.pos.x + 11, magicstateboard.pos.y);
good luck
02/09/2022 07:34 ILowe#5
Quote:
Originally Posted by khaleed2010 View Post
Hello,

code

Code:
CGWndBase::wnd_rect magicstateboard = g_pCGInterface->m_IRM.GetResObj(22, 1)->GetBounds();
CIFWnd* wind = g_pCGInterface->m_IRM.GetResObj(22, 1);
wind->MoveGWnd(magicstateboard.pos.x + 11, magicstateboard.pos.y);
good luck
Does it only happen with DLLs? Does sro_client edit not work?
02/10/2022 12:42 @$$#6
YEP xD
02/12/2022 19:30 ILowe#7
@[Only registered and activated users can see links. Click Here To Register...]

when i change windows screen it comes back to same size
02/12/2022 23:24 Laag#82#8
Quote:
Originally Posted by ILowe View Post
@[Only registered and activated users can see links. Click Here To Register...]

when i change windows screen it comes back to same size
add code with
Code:
GetGuide