Hi If player use an item which have many each (because created from alchemist class). How could I do query stack into array?
e.g. Player have A's BOX 20 ea and B's BOX 12 ea.
I want to stack item id and amount in an array.
$@item_id[0] = 1000, $@card[0] = blah blah blah, $@amount[0] = 20
$@item_id[1] = 1000, $@card[0] = blah blah blah, $@amount[1] = 12
Question
Mechomorph XD
Hi
If player use an item which have many each (because created from alchemist class). How could I do query stack into array?
How to check it with sql query?
Thank You.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.