Quote Originally Posted by Mefuki View Post
IWe know that Worms sliding around to move is possible thanks to a glitch that happened once many years ago
Not really the glitch that let us know it was possible. Every mob in the game can move, even trees that are mobs (short for mobile object, really) can move, the server just doesn't do it because it isn't told to do it. Trees that are part of the terrain can't of course. Likewise, chests can be made to move, confluxes can be made to move, even if they don't have a specific movement animation. You just need to set their movement speed to more than 0, and make a script that tells them when and where to move. It's not exactly rocket surgery. From the server's point of view, an NPC that doesn't walk around is the exact same as an abyssea conflux, just that the text you get in your chat log is different.