diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:51:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:51:01 -0300 |
commit | 683582c7406a1201cc6db81c878cae9fb014d0e7 (patch) | |
tree | f0f54e73d70cc187a5903b2cd9885950779995fb /npc/015-2 | |
parent | ceb4df2bc95ac323d2b90d8a90ab4f59e132f70c (diff) | |
download | serverdata-683582c7406a1201cc6db81c878cae9fb014d0e7.tar.gz serverdata-683582c7406a1201cc6db81c878cae9fb014d0e7.tar.bz2 serverdata-683582c7406a1201cc6db81c878cae9fb014d0e7.tar.xz serverdata-683582c7406a1201cc6db81c878cae9fb014d0e7.zip |
Fix bad Bandit Lord spawn
Diffstat (limited to 'npc/015-2')
-rw-r--r-- | npc/015-2/lordcave.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt index 5e403db98..661a37636 100644 --- a/npc/015-2/lordcave.txt +++ b/npc/015-2/lordcave.txt @@ -11,7 +11,8 @@ OnTouch: end; L_Summon: - if (mobcount("015-2", "#BanditLordDen::OnLordDeath") == 0) + .@q=getq(HurnscaldQuest_Bandits); + if (mobcount("015-2", "#BanditLordDen::OnLordDeath") == 0 && .@q == 6) monster "015-2",260,250,"Bandit Lord",BanditLord,1, "#BanditLordDen::OnLordDeath"; slide 251, 277; end; |