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

Windows !shop talkaction

When player buy items on website, the website will add items to znote_shop_orders in database.
Player who use !shop talkaction will then fetch item from znote_shop_orders database table.

Make sure you use correct LUA script that fits your OT server.
https://github.com/Znote/ZnoteAAC/tree/master/LUA
Make sure script is for correct TFS version.
 
i get this error ;(

[11/05/2014 02:49:16] mysql_real_query(): SELECT `id`, `type`, `itemid`, `count` FROM ` znote_shop_orders ` WHERE `account_id` = 4 LIMIT 999; - MYSQL ERROR: Incorrect table name ' znote_shop_orders ' (1103)

i also added znote_shop_orders...

Edit: i used the talkaction script with the link you gave me, it didnt even work :(
 
Make sure config.php (website) connect to same database as config.lua (OT serv)

And make sure that database have znote_shop_orders.
 
Back
Top