diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-21 13:12:17 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-21 13:12:17 -0600 |
commit | 98a22dcc4e38a1b32c9fa671ed3f6690995e8229 (patch) | |
tree | 55b3352aedbc0cdce7cb0c26a29f1102ab00be15 /npc/009-1_Hurnscald/old_woman.txt | |
parent | b1a467259dc2a01eac243a73574ff5abcbc69390 (diff) | |
download | serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.gz serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.bz2 serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.xz serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.zip |
Add clover patches to woodland maps
Also add flowers to hurnscald and adjust the old woman to talk about
them.
Diffstat (limited to 'npc/009-1_Hurnscald/old_woman.txt')
-rw-r--r-- | npc/009-1_Hurnscald/old_woman.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/009-1_Hurnscald/old_woman.txt b/npc/009-1_Hurnscald/old_woman.txt index 9f3d26ec..1df4229f 100644 --- a/npc/009-1_Hurnscald/old_woman.txt +++ b/npc/009-1_Hurnscald/old_woman.txt @@ -1,12 +1,22 @@ // Old woman 009-1.gat,29,43,0 script Old Woman 154,{ + if (BaseLevel < 40) goto L_Lower; + mes "[Old Woman]"; mes "\"Hello deary.\""; next; + +L_Continue: if ((Inspector >= 1 && Inspector <= 7) || Inspector == 9) goto L_NohMask; close; +L_Lower: + mes "[Old Woman]"; + mes "\"Watch out for these flowers. They don't like to be messed with.\""; + next; + goto L_Continue; + L_NohMask: if (Inspector == 7) goto L_NohMask_Alibi; callfunc "ProcessEquip"; |