Just a quick question regarding the in-game store, what would be the easiest way to get all the items from the client into the database. I can add them one by one but this is inefficient and slow.
Thanks in advance!
07/09/2020 14:30Anja Mielbrecht#2
Quote:
Originally Posted by jazzy348
Just a quick question regarding the in-game store, what would be the easiest way to get all the items from the client into the database. I can add them one by one but this is inefficient and slow.
Thanks in advance!
Same over here still searching for a way
07/09/2020 20:51PyschoRENE#3
Depending on Season and Item, request an empty database from someone.
You could just import a full database.
Good luck.
07/14/2020 20:18doqukanlas#4
You can write a algorithm to convert in client type to data type. I'm just saying i didn't tried and don't know is it work.
07/25/2020 17:22jazzy348#5
Reading the XML I guess is the easiest option, didn't wanna go that far but if needs must then why not. Cheers!