diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 14:40:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 14:40:32 -0300 |
commit | 3b318c2976d343380b6ee42c494ed0e812333786 (patch) | |
tree | 39b76975673e378be78011b77e9de69e0345c349 /npc/017-3/dimonds.txt | |
parent | 51b0aff2e6a5a541b109fba2dcad7062ac617a91 (diff) | |
download | serverdata-3b318c2976d343380b6ee42c494ed0e812333786.tar.gz serverdata-3b318c2976d343380b6ee42c494ed0e812333786.tar.bz2 serverdata-3b318c2976d343380b6ee42c494ed0e812333786.tar.xz serverdata-3b318c2976d343380b6ee42c494ed0e812333786.zip |
Remove Basil. Good bye!
Diffstat (limited to 'npc/017-3/dimonds.txt')
-rw-r--r-- | npc/017-3/dimonds.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt index 6b855c620..7c71b6597 100644 --- a/npc/017-3/dimonds.txt +++ b/npc/017-3/dimonds.txt @@ -13,7 +13,8 @@ mesq l("Please, don't say I got fat. I DON'T WANNA HEAR IT FROM YOU, WAS I CLEAR?"); next; mesn; - mesq l("Talk to the waitress to get some food. Enjoy the show! And you can sleep on the 3rd Floor."); + mesq l("Please, enjoy the show! There are some people upstairs, too."); + //mesq l("Talk to the waitress to get some food. Enjoy the show! And you can sleep on the 3rd Floor."); close; OnInit: @@ -590,7 +591,6 @@ OnInit: 017-3,85,41,0 shop Blacksmith NPC146,545:5000,529:2,603:1000 017-3,65,41,0 shop General Store#dimond NPC137,586:500,524:800,544:2000,632:500,528:500,735:500 -*/ 017-3,75,68,0 script Basil NPC_TOMBOY,{ if (!is_night()) @@ -627,3 +627,5 @@ OnInit: .distance=5; end; } +*/ + |