summaryrefslogtreecommitdiff
path: root/npc/warps/cities
diff options
context:
space:
mode:
Diffstat (limited to 'npc/warps/cities')
-rw-r--r--npc/warps/cities/rachel.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/warps/cities/rachel.txt b/npc/warps/cities/rachel.txt
index 1f6722d5c..00b625d7c 100644
--- a/npc/warps/cities/rachel.txt
+++ b/npc/warps/cities/rachel.txt
@@ -73,11 +73,15 @@ ra_temin.gat,276,326,0 script Statue#Rachel 111,{
mes "Isn't it great?";
next;
mes "Do you want to enter Rachel Sanctuary?";
+ mes "Please donate ^FF000050000 Zeny^000000 to enter.";
next;
if(select("Yes", "No") == 1){
- close2;
- warp "ra_san01",139,14;
- end;
+ if(Zeny >= 50000){
+ set Zeny,Zeny-50000;
+ close2;
+ warp "ra_san01",139,14;
+ end;
+ }
}
close;
}