Welcome to the Builder Academy

Question Timed DT

More
02 Apr 2025 19:22 #10635 by cunning
Replied by cunning on topic Timed DT
in structs.h

under struct room_data

add -> int timed; /* Timed DT's */

Please Log in or Create an account to join the conversation.

More
02 Apr 2025 19:53 - 02 Apr 2025 19:55 #10636 by JTP
Replied by JTP on topic Timed DT
That compiled…COOL can’t wait to test it

How can I add a mud log showing name and room name/number then victim hit the timed DT

Might be very helpful when testing it
Last edit: 02 Apr 2025 19:55 by JTP.

Please Log in or Create an account to join the conversation.

More
02 Apr 2025 20:10 #10637 by cunning
Replied by cunning on topic Timed DT
that's all basic stuff. If it were me, i would add it when timed_dt() kicks off and you die.

Please Log in or Create an account to join the conversation.

More
02 Apr 2025 20:12 #10638 by JTP
Replied by JTP on topic Timed DT
tried adding the one from the regular DT:

mudlog(BRF, LVL_IMMORT, TRUE, "%s hit death trap #%d (%s)", GET_NAME(ch), GET_ROOM_VNUM(going_to), world[going_to].name);

but that gives me:

limits.c: In function ‘timed_dt’:
limits.c:641: error: ‘going_to’ undeclared (first use in this function)
limits.c:641: error: (Each undeclared identifier is reported only once
limits.c:641: error: for each function it appears in.)
make[1]: *** [limits.o] Error 1


im not a coder. just a teacher lol

Please Log in or Create an account to join the conversation.

More
02 Apr 2025 21:06 #10639 by JTP
Replied by JTP on topic Timed DT
My initial testing went as follows:

I went in and out 7 times with dying.

But emediately when I went in on the 8th time, I instantly died.

So I had no time to exit.


How does this timed DT work ?

Please Log in or Create an account to join the conversation.

More
02 Apr 2025 21:36 #10640 by cunning
Replied by cunning on topic Timed DT
How much coding experience do you have? You can customize this to meet your needs.

Comm.c calls timed_dt() (IT HAS a preset PULSE amount that calls it) which than validates all rooms are empty that have the flag. Then if someone is in a room that has a flag it randomly sets the timer between 2 and 5. Than timer begins the countdown and kills you once it hits 0.

Please Log in or Create an account to join the conversation.

Time to create page: 0.220 seconds