From a5e971eb69f5df3360ad86bc7d8310427e890342 Mon Sep 17 00:00:00 2001 From: Playtester Date: Sat, 21 Apr 2007 18:37:39 +0000 Subject: * Official Rachel Sanctuary warps - had to move the current quest to another position * Fixed up some item_db entries git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10299 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/rachel.txt | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) (limited to 'npc/cities/rachel.txt') diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index 84d6c89a1..7a6c49dbe 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -586,36 +586,30 @@ rachel,155,243,3 script Guard#Ra02 934,{ ra_temple,119,180,3 script #door1 45,2,2,{ OnTouch: - mes "** The door is locked. **"; + mes " == The Door is locked. =="; next; - menu "Kick it",-,"Take out your weapon",L_weap,"Pray to the goddess",L_enter; + menu "Kick it open with your foot.",-,"Take it down with your weapons.",-; - emotion 23; - mes "[Bishop Nema]"; - mes "Please stop!"; - close; - -L_weap: - emotion 23; + doEvent "Cleric Nema::OnEmotion"; + mes "[Cleric Nema]"; + mes "Please, don't do that!"; close; - -L_enter: - mes "** The door opens. **"; - close2; - warp "ra_temin",169,23; - end; } -ra_temple,116,174,3 script Bishop Nema 920,{ +ra_temple,116,174,3 script Cleric Nema 920,{ - mes "[Bishop Nema]"; + mes "[Cleric Nema]"; mes "I need to get in somehow..."; - mes "Previously, another Bishop told me that there was"; + mes "Previously, another Cleric told me that there was"; mes "a couple that snuck in the temple as a joke, but"; mes "I'm not sure how."; next; - mes "[Bishop Nema]"; + mes "[Cleric Nema]"; mes "Hmm.. and who were they?"; mes "Oh, what do I do.."; close; -} \ No newline at end of file + +OnEmotion: + emotion 23; + end; +} -- cgit v1.2.3-70-g09d2