summaryrefslogtreecommitdiff
path: root/npc/cities/rachel.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-11 23:06:28 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-11 23:06:28 +0000
commit2afc0eb1c7603c93ddb67af74d1daab52bc66b2c (patch)
treea73618f54c3e453a82c07477245fbb21977994e4 /npc/cities/rachel.txt
parentf3dc5eb21ac638c70dd5b7eb17a414fd3269696d (diff)
downloadhercules-2afc0eb1c7603c93ddb67af74d1daab52bc66b2c.tar.gz
hercules-2afc0eb1c7603c93ddb67af74d1daab52bc66b2c.tar.bz2
hercules-2afc0eb1c7603c93ddb67af74d1daab52bc66b2c.tar.xz
hercules-2afc0eb1c7603c93ddb67af74d1daab52bc66b2c.zip
* Merged duplicate Rachel Temple entrance into one NPC
- we need to add a quest that you need to enter later git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10226 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/rachel.txt')
-rw-r--r--npc/cities/rachel.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt
index b93f055f1..390ce8ad8 100644
--- a/npc/cities/rachel.txt
+++ b/npc/cities/rachel.txt
@@ -588,17 +588,22 @@ ra_temple,119,179,3 script #door1 45,2,2,{
OnTouch:
mes "** The door is locked. **";
next;
- menu "Kick it",-,"Take out your weapon",L_weap;
+ menu "Kick it",-,"Take out your weapon",L_weap,"Pray to the goddess",L_enter;
emotion 23;
mes "[Bishop Nema]";
mes "Please stop!";
close;
- end;
- L_weap:
- emotion 23;
- close;
+L_weap:
+ emotion 23;
+ close;
+
+L_enter:
+ mes "** The door opens. **";
+ close2;
+ warp "ra_temin",169,22;
+ end;
}
ra_temple,116,174,3 script Bishop Nema 920,{