summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/estard.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt
index 4b4cfda5a..0c228795e 100644
--- a/npc/003-2/estard.txt
+++ b/npc/003-2/estard.txt
@@ -83,6 +83,14 @@
// mes l("You're in the \"@@\" party, I know!", getpartyname(getcharid(1)));
if (getcharid(2) > 0)
mesq l("You are part of the \"@@\" guild.", getguildname(getcharid(2)));
+
+ // Likely useless
+ if (getskillv(NV_BASIC) < 7) {
+ if (getq(General_Guild))
+ skill NV_BASIC, 7, 0;
+ else if (getcharid(1) <= 0)
+ mesc l("If you have friends yet never heard of \"raid parties\", then I'm your man!");
+ }
next;
do