From 9179c5df31f175a3883d79989e43cc439c4f62ad Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 22 Feb 2016 15:16:11 +0100 Subject: Fix jenna's area and change the time between every random greeting. --- npc/001-2-28/jenna.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/001-2-28/jenna.txt b/npc/001-2-28/jenna.txt index 53d343e4..b2ed50a4 100644 --- a/npc/001-2-28/jenna.txt +++ b/npc/001-2-28/jenna.txt @@ -4,19 +4,19 @@ // Description: // Jenna, waitress in Artis inn. -001-2-28,52,32,0 script Jenna#001-2-28 NPC_RAIJIN_FEMALE_WAITRESS,3,3,{ +001-2-28,52,32,0 script Jenna#001-2-28 NPC_RAIJIN_FEMALE_WAITRESS,1,1,{ function SayRandomGreeting { .@tick = gettimetick(1); - if (.@tick > @Artis_RedPlush_WaitressTick + 600) + if (.@tick > @Artis_RedPlush_WaitressTick + 10) { setarray .messages$[0], l("Welcome to our inn!"), l("Welcome to RedPlush."), l("Please, have a seat."), l("Lovely day, isn't it?"); - .@r = rand(0, getarraysize(.messages$)); + .@r = rand(getarraysize(.messages$)); .@msg$ = .messages$[.@r]; npctalk3 .@msg$; @Artis_RedPlush_WaitressTick = .@tick; -- cgit v1.2.3-70-g09d2