summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRidley <ridley8819@gmail.com>2016-10-02 09:29:14 +0200
committerDastgir <dastgir@users.noreply.github.com>2016-10-02 12:59:14 +0530
commit805a2b3b1a82f48200e90171fa79bc43b682a2eb (patch)
treea0f6747e23450ab31c9cd99e675a2cb3fbf902ad /db
parentdd71362b10e5986e034ed86db08961926440ace0 (diff)
downloadhercules-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 'db')
-rw-r--r--db/map_index.txt5
-rw-r--r--db/quest_db.conf15
-rw-r--r--db/re/item_db.conf5
-rw-r--r--db/re/map_cache.datbin2147147 -> 2149187 bytes
4 files changed, 22 insertions, 3 deletions
diff --git a/db/map_index.txt b/db/map_index.txt
index 332361071..39f79dcf7 100644
--- a/db/map_index.txt
+++ b/db/map_index.txt
@@ -884,6 +884,11 @@ izlude_d
izlude_c
izlude_b
izlude_a
+int_land
+int_land01
+int_land02
+int_land03
+int_land04
prt_fild08d
prt_fild08c
prt_fild08b
diff --git a/db/quest_db.conf b/db/quest_db.conf
index 5b99bac25..67012bd8e 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -13971,6 +13971,21 @@ quest_db: (
Name: "The Eye of Hellion"
},
{
+ Id: 21001
+ Name: "Escape the Wreck"
+},
+{
+ Id: 21002
+ Name: "The first battle"
+ Drops: (
+ {
+ ItemId: 6008
+ Rate: 10000
+ MobId: 1002
+ },
+ )
+},
+{
Id: 50000
Name: "Pirate Dagger materials"
},
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index b6861a46f..9e393d80e 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -67878,10 +67878,9 @@ item_db: (
},
{
Id: 6008
- AegisName: "Wood"
- Name: "Wood"
+ AegisName: "Lumber"
+ Name: "Lumber"
Weight: 10
- BuyingStore: true
},
{
Id: 6009
diff --git a/db/re/map_cache.dat b/db/re/map_cache.dat
index 59aa50b20..e0ffc6218 100644
--- a/db/re/map_cache.dat
+++ b/db/re/map_cache.dat
Binary files differ