diff options
author | Ridley <ridley8819@gmail.com> | 2016-10-02 09:29:14 +0200 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2016-10-02 12:59:14 +0530 |
commit | 805a2b3b1a82f48200e90171fa79bc43b682a2eb (patch) | |
tree | a0f6747e23450ab31c9cd99e675a2cb3fbf902ad /conf/map | |
parent | dd71362b10e5986e034ed86db08961926440ace0 (diff) | |
download | hercules-805a2b3b1a82f48200e90171fa79bc43b682a2eb.tar.gz hercules-805a2b3b1a82f48200e90171fa79bc43b682a2eb.tar.bz2 hercules-805a2b3b1a82f48200e90171fa79bc43b682a2eb.tar.xz hercules-805a2b3b1a82f48200e90171fa79bc43b682a2eb.zip |
Update Intro (Renewal) (#1427)
* Update Intro (Renewal)
- Conversion while Playing from kRO
- New starting Map: iz_int 18 27 (Requires New kRO MAP)
- iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used
- the rest of the script was updated to latest script standards
- x/y span for duplicates with OnTouch
- Fixed wrong getarg
- removed +"" in warp
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/maps.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index dc4798354..0a975d62e 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -1087,7 +1087,7 @@ map_list: ( "moc_prydn2", // Izlude Novice Academy & Tutorial - // New Maps added 2013-02-10 + // New Maps added 2016-09-12 "iz_int", "iz_int01", "iz_int02", @@ -1110,6 +1110,11 @@ map_list: ( "izlude_c", "izlude_b", "izlude_a", + "int_land", + "int_land01", + "int_land02", + "int_land03", + "int_land04", "prt_fild08d", "prt_fild08c", |