diff options
Diffstat (limited to 'npc/re/merchants/inn.txt')
-rw-r--r-- | npc/re/merchants/inn.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/re/merchants/inn.txt b/npc/re/merchants/inn.txt index 14e1a2eff..dcd08ae5e 100644 --- a/npc/re/merchants/inn.txt +++ b/npc/re/merchants/inn.txt @@ -4,8 +4,6 @@ //= c, L0ne_W0lf //===== Current Version: ===================================== //= 1.1 -//===== Compatible With: ===================================== -//= Hercules //===== Description: ========================================= //= Inn Npcs, Save and Heal //===== Additional Comments: ================================= @@ -15,7 +13,7 @@ // Brasilis //============================================================ -bra_in01,27,24,3 script Hotel Keeper#bra1 478,{ +bra_in01,27,24,3 script Hotel Keeper#bra1 4_F_BRZ_WOMAN,{ mes "[Hotel Keeper]"; mes "Welcome to the beautiful Brasilis Hotel."; next; @@ -40,7 +38,7 @@ bra_in01,27,24,3 script Hotel Keeper#bra1 478,{ mes "[Hotel Keeper]"; mes "I will show you a great room."; close2; - set zeny,zeny-5000; + set Zeny, Zeny-5000; percentheal 100,100; warp "bra_in01",144,69; end; |