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

Nicaw Acc - Deathlist

slaw

Software Developer
Joined
Aug 27, 2007
Messages
3,667
Solutions
125
Reaction score
1,114
Location
Germany
GitHub
slawkens
In Nicaw v3.3 sql, deathlist don't work with TFS. I don't know how to fix it. I have this error in errors file.

Code:
2007.09.13 20:24 Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'otserveros.deathlist' doesn't exist
)

2007.09.13 20:24 Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'otserveros.deathlist' doesn't exist
)

2007.09.13 20:27 Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'otserveros.deathlist' doesn't exist
)

2007.09.13 20:27 Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'otserveros.deathlist' doesn't exist
)

I was searching in files and i found that TFS use in database table player_deaths but Nicaw use deathlist i was trying to change this, but it doesn't work and now i have this error:
Code:
2007.09.14 18:50 Array
(
    [0] => 42S22
    [1] => 1054
    [2] => Unknown column 'player' in 'where clause'
)

I think forgotten have edited database strukture, and nicaw use standard.
Becouse in TFS is:
Code:
player_id
time
level
killed_by
is_player
But in Nicaw:
player
killer
level
date
[/code]

What should i do now? I want use nicaw, but i want to be Deaths work.

It will be good if someone will help. Thank you. ;)
 
Last edited:
Please, say me which acc maker should i use.

I don't want any errors. It should work good for Forgotten, withour errors.
 
Just replace those differences you mentioned form Nicaw to TFS and forget about is_player (is 1 if the one who killed the player was a player)
 
Back
Top