444Ro666 / MapleEzorsia-v2

v83 Standalone HD dll client/localhost
GNU Affero General Public License v3.0
76 stars 40 forks source link

[bug] item tooltip out of the window #50

Closed leevccc closed 8 months ago

leevccc commented 8 months ago

if we use the Item Megaphone (5076000) to send a message with equip item to everyone.

the others click [the item] in the chat message, item tootip will appears under mouse, most of the information is outside the window.

i use 1280*760, dll default resolutions.

leevccc commented 8 months ago

fix this bug

the code

Memory::WriteInt(dwToolTipLimitVPos + 1, m_nGameWidth - 1); //mov eax,599 ; CUIToolTip::MakeLayer
Memory::WriteInt(dwToolTipLimitHPos + 1, m_nGameWidth - 1); //mov eax,799 ; CUIToolTip::MakeLayer

obviously, VPos should set m_nGameHeight - 1