|
@@ -111,8 +111,8 @@ save_log: yes
|
|
// Format: <map_name>,<x>,<y>{:<map_name>,<x>,<y>...}
|
|
// Format: <map_name>,<x>,<y>{:<map_name>,<x>,<y>...}
|
|
// Max number of start points is MAX_STARTPOINT in char.h (default 5)
|
|
// Max number of start points is MAX_STARTPOINT in char.h (default 5)
|
|
// Location is randomly picked on character creation.
|
|
// Location is randomly picked on character creation.
|
|
-start_point: iz_int,97,90,iz_int01,97,90,iz_int02,97,90,iz_int03,97,90,iz_int04,97,90
|
|
|
|
-start_point_pre: new_1-1,53,111,new_2-1,53,111,new_3-1,53,111,new_4-1,53,111,new_5-1,53,111
|
|
|
|
|
|
+start_point: iz_int,97,90:iz_int01,97,90:iz_int02,97,90:iz_int03,97,90:iz_int04,97,90
|
|
|
|
+start_point_pre: new_1-1,53,111:new_2-1,53,111:new_3-1,53,111:new_4-1,53,111:new_5-1,53,111
|
|
|
|
|
|
// Starting items for new characters
|
|
// Starting items for new characters
|
|
// Max number of items is MAX_STARTITEM in char.c (default 32)
|
|
// Max number of items is MAX_STARTITEM in char.c (default 32)
|