From e34e8ff0343ee906b52fe43a291e2e0a57eb9dd0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Feb 2020 04:14:00 -0300 Subject: Lt. Paul - The extended section now give rewards. Decent rewards. --- npc/012-1/guards.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 6cb5a7aba..7ea1f27e4 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -100,6 +100,36 @@ L_Assign: Zeny=Zeny+@fc*15+@fc; mesc l("* Gained @@ EXP and @@ Job Exp", @xp, @fc*3); mesc l("* Gained @@ GP", @fc*15+@fc); + // Welcome to the stupid table + if (@fc >= 10) { + switch (@fc) { + case 10: + .@tea=Coffee; .@gift=BronzeGift; .@rare=Grenade; + break; + case 11: + .@tea=ChamomileTea; .@gift=SilverGift; .@rare=WhiskeyAle; + break; + case 12: + .@tea=SpearmintTea; .@gift=SilverGift; .@rare=PrecisionPotion; + break; + case 13: + .@tea=OolongTea; .@gift=GoldenGift; .@rare=SacredLifePotion; + break; + case 14: + .@tea=JasmineTea; .@gift=GoldenGift; .@rare=AncientBlueprint; + break; + default: // 15+ + .@tea=YerbaMate; .@gift=PrismGift; .@rare=MysteriousFruit; + break; + } + mesc l("For being on the extended, you got:"); + mesf("* %d %s", 1, getitemlink(.@tea)); + mesf("* %d %s", 1, getitemlink(.@gift)); + mesf("##B* %d %s##b", 1, getitemlink(.@rare)); + getitem .@rare, 1; + getitem .@gift, 1; + getitem .@tea, 1; + } close; } // Assign quest -- cgit v1.2.3-60-g2f50