• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

iPacc how to add shop offer

fro

New Member
Joined
Nov 11, 2010
Messages
123
Reaction score
1
Hello. I just installed iPacc to my server but I got the bug where you cant add shop offers from your site (yourserver.com)

So I've read that you got to add it through the database in (z_shop_offer)

but here's the problem:
I dont know how to add shop offers into the database!

Thank you. (+rep)
 
INSERT INTO `z_shop_offer` VALUES(1, 10, 2160, 25, 1, 0, 'item', 'Buy 25 Crystal Coins', '25 Crystal Coins', 'http://images1.wikia.nocookie.net/__cb20050621223352/tibia/en/images/5/55/Crystal_Coin.gif');



id points itemid1 count1 itemid2 count2 offer_type offer_description offer_name imageURL
 
Back
Top