summaryrefslogtreecommitdiff
path: root/npc/merchants/inn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/merchants/inn.txt')
-rw-r--r--npc/merchants/inn.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt
index dfc0e7c3c..9d58d5712 100644
--- a/npc/merchants/inn.txt
+++ b/npc/merchants/inn.txt
@@ -141,11 +141,11 @@ function script F_InnMaid {
savepoint getarg(2),getarg(3),getarg(4);
close;
Mrent:
- set @cost,50;
- if(BaseLevel > 15) set @cost,100;
- if(BaseLevel > 30) set @cost,200;
- if(BaseLevel > 50) set @cost,300;
- if(BaseLevel > 75) set @cost,400;
+ set @cost,5000;
+ //if(BaseLevel > 15) set @cost,100;
+ //if(BaseLevel > 30) set @cost,200;
+ //if(BaseLevel > 50) set @cost,300;
+ //if(BaseLevel > 75) set @cost,400;
mes getarg(0);
mes "It will cost " + @cost + " zeny to rent a room for 1 night.";
mes "In the morning your HP and SP will be fully recovered.";