• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Death / Pvp / Error...

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
Hello Guys :)
I have one or not one problem but i have some problem's the first is that when a player die on my server the body go away ? there are not any body
and the attacker dont get "Yellow skull" when attacking skull player's, the player that die dont lose backpack or items just lvl .. and when someone die this error pop up in server .exe
Code:
 [2:47:03.984] mysql_real_query(): UPDATE `players` SET `frags` = `frags` + 1 WHE
RE `id` = 16; - MYSQL ERROR: Unknown column 'frags' in 'field list' (1054)
 
First in database you must add column frags.
If updating frags is before dropping body I think the error with sql interrupts function.
BUT
if updating frags is after all functions or its just in lua .The problem seems to be in player.cpp in function onDeath and PrepareDeath.
Have you source?
 
Back
Top