diff options
Diffstat (limited to 'npc/042-2/boss.txt')
-rw-r--r-- | npc/042-2/boss.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt index a115641be..964bea2c9 100644 --- a/npc/042-2/boss.txt +++ b/npc/042-2/boss.txt @@ -68,7 +68,7 @@ OnTimer60000: OnTimer67000: .@m$=instance_mapname("042-2"); - mapannounce .@m$, "??? : You require the key hidden in the caves, additionally you must overcome the magical seal.", 0; + mapannounce .@m$, b("??? : You require the key hidden in the caves, additionally you must overcome the magical seal."), 0; end; OnTimer74000: @@ -78,7 +78,7 @@ OnTimer74000: OnTimer80000: .@m$=instance_mapname("042-2"); - mapannounce .@m$, "General Krukan : Both is impossible for weaklings like you lot. Minions, ATTACK!", 0; + mapannounce .@m$, "General Krukan : ##1I am General Krukan the Strong. Minions, ATTACK!", 0; .@gcount=getd("$@GTEMP_PC_"+.@m$); kdoor0422Spawn(.@gcount*2, 20, 24, 59, 59); end; @@ -100,7 +100,7 @@ OnTimer120000: OnTimer180000: .@m$=instance_mapname("042-2"); .@n$=instance_npcname(.name$); - mapannounce .@m$, "General Krukan : Looks like if you want something done right you have to do it yourself. Charge!", 0; + mapannounce .@m$, "General Krukan : Looks like if you want something done right you have to do it yourself. ##1Charge!", 0; .@gcount=getd("$@GTEMP_PC_"+.@m$); .@avg=getd("$@GTEMP_MX_"+.@m$); kdoor0422Spawn(.@gcount*3, 20, 24, 59, 59); |