diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 17:53:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 17:53:32 -0300 |
commit | 10060d5484696f5c32e01526af3068bae6129a8a (patch) | |
tree | eeefaee4c6c9c1d231d31e0edab2e23687467198 /npc/003-1 | |
parent | 29e2afe25ad95a8062b02ab9e1b5d210b873f9ec (diff) | |
download | serverdata-10060d5484696f5c32e01526af3068bae6129a8a.tar.gz serverdata-10060d5484696f5c32e01526af3068bae6129a8a.tar.bz2 serverdata-10060d5484696f5c32e01526af3068bae6129a8a.tar.xz serverdata-10060d5484696f5c32e01526af3068bae6129a8a.zip |
Playing with map masks
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 4 | ||||
-rw-r--r-- | npc/003-1/mapflags.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 6e0a5cd20..6cef052f1 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -120,6 +120,7 @@ L_MKControl: close; L_MKSmall: + addmapmask "003-1", 2; changemusic "003-1", "mythica.ogg"; disablenpc("Mana Stone"); $@SIEGE_TULIM=0; // factor zero @@ -131,6 +132,7 @@ L_MKSmall: close; L_MKMedium: + addmapmask "003-1", 2; changemusic "003-1", "eric matyas - ghoulish fun.ogg"; disablenpc("Mana Stone"); $@SIEGE_TULIM=1; // factor one @@ -142,6 +144,7 @@ L_MKMedium: close; L_MKHuge: + addmapmask "003-1", 2; changemusic "003-1", "misuse.ogg"; disablenpc("Mana Stone"); $@SIEGE_TULIM=5; // factor five @@ -295,6 +298,7 @@ OnTimer600000: end; OnTimer630000: + removemapmask "003-1", 2; changemusic "003-1", "bartk - the adventure begins.ogg"; // Restore to default enablenpc("Mana Stone"); $@SIEGE_TULIM$=0; diff --git a/npc/003-1/mapflags.txt b/npc/003-1/mapflags.txt index 62640b087..2ebbbd8c4 100644 --- a/npc/003-1/mapflags.txt +++ b/npc/003-1/mapflags.txt @@ -1,2 +1,3 @@ +003-1 mapflag mask 0 003-1 mapflag town 003-1 mapflag nopenalty |