diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 04:50:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 04:50:27 -0300 |
commit | a8e09c2df195dd4bf95c33de14eccb1494de2619 (patch) | |
tree | c0558ff52f32d73ab29a3fcbcf0e4f2f10be57d9 /npc/042-2/boss.txt | |
parent | 0b822b68cfa79cedd4f5ea21b1d8e78f5d998a12 (diff) | |
download | serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.tar.gz serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.tar.bz2 serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.tar.xz serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.zip |
For some reason
There are bugs with mobs
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); |