From 56350c33a8398fdccf2d472f63dd19b5a655873c Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Sat, 20 Jul 2019 04:44:38 -0300
Subject: TS - Legendary Weapons Patch

---
 npc/001-7/celestia_bossfight.txt | 1 +
 npc/018-2-2/main.txt             | 1 +
 npc/021-4/main.txt               | 1 +
 3 files changed, 3 insertions(+)

diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt
index d9e403241..cd2a45d4f 100644
--- a/npc/001-7/celestia_bossfight.txt
+++ b/npc/001-7/celestia_bossfight.txt
@@ -37,6 +37,7 @@ L_Survivor:
         announce "All hail ##B"+$YETIKING_WINNER$+"##b, first to complete the ##3Yeti King Quest!", bc_all|bc_npc;
         Karma=Karma+1;
         getexp 0, 2000;
+        getitembound Runestaff, 1, 1;
         getitem PrismGift, 1;
         mesc l("CONGRATULATIONS! You are the first player to finish Yeti King quest!!"), 2;
         mesc l("You just gained a Karma point, a Prism Gift, and 2000 Job Exp for your bravery!"), 2;
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index cfdf0bdb1..7bd3204b0 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -61,6 +61,7 @@ OnMasterBossKilled:
         announce "All hail ##B"+$HEROESHOLD_WINNER$+"##b, first to complete the ##3HEROES HOLD Master Dungeon!", bc_all|bc_npc;
         Karma=Karma+1;
         getexp 0, 2000;
+        getitembound Tyranny, 1, 1;
         getitem PrismGift, 1;
         mesc l("CONGRATULATIONS! You are the first player to finish Heroes Hold Master Dungeon!!"), 2;
         mesc l("You just gained a Karma point, a Prism Gift, and 2000 Job Exp for your bravery!"), 2;
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index 5fe28cd8e..659f77232 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -182,6 +182,7 @@ L_Winner:
         announce "All hail ##B"+$CINDY_WINNER$+"##b, first to complete the ##3Cindy Quesy!", bc_all|bc_npc;
         Karma=Karma+1;
         getexp 0, 2000;
+        getitembound DemureAxe, 1, 1;
         getitem PrismGift, 1;
         mesc l("CONGRATULATIONS! You are the first player to finish Cindy Quest!!"), 2;
         mesc l("You just gained a Karma point, a Prism Gift, and 2000 Job Exp for your bravery!"), 2;
-- 
cgit v1.2.3-70-g09d2