first open your shop.ini (can be found on your client, ini/ani). then find the Shopping mall ID (2888) then add the Item ID you want to add, the number should follow.
example"
Quote:
ID = ItemID
1 = 246832
2 = 312753
3
4 ... and so on.
|
then you go to your server side now, go mysql, check the cq_goods, add the items there, should look like this:
example:
id(anynumber u want,)===ownerid(shoppingmallID)===itemtype(ItemID )===moneytype(1=cps , 0= gold) NOTE: if you want to sell it for gold you must use 0 if CPS use 1.
Quote:
ID ownerID itemtype moneytype
0 2888 313485 0
1 2888 234412 0
|
then save..
that's all..
Credits go to
E.M.E