Jump to content

[Bullseye]

Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About [Bullseye]

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

[Bullseye]'s Achievements

Apprentice

Apprentice (3/16)

  • Reacting Well
  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  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! :))
×
×
  • 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.