Il Knight
Veteran OT User
Hi today im bored and im interested on pokemon server's only for fun i am triying to get working that
i want to make a pokeball
Like this=
You see a pokeball. its empty. (you can use in certain monsters)
You see a pokeball. its contains a pikachu. "
i want to save this pikachu on the database.
so i create a new table called
Pokemons = SELECT * FROM `pokemons` `id``name``level``health``healthmax``experience``looktype``mana``manamax``save`
each captured pokemon going to have an ID
Now my question its how i can use this item =
You see a pokeball. its contains a pikachu. "id 1" = to summon the pikachu saved in the database/pokemons?
i want to make a pokeball
Like this=
You see a pokeball. its empty. (you can use in certain monsters)
You see a pokeball. its contains a pikachu. "
i want to save this pikachu on the database.
so i create a new table called
Pokemons = SELECT * FROM `pokemons` `id``name``level``health``healthmax``experience``looktype``mana``manamax``save`
each captured pokemon going to have an ID
Now my question its how i can use this item =
You see a pokeball. its contains a pikachu. "id 1" = to summon the pikachu saved in the database/pokemons?