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

TalkAction [TFS 0.2.5] Ingame Highscores

alright, the problem is that i thought that manaspent gave you the full amount of mana spent, but it does not.. i updated first post with a new script, and a better table format
 
Last edited:
;~ i am getting error =,( let's post below:
Revision: 310
Type: Sqlite
Version: 2,5

Problem:


Code:
Lua Script Error: [TalkAction Interface] 
data/talkactions/scripts/ranks.lua:onSay

data/talkactions/scripts/ranks.lua:62: attempt to call method 'numrows' (a nil value)

Also with [!ranks "level] work fine here, but of shield.club, sword etc doesn't work, why?
I "installed wrong?
 
I know the problem I think. Maby because he didnt have aney rows in the database yet? or something.. I got that error when i try to use deathlist;/
 
Sqlite prob :) :
Code:
data/talkactions/scripts/highscores.lua:158: LuaSQL: there are open cursors
It works but I still get this error...
edit: I added "cur:close() and i still get the same massage ;o
 
Last edited:
cur:close() should fix it.
 
i get this error!

Lua Script Error: [TalkAction Interface]
data/talkactions/scripts/highscores.lua:eek:nSay

data/talkactions/scripts/highscores.lua:10: attempt to index global 'luasql' (a nil value)
 
i get this error!

Lua Script Error: [TalkAction Interface]
data/talkactions/scripts/highscores.lua:eek:nSay

data/talkactions/scripts/highscores.lua:10: attempt to index global 'luasql' (a nil value)

Lol u think u are using The Forgotten MYSQL not SQLITE
 
Back
Top