Results: 3Comments by: kinarky
File: MiniMap by Fyrakin04/09/15
2.19 error
Posted By: kinarky
Hello I have this error : http://i60.tinypic.com/301pqx3.jpg And the same error pop for the line 415 if I dismiss.
File: MiniMap by Fyrakin03/22/15
Hello, Sometimes I have oversized...
Posted By: kinarky
Hello, Sometimes I have oversized axis background. It happens after logging in or after zoning. I would say it's like that 30% of the time. No idea of what is causing it. Setting resizeToFitFile="false" in the .xml seems to fix it, surely there's a better solution. http://i57.tinypic.com/20i8gox.png
File: Move All Items02/18/15
Little bug i had
Posted By: kinarky
I had a problem where one more random item was moved with others. I know little of lua but examples i saw seem to point to a problem at line 29 : replace "for i = j, 0, -1 do" by "for i = j, 1, -1 do" Because table.insert on an empty table put the first item at index 1 not 0.