diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-04 16:43:28 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-04 16:43:28 -0300 |
commit | 781e0100be4013e04996a39991c25e6a9dd229e6 (patch) | |
tree | a757acd92d291af3cba1b5ff26540f5a7222f34a | |
parent | 5937179c89e5d47837353d0a0446e053c0ba3c94 (diff) | |
download | serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.gz serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.bz2 serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.tar.xz serverdata-781e0100be4013e04996a39991c25e6a9dd229e6.zip |
Fix infinite item error
-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; |