From f57f80f517033f2d245461b547a324100d6428a1 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 14 Oct 2011 14:16:41 +0200 Subject: Give small experience reward for fails in quests that need random amount of items. --- world/map/npc/020-2/furquest.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'world/map/npc/020-2') diff --git a/world/map/npc/020-2/furquest.txt b/world/map/npc/020-2/furquest.txt index ef5403e6..1420d2d7 100644 --- a/world/map/npc/020-2/furquest.txt +++ b/world/map/npc/020-2/furquest.txt @@ -4,6 +4,9 @@ // Tulimshar Crafting Workshop - Agostine, The Legendary Tailor 020-2.gat,27,26,0|script|Agostine|137,{ + + set @CUTFUR_EXP, 10; + if (QUEST_WG_state == 1) goto L_State_0_3; if (QUEST_WG_state == 2) goto L_State_1; if (QUEST_WG_state == 3) goto L_State_2; @@ -188,6 +191,7 @@ L_State_4_try: set @Temp1,rand(30); if (@Temp1 == 0) goto L_State_4_success; mes "Agostine throws away the white fur."; + getexp @CUTFUR_EXP, 0; next; mes "[Agostine, The Legendary Tailor]"; mes "\"It was awfully cut! You should pay more attention when you kill fluffies!\""; @@ -274,6 +278,7 @@ L_State_11_try: set @Temp2,rand(30); if (@Temp2 == 0) goto L_State_11_success; mes "Agostine rips the white fur."; + getexp @CUTFUR_EXP, 0; next; mes "[Agostine, The Legendary Tailor]"; mes "\"That fur was terrible. I won't work with it!\""; -- cgit v1.2.3-70-g09d2