diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 15:01:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 15:01:30 -0300 |
commit | 230e6b2d65e1bc38016b1e5d8269161e46948367 (patch) | |
tree | cec8df35e50e5853477242e512fbf021638449fe /npc/012-1/guards.txt | |
parent | f03a1d7458fcd6da3f6e75bda7965dcd5e62f309 (diff) | |
download | serverdata-230e6b2d65e1bc38016b1e5d8269161e46948367.tar.gz serverdata-230e6b2d65e1bc38016b1e5d8269161e46948367.tar.bz2 serverdata-230e6b2d65e1bc38016b1e5d8269161e46948367.tar.xz serverdata-230e6b2d65e1bc38016b1e5d8269161e46948367.zip |
Fix siege bugs
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index c136ead37..57cb3a7c4 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -56,6 +56,8 @@ L_Admus: disablenpc "HurnsShip"; disablenpc "Hinnak"; disablenpc "Tezzerin"; + disablenpc "Luffyx"; + disablenpc "Shoppa Kep"; announce l("##1Hear ya, hear ya! There are @@ vacant slots at Hurnsguard to LIBERATE HURNSCALD!", $@BG1_SIZE-1), bc_all | bc_npc; mes "##1You are assigned to Monster Forces. Do not leave Hurnscald."; close; @@ -480,6 +482,8 @@ OnVictory: enablenpc "HurnsShip"; enablenpc "Hinnak"; enablenpc "Tezzerin"; + enablenpc "Luffyx"; + enablenpc "Shoppa Kep"; announce "##2Hurnscald was recovered!", bc_all | bc_npc; killmonster("012-1", "All"); changemusic "012-1", "tws_birds_in_the_sunrise.ogg"; // Play a more peaceful tune. |