From 3341424066919b12e0da850f6279a6b092eaa3a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Dec 2018 16:49:13 -0200 Subject: Blood Donor quest rewards --- npc/012-6/nurse.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/012-6/nurse.txt') diff --git a/npc/012-6/nurse.txt b/npc/012-6/nurse.txt index 80d442856..880d3bd18 100644 --- a/npc/012-6/nurse.txt +++ b/npc/012-6/nurse.txt @@ -74,8 +74,15 @@ OnDonationComplete: percentheal 100, 0; getexp readparam(Hp)*2, readparam(Hp)/100; setq HurnscaldQuest_BloodDonor, 1, gettimetick(2)+(2592000); // 60*60*24*30 + if (BaseLevel >= 30) + getitem Bread, 1; + if (BaseLevel >= 50) + getitem ChocolateBar, 1; + if (BaseLevel >= 70) + getitem BottleOfWoodlandWater, 1; mesn; mesq l("Thanks for donating blood. You can donate again in 30 days."); + mesq l("You should eat and drink water after donating blood. Thanks for saving lifes!"); close; OnInit: -- cgit v1.2.3-60-g2f50