summaryrefslogtreecommitdiff
path: root/npc/cities/rachel.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-21 18:37:39 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-21 18:37:39 +0000
commita5e971eb69f5df3360ad86bc7d8310427e890342 (patch)
tree23a88545f615e10c89c184e296f464962d993702 /npc/cities/rachel.txt
parentbe72ecd0560eb5dcdcc15805491e48e2d63f4e0e (diff)
downloadhercules-a5e971eb69f5df3360ad86bc7d8310427e890342.tar.gz
hercules-a5e971eb69f5df3360ad86bc7d8310427e890342.tar.bz2
hercules-a5e971eb69f5df3360ad86bc7d8310427e890342.tar.xz
hercules-a5e971eb69f5df3360ad86bc7d8310427e890342.zip
* 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
Diffstat (limited to 'npc/cities/rachel.txt')
-rw-r--r--npc/cities/rachel.txt34
1 files changed, 14 insertions, 20 deletions
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;
+}