summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-04 16:43:28 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-04 16:43:28 -0300
commit781e0100be4013e04996a39991c25e6a9dd229e6 (patch)
treea757acd92d291af3cba1b5ff26540f5a7222f34a
parent5937179c89e5d47837353d0a0446e053c0ba3c94 (diff)
downloadserverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.gz
serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.bz2
serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.xz
serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.zip
Fix infinite item error
-rw-r--r--db/quest_db.conf4
-rw-r--r--npc/002-3/billybons.txt2
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;