GWToolboxpp icon indicating copy to clipboard operation
GWToolboxpp copied to clipboard

Traveling to a pvp outpost while having cursor over a toolbox window blocks left click input until you go back to a pve outpost

Open Rumpower opened this issue 1 year ago • 3 comments

Using the Travel window to teleport to a PvP outpost or hovering over a toolbox window while using the /tp command to do the same results in the game not responding to your left click input. The world map does still work.

Right click still works, so you can move the camera and spin your character around in the inventory window, but almost everything requiring a left click stops working.

The issue persists until you go back to a pve outpost. Going to character select and logging in to the same character or another character that's also in a PvP area doesn't resolve it either.

Rumpower avatar Apr 17 '24 22:04 Rumpower

@3vcloud technically the game still crashes when the user closes tb through the top right X symbol while in a pvp area, as the GameSettings OnMinOrRestoreOrExitBtnClicked hook gets disabled during pvp. I feel like that's acceptable though, else we'd have to rework a bit to make sure destruction hooks can all still run while in pvp.

henderkes avatar Apr 22 '24 14:04 henderkes

Yep, already checked for wndproc signals through that button and we get none (or if we do its too late)

3vcloud avatar Apr 22 '24 15:04 3vcloud

yeh we manually send one in the top right buttons hook we could refactor the hook to GWToolbox since it's not actually related to GameSettings and enable it there again

henderkes avatar Apr 22 '24 21:04 henderkes