• 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!

Fixed...

You can add items via SQL querys... but I don't know them in my head, but I know you can find them in a shop admin post in the Web Application forum.
 
PHP:
INSERT INTO `z_shop_offer`(`id`,`points`,`itemid1` ,`count1` ,`itemid2` ,`count2` ,`offer_type` ,`offer_description` ,`offer_name`)
VALUES (NULL , 'COST IN POINTS', 'ITEMID', 'COUNT', '0', '0', 'OFFER_TYPE (item if item)', 'DESCRIPTION', 'DESCRIPTION AGAIN'
);
 
PHP:
INSERT INTO `z_shop_offer`(`id`,`points`,`itemid1` ,`count1` ,`itemid2` ,`count2` ,`offer_type` ,`offer_description` ,`offer_name`)
VALUES (NULL , 'COST IN POINTS', 'ITEMID', 'COUNT', '0', '0', 'OFFER_TYPE (item if item)', 'DESCRIPTION', 'DESCRIPTION AGAIN'
);

Lol!!! =)
I did that but i was stupid and forgot this:
My description:
'Buy Florensia's etc...'

;p Thanks anyway
 
Back
Top