From e026077d5836864a2b5dd1e023921ea3f600785a Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 25 Aug 2018 21:08:06 +0000 Subject: level required for suzanne up to 53, Why mapannonce isent global ? --- npc/018-4-2/susanne.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/018-4-2/susanne.txt b/npc/018-4-2/susanne.txt index baa066d3f..9565ff48a 100644 --- a/npc/018-4-2/susanne.txt +++ b/npc/018-4-2/susanne.txt @@ -8,7 +8,7 @@ 018-4-2,31,26,0 script Susanne NPC_FAIRY_A,{ .@q=getq(LoFQuest_Fairy); - if(BaseLevel < 50) goto L_Noob; + if(BaseLevel < 53) goto L_Noob; if(.@q == 1) goto L_Coward; if(.@q == 2) goto L_Complete; if(.@q >= 3) goto L_Thanks; @@ -66,7 +66,7 @@ L_Complete: next; inventoryplace FafiMask, 1; getitem FafiMask, 1; - getexp 75000, 200; + getexp 80000, 200; setq LoFQuest_Fairy, 3; mesn; mesq l("By the way, I found this Mask after you killed the Fafi Dragon, Maybe you can use it some day."); -- cgit v1.2.3-60-g2f50