• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Team Pokemon Online 2 [JrSe]

Pokemon Box system:
every pokemon caught is stored in a database, when you want to withdraw a pokemon you can either go to the pc and say !boxlist and it'll list every pokemon including their unique IDs, or you can search for !boxname "pikachu" for example and it'll list all the pikachus you have in your box

unlike Pokémon Online BR Edition your pokémon will have levels etc.
 
Pokemon Box system:
every pokemon caught is stored in a database, when you want to withdraw a pokemon you can either go to the pc and say !boxlist and it'll list every pokemon including their unique IDs, or you can search for !boxname "pikachu" for example and it'll list all the pikachus you have in your box

unlike Pokémon Online BR Edition your pokémon will have levels etc.

:D our new awesome scripter :)
 
Pokemon Box system:
every pokemon caught is stored in a database, when you want to withdraw a pokemon you can either go to the pc and say !boxlist and it'll list every pokemon including their unique IDs, or you can search for !boxname "pikachu" for example and it'll list all the pikachus you have in your box

unlike Pokémon Online BR Edition your pokémon will have levels etc.
using sql to store the pokemons data its not good, sorry but it will sucks in that way, lets say 200 players -> atleast 200~250 queries per minute, also you wont have infinite values to index em, sql from Lua have been always ugly.

We were the first to make the level system 8)
 
using sql to store the pokemons data its not good, sorry but it will sucks in that way, lets say 200 players -> atleast 200~250 queries per minute, also you wont have infinite values to index em, sql from Lua have been always ugly.

We were the first to make the level system 8)

Well the system is only for storing, not for active pokemon. So instead of having to make an sql query every few seconds it'll load the active 6 into playerstorage (and thus RAM when they're online)

the current limit of pokemon the database can hold is around 500m without problem, so there's plenty of space available xD
 
Small Town in Pokemon Online II

pokie.png


pokie2.png


pokie3.png
 
Back
Top