summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf11
-rw-r--r--db/re/mob_db.conf2
-rw-r--r--npc/014-1/galimatia.txt1
-rw-r--r--npc/015-3-1/pablin.txt7
4 files changed, 20 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index a2196ae3b..65e202696 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3944,7 +3944,16 @@ item_db: (
Weight: 10
Refine: false
},
-// Id 748 is free
+{
+ Id: 747
+ AegisName: "BeeStinger"
+ Name: "Bee Stinger"
+ Type: "IT_ETC"
+ Buy: 50
+ Sell: 10
+ Weight: 10
+ Refine: false
+},
{
Id: 749
AegisName: "Bone"
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 383ca00e5..f5d23da9a 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -1930,6 +1930,7 @@ mob_db: (
CanAttack:false
}
Drops: {
+ BeeStinger: 700
Honey: 400
Honey: 200
Honey: 100
@@ -2558,6 +2559,7 @@ mob_db: (
DamageMotion: 480
Drops: {
BugLeg: 500
+ BeeStinger: 300
Honey: 15
Topaz: 1
}
diff --git a/npc/014-1/galimatia.txt b/npc/014-1/galimatia.txt
index 942b5c8ab..1f6e57640 100644
--- a/npc/014-1/galimatia.txt
+++ b/npc/014-1/galimatia.txt
@@ -7,6 +7,7 @@
014-1,126,21,0 script Galimatia NPC_BEEKEEPER,{
mesn;
mesq l("Feel free to collect honey from the hives. Remember to bottle them before picking up... You can use the discardable bottles I keep near them for that.");
+ // FIXME: Quest for [Bee Keeper Hat]
close;
OnInit:
diff --git a/npc/015-3-1/pablin.txt b/npc/015-3-1/pablin.txt
index f39a9b852..33debb9b6 100644
--- a/npc/015-3-1/pablin.txt
+++ b/npc/015-3-1/pablin.txt
@@ -5,6 +5,8 @@
// A retired pirate
015-3-1,83,39,0 script Pablin NPC_OLDPIRATE,{
+ .@q = getq(HurnscaldQuest_PirateCave);
+ if (.@q > 7) goto L_Post;
mesn;
mesq l("Hey, you! What are you doing here?!");
next;
@@ -15,6 +17,11 @@
mesq l("I won't stop you from going inside, but be careful, you hear me?");
close;
+L_Post:
+ mesn;
+ mesq l("Marley is furious that someone stole her treasure... You wouldn't happen to know anything about this, would you...?");
+ close;
+
OnInit:
.sex = G_MALE;
.distance = 4;