diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-25 21:08:06 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-25 21:08:06 +0000 |
commit | e026077d5836864a2b5dd1e023921ea3f600785a (patch) | |
tree | 564bd53fb40201129bae4d66d34aca7187021e09 | |
parent | dd50aa22d9a84777fb74043dba30df05a25d3536 (diff) | |
download | serverdata-e026077d5836864a2b5dd1e023921ea3f600785a.tar.gz serverdata-e026077d5836864a2b5dd1e023921ea3f600785a.tar.bz2 serverdata-e026077d5836864a2b5dd1e023921ea3f600785a.tar.xz serverdata-e026077d5836864a2b5dd1e023921ea3f600785a.zip |
level required for suzanne up to 53, Why mapannonce isent global ?
-rw-r--r-- | npc/018-4-2/susanne.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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."); |