Best guess is to have the shop only on the website, I don't believe there is any 1.0 shop system, you'll have to add it yourself or upgrade your distro.
Is there a specific reason you are using 1.0?
Perhaps these links from the one and only Gesior would help?
As title says, it's shop.lua globalevent modified to work on TFS 1.0
Code:
-- ### CONFIG ###
-- message send to player by script "type" (types you can check in "global.lua")
SHOP_MSG_TYPE = 18
-- time (in seconds) between connections to SQL database by shop script
SQL_interval = 30
-- ### END OF CONFIG ###
function onThink(interval, lastExecution)
local result_plr = db.storeQuery("SELECT * FROM z_ots_comunication")
if(result_plr ~= false) then
repeat
local id = tonumber(result.getDataInt(result_plr, "id"))
local action =...
I'm planning new www shop script (not compatible with old shop script) and update for Gesior2012.
Acc. maker update plans:
- no more support for TFSes older then 1.1
- small fixes for 1.0/1.1 compability [vocations, passwords hashing ['encryptionKey' problem])
- cache for all statistics sites [ configurable on/off and refresh time in seconds ]
- 'my highscores' where you can check your [or any other player] place in highscores for each skill/level/mlvl [show highscores.php page on which is your character Y [highlighted], you don't have to click 'next page' 20 times to find your character]
-...