- Joined
- Jan 11, 2013
- Messages
- 73
- Reaction score
- 59
- First Language
- English
- Primarily Uses
Here you go. https://github.com/theoallen/RMMZ/blob/master/Sandbox/Theo_LimitedInventory_MZ.jscan you provide a link to the plugin? i could see if i could solve this, although i don't have MZ to test it.
Hi there!could you open the plugin in a text editor and change the pointed 0s to negative values and see if the window and text positions changed? for example -25/-50 etc.
After a second look that was my choice aswell but i wasn't sure if it was going to nail it.Hi there!
Almost! The 0 that needs to be changed is this one on line 466:
View attachment 226657
The Rectangle is what is setting the window positions. Respectivelly:
X, Y, WIDTH, HEIGHT.
So the second 0 is the Y coordinate.
lower the value, higher the window will be.
The box didn't move but the text moved.could you open the plugin in a text editor and change the pointed 0s to negative values and see if the window and text positions changed? for example -25/-50 etc.
Hi Hakuen, I tried changing that also but it didn't change anything. Tried positive, negative all didn't work.Hi there!
Almost! The 0 that needs to be changed is this one on line 466:
View attachment 226657
The Rectangle is what is setting the window positions. Respectivelly:
X, Y, WIDTH, HEIGHT.
So the second 0 is the Y coordinate.
lower the value, higher the window will be.
Oh, now that I take a look atthe plugin, it seems that it has more things on it.The box didn't move but the text moved.
View attachment 226634
Hi Hakuen, I tried changing that also but it didn't change anything. Tried positive, negative all didn't work.
YES! It worked! Thanks. I've been changing any (0,0) I see. Was gonna give up already. Ha ha.Oh, now that I take a look atthe plugin, it seems that it has more things on it.
So maybe your answer is here:
View attachment 226765
On line 495 and 496. they are defining the X and Y position. I think ^^''