Do you mean the save point from the kafra ?? If yes here https://github.com/rathena/rathena/blob/master/npc/kafras/kafras.txt
example:
Kafra in aldebaran
SavePoint Coordinate:
savepoint "aldebaran",143,109,1,1;
aldebaran,143,119,4 script Kafra Employee::kaf_aldebaran 113,{
cutin "kafra_05",2;
callfunc "F_KafSet";
mes "[Kafra Employee]";
mes "The Kafra Corporation";
mes "is always working to provide";
mes "you with convenient services.";
mes "How may I be of assistance?";
callfunc "F_Kafra",5,0,1,20,600;
savepoint "aldebaran",143,109,1,1;
callfunc "F_KafEnd",0,1,"in the city of Al De Baran";
}