You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
868 B
47 lines
868 B
--------------------------------------------------------------
|
|
--¡Ø ¸®Á¨ ¸÷ Á¤º¸
|
|
--------------------------------------------------------------
|
|
RegenInfoTable =
|
|
{
|
|
KingCrab =
|
|
{
|
|
MobIndex = "SD_KingCrab",
|
|
RegenX = MapInfo["CenterCoord"]["x"],
|
|
RegenY = MapInfo["CenterCoord"]["y"],
|
|
Dir = 0,
|
|
},
|
|
|
|
KingSlime =
|
|
{
|
|
MobIndex = "SD_KingSlime",
|
|
RegenX = MapInfo["CenterCoord"]["x"],
|
|
RegenY = MapInfo["CenterCoord"]["y"],
|
|
Dir = 0,
|
|
},
|
|
|
|
MiniDragon =
|
|
{
|
|
MobIndex = "SD_Dragon",
|
|
RegenX = MapInfo["CenterCoord"]["x"],
|
|
RegenY = MapInfo["CenterCoord"]["y"],
|
|
Dir = 0,
|
|
},
|
|
|
|
BonusMob =
|
|
{
|
|
MobIndex = "SD_LiarMimic",
|
|
RegenX = MapInfo["CenterCoord"]["x"],
|
|
RegenY = MapInfo["CenterCoord"]["y"],
|
|
Dir = 0,
|
|
},
|
|
|
|
ExitGate =
|
|
{
|
|
MobIndex = "SD_Gate_KDPrtShip",
|
|
RegenX = 5556,
|
|
RegenY = 5802,
|
|
Dir = -176,
|
|
Scale = 1000,
|
|
},
|
|
|
|
}
|
|
|