diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-07 11:58:37 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-07 11:58:37 -0700 |
commit | a9322f124050f01101bb5c43886a666016fd73a2 (patch) | |
tree | b1eb5bf0222b449f6117125b27bfcf7f921680e7 /npc | |
parent | ccb6634a79c52021c4a918f7a63a3b9c2b02fafa (diff) | |
download | serverdata-a9322f124050f01101bb5c43886a666016fd73a2.tar.gz serverdata-a9322f124050f01101bb5c43886a666016fd73a2.tar.bz2 serverdata-a9322f124050f01101bb5c43886a666016fd73a2.tar.xz serverdata-a9322f124050f01101bb5c43886a666016fd73a2.zip |
Adjust Tulimshar's bakery a bit
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-1_Tulimshar/bakery.txt | 10 | ||||
-rw-r--r-- | npc/021-2_Tulimshar/bakery.txt | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/npc/021-1_Tulimshar/bakery.txt b/npc/021-1_Tulimshar/bakery.txt index aff3cc5e..6d831bf2 100644 --- a/npc/021-1_Tulimshar/bakery.txt +++ b/npc/021-1_Tulimshar/bakery.txt @@ -5,7 +5,13 @@ 021-1.gat,108,102,0 script Itka 114,{ mes "[Itka]"; mes "\"This bakery is the best!\""; - mes ""; - mes "\"Too bad they haven't fully opened yet.\""; close; + +OnTimer10000: + npctalk "Come to the bakery!"; + setnpctimer 0; + end; + +OnInit: + initnpctimer; } diff --git a/npc/021-2_Tulimshar/bakery.txt b/npc/021-2_Tulimshar/bakery.txt index fd7a47d0..7116503f 100644 --- a/npc/021-2_Tulimshar/bakery.txt +++ b/npc/021-2_Tulimshar/bakery.txt @@ -15,7 +15,7 @@ } // The cashier -021-2.gat,89,21,0 shop Drabur 112,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1 +021-2.gat,89,21,0 shop Drabur 112,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1,Cake :-1,CherryCake :-1,OrangeCupcake :-3,Milk :-5,XmasCake :-1 // Stockroom boy 021-2.gat,133,21,0 script Iormo 160,{ |