summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-7/celestia_bossfight.txt1
-rw-r--r--npc/018-2-2/main.txt1
-rw-r--r--npc/021-4/main.txt1
3 files changed, 3 insertions, 0 deletions
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;