Jump to content

[Bullseye]

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by [Bullseye]

  1. If you add the fix for camera when minimize client, open PythonApplicationProcedure.cpp and this case should look like this

     

    case WM_ACTIVATEAPP:
    			{
    				m_isActivateWnd = (wParam == WA_ACTIVE) || (wParam == WA_CLICKACTIVE);
    
    				if (m_isActivateWnd)
    				{
    					m_SoundManager.RestoreVolume();
    
    					if (m_isWindowFullScreenEnable)
    						__MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight);
    				}
    				else
    				{
    					m_SoundManager.SaveVolume();
    
    					if (m_isWindowFullScreenEnable)
    					{
    						__MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight);
    						__ResetCameraWhenMinimize();
    					}
    					else
    					{
    						__ResetCameraWhenMinimize();
    					}
    				}
    			}
    			break;
  2. If you add the fix for camera when minimize client, open PythonApplicationProcedure.cpp and this case should look like this

     

    case WM_ACTIVATEAPP:
    			{
    				m_isActivateWnd = (wParam == WA_ACTIVE) || (wParam == WA_CLICKACTIVE);
    
    				if (m_isActivateWnd)
    				{
    					m_SoundManager.RestoreVolume();
    
    					if (m_isWindowFullScreenEnable)
    						__MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight);
    				}
    				else
    				{
    					m_SoundManager.SaveVolume();
    
    					if (m_isWindowFullScreenEnable)
    					{
    						__MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight);
    						__ResetCameraWhenMinimize();
    					}
    					else
    					{
    						__ResetCameraWhenMinimize();
    					}
    				}
    			}
    			break;

     

  3. Hello guys! I tried to get out yang limit and i implemented the expanded money taskbar. Now, show me I have 0 yang, but I have more because i can buy items from shop. I resumed the yang limit tutorial 100 times and not find anything wrong. Can you help me, please?

     

    Sorry for my bad english! :))

     

     

    problema yang.png

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.