diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-21 18:37:39 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-21 18:37:39 +0000 |
commit | a5e971eb69f5df3360ad86bc7d8310427e890342 (patch) | |
tree | 23a88545f615e10c89c184e296f464962d993702 /npc/quests/quests_rachel.txt | |
parent | be72ecd0560eb5dcdcc15805491e48e2d63f4e0e (diff) | |
download | hercules-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/quests/quests_rachel.txt')
-rw-r--r-- | npc/quests/quests_rachel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index d34347cca..ff9688ea5 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -19,7 +19,7 @@ //It's all in one NPC for now because I don't know location // //and sprite ids of related NPCs. - Playtester // ////////////////////////////////////////////////////////////// -ra_temin,276,326,0 script Statue#Rachel 111,{ +ra_temple,119,157,0 script Statue#Rachel 111,{ if($rachel_donate < 10000){ mes "-A sign on the statue reads-"; @@ -87,7 +87,7 @@ ra_temin,276,326,0 script Statue#Rachel 111,{ if(select("No.", "Yes.") == 2){ mes "-The door to Rachel Sanctuary opens-"; close2; - warp "ra_san01",139,14; + warp "ra_san01",139,139; end; } mes "[Voice]"; |