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

Accmaker - Death list bug - need help!

lajrek34a

New Member
Joined
Sep 15, 2009
Messages
117
Reaction score
0
Hello i have question.. maybe someone know : 'how to reduce the list of death' beacause on my ots player have 50 death...
look plz Elora - Characters
And help ME :(

REP++ ofc!
 
Go to HTDOCS -> Look for folder "config" and open config.php


Look for this line at the bottom:

Code:
$config['site']['last_deaths_limit'] = 10; // max. number of death on last death page

Change 10 to the number you want to show as "MAX DEATH" on your website.

Did it work?:)
 
Yes i have it but it show death in Community/Last Death <- 10

Open your config.lua and look for this:

Code:
[COLOR="Lime"]-- Deathlist[/COLOR]
deathListEnabled = "yes"
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 19
maxDeathRecords = 5

Change

Code:
maxDeathRecords = 5

5 to the limit of deaths you want

Did that work?
 
Back
Top