* Merged duplicate Rachel Temple entrance into one NPC

- we need to add a quest that you need to enter later

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10226 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2007-04-11 23:06:28 +00:00
parent c4787c6b52
commit bfa6e3f720
3 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,8 @@
Date Added Date Added
====== ======
2007/04/12 2007/04/12
* Merged duplicate Rachel Temple entrance into one NPC [Playtester]
- we need to add a quest that you need to enter later
* Some 11.1 and 11.2 spawn updates [Playtester] * Some 11.1 and 11.2 spawn updates [Playtester]
* Added Cool Corp Event Staff in Rachel [Playtester] * Added Cool Corp Event Staff in Rachel [Playtester]
- some skilled script dev should combine them into one function, though - some skilled script dev should combine them into one function, though

View File

@ -588,17 +588,22 @@ ra_temple,119,179,3 script #door1 45,2,2,{
OnTouch: OnTouch:
mes "** The door is locked. **"; mes "** The door is locked. **";
next; 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; emotion 23;
mes "[Bishop Nema]"; mes "[Bishop Nema]";
mes "Please stop!"; mes "Please stop!";
close; close;
end;
L_weap: L_weap:
emotion 23; emotion 23;
close; close;
L_enter:
mes "** The door opens. **";
close2;
warp "ra_temin",169,22;
end;
} }
ra_temple,116,174,3 script Bishop Nema 920,{ ra_temple,116,174,3 script Bishop Nema 920,{

View File

@ -62,7 +62,7 @@ ra_temsky,62,139,0 warp rasky006 1,1,ra_temsky,91,143
//Rachel Temple //Rachel Temple
ra_temple,119,21,0 warp rachel002 1,1,rachel,149,244 ra_temple,119,21,0 warp rachel002 1,1,rachel,149,244
ra_temple,119,181,0 warp rachel003 1,1,ra_temin,169,22 //ra_temple,119,181,0 warp rachel003 1,1,ra_temin,169,22
ra_temin,169,17,0 warp rachel004 1,1,ra_temple,119,176 ra_temin,169,17,0 warp rachel004 1,1,ra_temple,119,176
ra_temin,206,93,0 warp rachel005 1,1,ra_temin,312,257 ra_temin,206,93,0 warp rachel005 1,1,ra_temin,312,257
ra_temin,312,252,0 warp rachel006 1,1,ra_temin,206,88 ra_temin,312,252,0 warp rachel006 1,1,ra_temin,206,88