User avatar
By tridaak
#199813 GTS has the option to store the pixelmon's info on a database, which can later be used by a webserver to display pokemon being sold on a browser.
Was wondering if instead of making a blob, each of the json array's values could be stored as a separate column. This would allow for a lot of different mysql sorting on the web, very useful if there's a lot of pokemon or someone is looking for something very specific.

Additionally a command that allows for a pokemon to be forcefully sold to another player would be nice. So that they can purchase pokemon from the web, then a command could be run through something like WebAPI and deliver the pokemon to the player.

JOIN THE TEAM