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

Death List

SlashX

Member
Joined
Jul 4, 2007
Messages
71
Reaction score
5
In the last revision (rev 266) is possible make a Death List (to use in website) via playerdeath.lua (creature script)?

Thanks!
 
In the last revision (rev 266) is possible make a Death List (to use in website) via playerdeath.lua (creature script)?

Thanks!

Yes it is, with LuaSQL.
 
ok thanks!

and it is very hard to make or no?
 
If you know LuaSQL it shouldn't be hard.
 
yes talaturen, make a example to people learning it :)
 
I've made a script for that purpose.

I know they are going to make an official script for the deathlist (based on mine, but possibly with a bit different tables) so maybe you would want to wait for that.

If you insist I can post it here. It records Id of player who died, level he died at, time of death, and who killed him. (if player = player_id, else if monster = monster name)
 
Scripts based on LuaSQL is the same as the normal scripts? I mean, to make them. =)
 
Yes, but you can use Lua to get or insert data from/to a database.
 
playerdeath.lua:
EDIT: Use script from Subversion instead.

Would be nice if someone could test it, and also credits to Jonern for base script.
 
The Deathlist script in The Forgotten Server SVN works perfectly now. There is also a talkaction there where you can look up someones deaths.
 
I got a perl script implemented into my website files that shows a very well organised death list
 
Back
Top