Hello!
I want to make an automatic donation system. How can i add an item using mysql code?
eg let's say that i want to add a +25 Draconic Bow to the player with ID: 268477076
Afto tha eine to owner_id. To provlhma eine me to object_id. Ap'oti exo katalavei, afto eine ksexwristo gia kathe item. To tha valo loipon ekei sto code m?
INSERT INTO items
(owner_id, object_id, item_id, count, enchant_level, loc, loc_data, price_sell, price_buy, time_of_use, custom_type1, custom_type2, mana_left) VALUES('268477076', 'XXXX', '7575', '1', '25', 'INVENTORY', '0', '0', '0', "", '0', '0', '-1' )
The problem is the XXXX. What do i put there?
Thanks a lot for your time reading this.