diff options
-rw-r--r-- | db/quest_db.conf | 4 | ||||
-rw-r--r-- | npc/002-3/billybons.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index a75ccdf7e..7aa5c1f3a 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -62,6 +62,10 @@ quest_db: ( Id: 8 Name: "ShipQuests_Dan" }, +{ + Id: 9 + Name: "ShipQuests_Bottle" +}, // ID 11 to 30: General quests { diff --git a/npc/002-3/billybons.txt b/npc/002-3/billybons.txt index 4459a9656..227a1e737 100644 --- a/npc/002-3/billybons.txt +++ b/npc/002-3/billybons.txt @@ -1,8 +1,10 @@ +// TMW2 Script // Evol scripts. // Author: // Reid // Description: // Drunk easteregg telling about the player's past. +// For TMW2 it is just to provide a bottle 002-3,31,23,0 script Billy Bons#TMW2 NPC_BILLY_BONS,{ if (rand(5) == 2) goto L_Hic; |