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

AAC Znote deaths on characterprofile

ralke

(҂ ͠❛ ෴ ͡❛)ᕤ
Joined
Dec 17, 2011
Messages
1,557
Solutions
28
Reaction score
881
Location
Santiago - Chile
GitHub
ralke23
Twitch
ralke23
Hi! I wonder how can I increase the number of deaths shown in characterprofile? I use TFS 1.X downgrades by nekiro and Znote AAC.
1714179686377.png
At the moment it only shows the latest 5 deaths. I would like to increase to 10. Any ideas?
Regards!
 
Solution
🤔 Looking at the code, it should already pull at most 30 deaths. What version of ZnoteAAC are you using?


Edit;

After some help from @Zatjin it seems like this limitation is in data/creaturescripts/scripts/player_death.lua

Then local maxDeathRecords = 5 So try changing that to 10 and die 5 more times and ZnoteAAC should populate them.
🤔 Looking at the code, it should already pull at most 30 deaths. What version of ZnoteAAC are you using?


Edit;

After some help from @Zatjin it seems like this limitation is in data/creaturescripts/scripts/player_death.lua

Then local maxDeathRecords = 5 So try changing that to 10 and die 5 more times and ZnoteAAC should populate them.
 
Last edited:
Solution
🤔 Looking at the code, it should already pull at most 30 deaths. What version of ZnoteAAC are you using?


Edit;

After some help from @Zatjin it seems like this limitation is in data/creaturescripts/scripts/player_death.lua

Then local maxDeathRecords = 5 So try changing that to 10 and die 5 more times and ZnoteAAC should populate them.
Thanks @Tarek, solved.
 
Back
Top