Binton, unfortunately I don't have any way to test the event scroll as my guild has very few events listed. When/If I can test this, I'll see about fixing it.
About bag positions... EQ likes to save window locations based on whatever window edge is nearest a screen edge. Stay-put feature is supposed to correct this but appears to be somewhat sporatic. Since the included bag files (and virtually every bag mod on this site) changes the bag window size after its opened, bags that are positioned lower or right of screen center may shift.
What's happening here is that EQ can save the bag possition as right edge 100 pixels from right of screen. The bag is say 100 pixel wide when you log out, so the left edge is 200 pixels from right of screen.
Here's where the shift happens...
When you log in, the bag hasn't been shrunk yet so its width is say 200 pixels. It places the right edge 100 pixels from right edge of screen (where it was when you logged). The left edge is 300 pixels from right of screen. Scripts then shrink the bag to 100 pixels wide. Since resizes are always relative to top left corner, this pulls the right side of the bag away from the screen edge, resulting in a 100 pixel shift to the left.
To make things worse, EQ does some odd things in an attempt to avoid window overlap and windows being off screen. Bags that appear fully on-screen when you log out might be partially off-screen when you log in prior to being resized. I suspect EQ uses the max 36 slot bag size when deciding if a bag would be partially off screen. If it would be partially off screen, EQ may move the bag to whatever it thinks is the next available spot of free screen space.
And then there's the save bug.
All of these things make it very difficult to fix the shifting bag problem. I've done everything I can think of with scripting and in-game placement and still have 1 or 2 bags on each toon that move. Most stay where I put them, but in short, there's not much else I can do about this. If its really annoying you, I suggest using the default bag window.
|