pkiller recall point

Posted by Straud on Mon 30 Jul 2001 10:00 PM — 2 posts, 11,702 views.

#0
Okay I'm making a pkill town and want to know how to change the recall point for pkillers when they die or use a recall scroll ect. also is it possible to make a clan or guild that allows pkillers
Amended on Mon 30 Jul 2001 10:18 PM by Straud
Australia Forum Administrator #1
I would change the following code in function do_recall in file skills.c:



if ( !IS_NPC( ch ) && !location && ch->level >= 5
&& IS_SET( ch->pcdata->flags, PCFLAG_DEADLY ) )
location = get_room_index( 3009 );


At present it seems that a pkilller recalls to room 3009.