[Request] Spaw Editor

well
to edit spawns u dun actually need a editor, just use the notepad to edit the monsters and, u can insert spawns flag ingame with a gm lvl 3.

eg.:
Code:
//¸ó½ºÅÍ ÃâÇö ºñÀ²
//Â÷°¡¿î °è°î

*Ãִ뵿½ÃÃâÇö¼ö		200
//ÃâÇö°£°Ý ¹üÀ§ 9-1 1Â÷ÀÌ´ç 2¹è¾¿ »¡¶óÁü
*ÃâÇö°£°Ý		5	70
*ÃâÇö¼ö			2


//		¸ó½ºÅÍ À̸§          ÃâÇöºóµµ
*Ã⿬ÀÚ		"Blizzard Giant"	15
*Ã⿬ÀÚ		"Cyclops Warrior"	20
*Ã⿬ÀÚ		"Summer Incubuss"	15
*Ã⿬ÀÚ		"Turtle Cannon"		1
*Ã⿬ÀÚ		"DevilBird"		15

//		¸ó½ºÅÍ À̸§             ´ëµ¿¸ó½ºÅÍ À̸§       ´ëµ¿¸ó½ºÅÍÃâÇö¼ö    ÃâÇö½Ã°£
//*Ã⿬Àڵθñ	"°Å´ëÇÑ!»êŸ°íºí¸°"	"¹Ì´Ï»êŸ°íºí¸°"	6	1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
//*Ã⿬Àڵθñ	"¹ß·»Åä"		"Ä«¿À½º Ä«¶ó"		2	0 8 16 20
*Ã⿬Àڵθñ	"¹ß·»Åä"		"Ä«¿À½º Ä«¶ó"		2	2 6 10 14 18 22

this part:
Code:
//		¸ó½ºÅÍ À̸§          ÃâÇöºóµµ
*Ã⿬ÀÚ		"Blizzard Giant"	15
*Ã⿬ÀÚ		"Cyclops Warrior"	20
*Ã⿬ÀÚ		"Summer Incubuss"	15
*Ã⿬ÀÚ		"Turtle Cannon"		1
*Ã⿬ÀÚ		"DevilBird"		15
is the monsters that can spawn in the map, it uses the japanese name of the monsters

this part:
Code:
//		¸ó½ºÅÍ À̸§             ´ëµ¿¸ó½ºÅÍ À̸§       ´ëµ¿¸ó½ºÅÍÃâÇö¼ö    ÃâÇö½Ã°£
//*Ã⿬Àڵθñ	"°Å´ëÇÑ!»êŸ°íºí¸°"	"¹Ì´Ï»êŸ°íºí¸°"	6	1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
//*Ã⿬Àڵθñ	"¹ß·»Åä"		"Ä«¿À½º Ä«¶ó"		2	0 8 16 20
*Ã⿬Àڵθñ	"¹ß·»Åä"		"Ä«¿À½º Ä«¶ó"		2	2 6 10 14 18 22
is where u put the bosses of the map.
the parameters are
Code:
*Ã⿬Àڵθñ	<boss name>		<minions>		<number of minions>	<time that the boss appears>
and to insert spawn flags, log in with gm lvl 3, press f9 and hit ctrl+insert to add spawn flag where u r, ctrl+delete to delete a flag

hope its clear
 
Back