[DiscordArchive] so ive made this lua script to sort item guids but whenever i run it, it fires an error in worldserv
[DiscordArchive] so ive made this lua script to sort item guids but whenever i run it, it fires an error in worldserv
![[Image: unknown.png?ex=690c65ca&is=690b144a&hm=0...373036fce&]](https://cdn.discordapp.com/attachments/448835144564867094/798297563097858069/unknown.png?ex=690c65ca&is=690b144a&hm=0bb9576a2f36640f1590ca0cf2f812155cc285baafa1508c90a68aa373036fce&)
Archived author: Honey • Posted: 2021-01-11T21:09:31.400000+00:00
Original source
so ive made this lua script to sort item guids but whenever i run it, it fires an error in worldserver console after it ran just fine and did what it should.
ive added a print statement at the very last line to make sure its not originated from my .lua file so it seems that eluna itslef is the origin?
![[Image: unknown.png?ex=690c65ca&is=690b144a&hm=0...373036fce&]](https://cdn.discordapp.com/attachments/448835144564867094/798297563097858069/unknown.png?ex=690c65ca&is=690b144a&hm=0bb9576a2f36640f1590ca0cf2f812155cc285baafa1508c90a68aa373036fce&)
Archived author: MaloW • Posted: 2021-01-11T22:01:48.448000+00:00
Original source
maybe a long shot but try adding "return true" at the very end
Archived author: Honey • Posted: 2021-01-12T19:03:20.329000+00:00
Original source
`return false` actually solved it