diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-27 15:19:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-27 15:19:17 -0300 |
commit | f835e04c04817a6aeaea185b0192f69e9a3a3ca6 (patch) | |
tree | 8c550621759b902c7763d9b12b92e15e282dadf0 | |
parent | 87ba42ff15a022e1ab3f86daab7964b5855483cc (diff) | |
download | serverdata-f835e04c04817a6aeaea185b0192f69e9a3a3ca6.tar.gz serverdata-f835e04c04817a6aeaea185b0192f69e9a3a3ca6.tar.bz2 serverdata-f835e04c04817a6aeaea185b0192f69e9a3a3ca6.tar.xz serverdata-f835e04c04817a6aeaea185b0192f69e9a3a3ca6.zip |
Add a likely useless check to Estard
-rw-r--r-- | npc/003-2/estard.txt | 8 |
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 |