diff options
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/knight.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/sage.txt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 6498ca2a8..f14da8d41 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -1223,6 +1223,8 @@ job_knt,89,106,4 script Knight Windsor#knt 733,{ } job_knt,89,106,4 script Windsor Benedict#knt 733,{ + end; + OnInit: disablenpc "Windsor Benedict#knt"; waitingroom "Waiting Room",20,"Windsor Benedict#knt::OnStartArena",1; diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index db81f1a17..285b7fa14 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -895,6 +895,8 @@ job_duncer,95,93,4 script Bijou#da 101,{ // Waiting Room //============================================================ job_duncer,32,154,1 script Waiting Room#dance 66,{ + end; + OnInit: waitingroom "Waiting Room",20,"Waiting Room#dance::OnStartArena",1; enablewaitingroomevent; diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt index fead53630..481392c60 100644 --- a/npc/jobs/2-2/sage.txt +++ b/npc/jobs/2-2/sage.txt @@ -2560,6 +2560,8 @@ job_sage,50,165,4 script Test Helper#talk 700,{ } job_sage,50,165,4 script Waiting Room#sg 700,{ + end; + OnInit: disablenpc "Waiting Room#sg"; waitingroom "Waiting Room",20,"Waiting Room#sg::OnStartArena",1; |