Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] Change Description Box Position


Jaiden
 Share

Recommended Posts

How can I make it so instead of the description box appearing in the top left corner of the mouse it displays in the bottom right corner of the mouse. My inventory and spells window are on the top left of my GUI, so when I hover over items and spells it is cut off.

I'm just not sure what to edit to do so.
Link to comment
Share on other sites

For Spells look for
x2 = X + picSpells.Left - picSpellDesc.width - 1
y2 = Y + picSpells.top - picSpellDesc.height - 1
And change that last number to what you want, then for Inventory, Look for:
X = X + picInventory.Left - picItemDesc.width - 1
Y = Y + picInventory.top - picItemDesc.height - 1
And do the same :D Hope this helped. Keep toying around with the last numbers till you find what you like.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...