diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-25 16:25:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-25 16:25:12 -0300 |
commit | 41d0829b5cfaa757e51c05045c49532f14d3539e (patch) | |
tree | a5ca83a8d875a67a3ef61eaee312bd8ba651dd73 | |
parent | c15c8067d07085fd95364e4b17892a09f68f4f9c (diff) | |
download | serverdata-41d0829b5cfaa757e51c05045c49532f14d3539e.tar.gz serverdata-41d0829b5cfaa757e51c05045c49532f14d3539e.tar.bz2 serverdata-41d0829b5cfaa757e51c05045c49532f14d3539e.tar.xz serverdata-41d0829b5cfaa757e51c05045c49532f14d3539e.zip |
Inspector Hat & Inspector Quest (set). All done for 19.0
-rw-r--r-- | db/re/item_db.conf | 38 | ||||
-rw-r--r-- | npc/017-1/inspector.txt | 21 |
2 files changed, 45 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ab7e14812..a46d88258 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11636,6 +11636,44 @@ item_db: ( bonus bDef2, 2; "> }, +{ + Id: 3035 + AegisName: "InspectorHat" + Name: "Inspector Hat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 1300 + Weight: 40 + Def: 0 + Slots: 1 + Loc: "EQP_HEAD_TOP" + EquipLv: 1 + Refine: false + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, // Neck Armor { diff --git a/npc/017-1/inspector.txt b/npc/017-1/inspector.txt index e6dc3c2a1..fc8fc4ad2 100644 --- a/npc/017-1/inspector.txt +++ b/npc/017-1/inspector.txt @@ -226,16 +226,6 @@ L_Hurry: goto L_Close; L_Finish: - // FIXME TESTER BLOCK - if (!$@GM_OVERRIDE && !is_staff()) { - // You can come back to Inspector to begin the second part. - // Use Fairy Hat instead of Inspector Hat? - mes ""; - mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; - next; - goto L_Close; - } - // FIXME TESTER BLOCK mesn; mesq l("I'm grateful for your help. Who knows what would have happened to Rossy without your intervention. So, did you find out who was behind the cheese theft?"); next; @@ -252,9 +242,13 @@ L_Finish: mesq l("Here, you can have this uniform. The payment for your work is also here. Regards on a job well done, junior!"); Zeny += 2000; // total 5kGP getexp 90000, 900; - //getitem (NavyBlueShirt**, NavyBlueCottonTrousers, NavyBlueCottonGloves, NavyBlueCottonBoots, InspectorHat*, Kanabo) - // *: SacredForestHat? BowlerHat? TopHat? - // **: CottonChirt? VneckSweater? VneckJumper? ArtisTankTop <- no + getitem2(CottonTrousers, 1, 1, 0, 0, NavyBlueDye, 0,0,0); + getitem2(CottonGloves, 1, 1, 0, 0, NavyBlueDye, 0,0,0); + getitem2(CottonBoots, 1, 1, 0, 0, NavyBlueDye, 0,0,0); + getitem2(VneckSweater, 1, 1, 0, 0, NavyBlueDye, 0,0,0); + getitem2(InspectorHat, 1, 1, 0, 0, NavyBlueDye, 0,0,0); + getitem Kanabo, 1; + // TODO: SacredForestHat? // TODO: Add a way to acquire Murderer Crown lease, maybe rent it to #1 PvP // TODO: Send Medals (Gold, Silver, Bronze) on Olympics too, and give them stat // 3 gold, 3 silver and 4 bronze, for the whole top 10 @@ -268,7 +262,6 @@ L_Done: mesq l("However, the officer in command is Benjamin, who was dispatched to handle it. You'll need to ask him if you want to participate on this investigation, or get someone with overriding authority to appoint you to it."); tutmes l("* Advance Player Quest (the one marked with a star on quest log) first."); } else { - mesn; mesq l("Although since Katze and Barbara's incidents, not much is happening, besides some vaults being looted every now and then. Nothing of worry, which is a good thing, I guess."); if (THIEF_RANK) mesc l("Anselmo seems to like he doubt your intentions, but he doesn't says anything else."); |