From 98a22dcc4e38a1b32c9fa671ed3f6690995e8229 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 21 Mar 2009 13:12:17 -0600 Subject: Add clover patches to woodland maps Also add flowers to hurnscald and adjust the old woman to talk about them. --- npc/009-1_Hurnscald/_mobs.txt | 12 ++++++++++++ npc/009-1_Hurnscald/old_woman.txt | 10 ++++++++++ 2 files changed, 22 insertions(+) (limited to 'npc/009-1_Hurnscald') diff --git a/npc/009-1_Hurnscald/_mobs.txt b/npc/009-1_Hurnscald/_mobs.txt index 8e5290ee..4f2d0f57 100644 --- a/npc/009-1_Hurnscald/_mobs.txt +++ b/npc/009-1_Hurnscald/_mobs.txt @@ -1,7 +1,19 @@ // 009-1 Hurnscald mobs +009-1.gat,74,32,2,1 monster Clover patch 1037,1,0,120000,Mob009-1::On1037 +009-1.gat,29,44,9,13 monster Flower 1014,2,0,250,Mob009-1::On1014 009-1.gat,0,0,0 script Mob009-1 -1,{ +On1014: + set @mobID, 1014; + callfunc "MobPoints"; + break; + +On1037: + set @mobID, 1037; + callfunc "MobPoints"; + break; + end; } 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"; -- cgit v1.2.3-60-g2f50