diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-29 17:15:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-29 17:15:57 -0300 |
commit | 462d0ce48f8ddfffb017672dc5789ddac0c69359 (patch) | |
tree | 9258fd0e2206d112b130a529d7845b1386d931d5 /npc/017-3 | |
parent | 68229385cfe83c85079dfef1333e310656071a0c (diff) | |
download | serverdata-462d0ce48f8ddfffb017672dc5789ddac0c69359.tar.gz serverdata-462d0ce48f8ddfffb017672dc5789ddac0c69359.tar.bz2 serverdata-462d0ce48f8ddfffb017672dc5789ddac0c69359.tar.xz serverdata-462d0ce48f8ddfffb017672dc5789ddac0c69359.zip |
Upon request: Green Dragon Grand Hunter Quest! \o/
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/dimonds.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt index e32654722..5b23e303d 100644 --- a/npc/017-3/dimonds.txt +++ b/npc/017-3/dimonds.txt @@ -16,6 +16,10 @@ mesn; 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."); + if (BaseLevel < 55) + close; + mesc l("Also..."); + GHQ_Assign(GreenDragon, "Land of Fire"); close; OnInit: |