From 25b8a9c6643349b075e5636887334b384a771f67 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 20:43:26 -0200 Subject: [skip ci] Polishing. --- npc/019-4-1/chief.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'npc/019-4-1') diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 299ef1f78..4b41d64d3 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -67,11 +67,11 @@ L_Reward: /* Handle Christmas Quest Rewards */ /* The top 5 gets special rewards! */ - /* #1: White Cat Pet */ - /* #2 - #3: Red Stocking */ - /* #4 - #5: Extra xmas gift */ + // #1 : White Cat Pet + // #2 - #3: Red Stocking + // #4 - #5: Extra xmas gift /* You get Christmas Gift Box, which contain rares */ - // CattyCat + .@gifts=max(15, log2(gifts/100)); if (.@q1 > .@gifts) getitem XmasGift, .@gifts; @@ -83,6 +83,9 @@ L_Reward: else if (strcharinfo(0) == .@name$[3] || strcharinfo(0) == .@name$[4]) getitem XmasGift, 1; + if (strcharinfo(0) == .@name$[0]) + mesc l("You gained a @@ for the #1 place on the event. Remember to feed it @@, or it may run away from you.", getitemlink(Milk)); + ///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// @@ -133,6 +136,8 @@ L_Reward: mesn; mesq l("Thanks for helping us the last year. I hope to have your help by the next year."); + next; + ScoreXMAS(); close; L_Main: -- cgit v1.2.3-70-g09d2