summaryrefslogtreecommitdiff
path: root/npc/008-2-16/yannika.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-16/yannika.txt')
-rw-r--r--npc/008-2-16/yannika.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/008-2-16/yannika.txt b/npc/008-2-16/yannika.txt
index ecf9551a..530105c5 100644
--- a/npc/008-2-16/yannika.txt
+++ b/npc/008-2-16/yannika.txt
@@ -441,7 +441,8 @@
break;
delitem SeafoodPlate, 1;
getitem EmptyPlate, 1;
- getexp 10000, 1000;
+ quest_xp(.maxLevel, 10000);
+ quest_jxp(.maxLevel, 1000);
setq1 General_Cooking, 19;
mesn;
mesq l("Ah - Many thanks. Here, I'll return you a plate.");
@@ -460,6 +461,7 @@
}
OnInit:
+ .maxLevel = 40;
.bodytype = BODYTYPE_2;
.distance = 4;
.quest=General_Cooking;