From 48e0520681a38716d69ea1be0b831f0c71f826fc Mon Sep 17 00:00:00 2001 From: Wombat Date: Fri, 20 Aug 2010 00:14:57 -0400 Subject: Small fixes in scripts, added new monster mob points guards.txt now has "aggravate" spell and bernard.txt fix added new monsters to mob_points.txt --- npc/001-1_Tulimshar/bernard.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/001-1_Tulimshar/bernard.txt') diff --git a/npc/001-1_Tulimshar/bernard.txt b/npc/001-1_Tulimshar/bernard.txt index 25aad835..efef3167 100755 --- a/npc/001-1_Tulimshar/bernard.txt +++ b/npc/001-1_Tulimshar/bernard.txt @@ -56,7 +56,7 @@ L_Progress: mes "\"Perfect! It's perfect !"; mes "You brought me my Roasted Maggot! Here, have some cake.\""; getinventorylist; - if ((@inventorylist_count - (countitem("RoastedMMaggot") == 1) > 99 - (countitem("CherryCake") == 0) )) goto L_TooMany; + if (@inventorylist_count - (countitem("RoastedMaggot") == 1) > 99 - (countitem("CherryCake") == 0) ) goto L_TooMany; delitem "RoastedMaggot", 1; getexp 100, 0; getitem "CherryCake", 5; @@ -91,9 +91,9 @@ L_NotEnough1: L_Done1: mes "[Bernard]"; mes "\"Thank you so much !\""; - mes "\"But something is missing to make the soup creamy !\""; + mes "\"But something is missing to make the soup creamy!\""; next; - mes "\"I need 3 [Maggot Slime] for the soup.\""; + mes "\"I need 3 [Maggot Slime]s for the soup.\""; mes "\"Bring me them. I'll give you something if you do.\""; set TMW_Quest,3; close; -- cgit v1.2.3-60-g2f50