A command to get a book with latest death coordinates #4634

Open
opened 2023-05-30 08:59:56 +00:00 by whosit · 6 comments
Member

Should be a command for staff.

And possibly some way to get it for players themselves? NPC? Crafting recipe? Voodoo ritual?

Should be a command for staff. And possibly some way to get it for players themselves? NPC? Crafting recipe? Voodoo ritual?
Author
Member

Related
#3097

#1099

#2478

Related https://gitea.your-land.de/your-land/bugtracker/issues/3097 https://gitea.your-land.de/your-land/bugtracker/issues/1099 https://gitea.your-land.de/your-land/bugtracker/issues/2478
whosit added the
1. kind/enhancement
label 2023-05-30 09:10:38 +00:00
whosit changed title from A book with latest death coordinates to A command to get a book with latest death coordinates 2023-05-30 09:23:13 +00:00

Let's first have a cache with the last 10 death positions and a fucntion to put them into a book.

Where we execute that command, NPC, chatcommand, ..., ... is rather secondary.

Let's first have a cache with the last 10 death positions and a fucntion to put them into a book. Where we execute that command, NPC, chatcommand, ..., ... is rather secondary.
Author
Member

I found something interesting:
Do not load death messages and team spawn points at serverstart

Why did you disable deaths?
Maybe we should re-enable it and add coordinates to that log?

UPD: I see why... It's a giant json file...

I found something interesting: [Do not load death messages and team spawn points at serverstart](https://gitea.your-land.de/your-land/mt-respawn/commit/72cbda4f48980c75cded4e3a31bdc503a04c03b6) Why did you disable deaths? Maybe we should re-enable it and add coordinates to that log? UPD: I see why... It's a giant json file...
Member

what is the actual goal here? getting the position of the player at death, or the position of bones? because bones don't necessarily end up where the player died. the priest knows about bones. i feel like this sort of tracking should be done in yl_church.

what is the actual goal here? getting the position of the player at death, or the position of bones? because bones don't necessarily end up where the player died. the priest knows about bones. i feel like this sort of tracking should be done in `yl_church`.
Author
Member

I think the goal should be bones positions. Currently people can lose their bones because of multiple deaths + not being able to use compass. Positions of them ideally should be preserved between server restarts too.
Alias sometimes gives books of bones positions to people, but creates book manually. Book creation should be automatic, available to staff and possibly to regular players.

I think the goal should be bones positions. Currently people can lose their bones because of multiple deaths + not being able to use compass. Positions of them ideally should be preserved between server restarts too. Alias sometimes gives books of bones positions to people, but creates book manually. Book creation should be automatic, available to staff and possibly to regular players.

True, that could be done in the city service, most people already attach the "death note" to the priest and wish for them to hand out those books.

True, that could be done in the city service, most people already attach the "death note" to the priest and wish for them to hand out those books.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#4634
No description provided.