diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-14 12:46:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-14 12:46:10 -0300 |
commit | 3934f762a83b7743f268c133989c6d435f774bb6 (patch) | |
tree | 29fce9768b51d21cb84925a4a4ce77d4ae899886 | |
parent | 06305a2f1f4a0dca0fe94a93f894065cc04d7a84 (diff) | |
download | serverdata-3934f762a83b7743f268c133989c6d435f774bb6.tar.gz serverdata-3934f762a83b7743f268c133989c6d435f774bb6.tar.bz2 serverdata-3934f762a83b7743f268c133989c6d435f774bb6.tar.xz serverdata-3934f762a83b7743f268c133989c6d435f774bb6.zip |
Reorder stuff on the file, and bump it that the mini event to find this NPC is over.
-rw-r--r-- | npc/008-0/master.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/008-0/master.txt b/npc/008-0/master.txt index bbf52922f..b4809358c 100644 --- a/npc/008-0/master.txt +++ b/npc/008-0/master.txt @@ -6,6 +6,9 @@ // Controls the whole dungeon feature. 008-0,47,63,0 script Party Master NPC_BRGUARD_SWORD,{ + if (!is_staff()) + goto L_TODO; // TODO + mesn; if (getcharid(1) > 0) { mesq l("You're in the \"@@\" party, very good!", getpartyname(getcharid(1))); @@ -14,8 +17,6 @@ mesq l("I protect a dungeon for PARTIES. You're not on a party, get moving."); close; } - if (!is_staff()) - goto L_TODO; // TODO mesn; mesq l("I protect a very dangerous dungeon, and it is so dangerous, that only parties can go in."); |