diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 00:36:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 00:36:19 -0300 |
commit | 25b3a46418067cf011af4461460aeba219e18afa (patch) | |
tree | 10d2ecbb3e7fc475cc183d51cbd86e7d9e4005be /npc/003-2 | |
parent | 7c20d6921e71a1f92d7804bb0bcbd275a05c663b (diff) | |
download | serverdata-25b3a46418067cf011af4461460aeba219e18afa.tar.gz serverdata-25b3a46418067cf011af4461460aeba219e18afa.tar.bz2 serverdata-25b3a46418067cf011af4461460aeba219e18afa.tar.xz serverdata-25b3a46418067cf011af4461460aeba219e18afa.zip |
Update Estard
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/estard.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index bb09a0d26..cf7ec6384 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -18,8 +18,8 @@ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Creating a party has some advantages, it's a pretty good choice!"), - l("I remember when I created my first party, we were amazed to share some experience with a small group of adventurer..."), - l("Oh! And our party chat was really entertaining, I do highly recommend you to share this fun as well."), + l("If the members level difference is less than 30, and you enable exp sharing, you'll all get a bonus experience!"), + l("You also get access to a party chat, and there are no compromises, so it is a perfect choice for a raid."), lg("The cost to create a party is @@ GP, are you interested?", "The cost to create a party is @@ GP, are you interested?", .@party_price); @@ -84,11 +84,6 @@ do { - // Beta users by-pass check. - if (getskilllv(NV_BASIC) > 6 && !getq(General_Guild)) { - setq General_Guild, 1; - } - select l("What service do you offer?"), rif(!getq(General_Guild), l("I would like to create a party.")), |