POGOserver icon indicating copy to clipboard operation
POGOserver copied to clipboard

Allow null?

Open Deathtrio99 opened this issue 9 years ago • 3 comments

https://cloud.githubusercontent.com/assets/1857535/18914817/e7616af0-858e-11e6-8167-bb65cf02e2e9.png How do I find the menus on the far left that this person found

Deathtrio99 avatar Oct 09 '16 10:10 Deathtrio99

change the table files in src/db/tables with this

tables.zip

and let the server create the tables

Badley187 avatar Oct 09 '16 10:10 Badley187

Thanks! how do I have the pokestops give an item? They give nothing

Deathtrio99 avatar Oct 09 '16 18:10 Deathtrio99

In MySQL for the pokestop tabel, you can set the rewards row to {"4": 5} as an example. {"4": 5} will give you 5 masterballs. The structure is the same as for user inventory. So ("Item_ID": How many to give) which results in {"4": 5}

Guide: http://pastebin.com/XtnvQbX7

Cronick avatar Oct 09 '16 18:10 Cronick