diff options
author | mekolat <mekolat@gmail.com> | 2014-11-18 12:40:39 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-11-18 12:40:39 -0500 |
commit | f1bd3bb5cad88368f4a0e8f1308c4747827d39b8 (patch) | |
tree | 9063df7b938e5a2d85fab4477ca2dc8bd15ac8f4 /world/map/npc/009-4/barriers.txt | |
parent | 3886bc3f83cdc3ab31e4264553da8ddfa32d9320 (diff) | |
download | serverdata-f1bd3bb5cad88368f4a0e8f1308c4747827d39b8.tar.gz serverdata-f1bd3bb5cad88368f4a0e8f1308c4747827d39b8.tar.bz2 serverdata-f1bd3bb5cad88368f4a0e8f1308c4747827d39b8.tar.xz serverdata-f1bd3bb5cad88368f4a0e8f1308c4747827d39b8.zip |
prevent crash in torch quest
Diffstat (limited to 'world/map/npc/009-4/barriers.txt')
-rw-r--r-- | world/map/npc/009-4/barriers.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/009-4/barriers.txt b/world/map/npc/009-4/barriers.txt index 9e3e85b9..9e9ef7bc 100644 --- a/world/map/npc/009-4/barriers.txt +++ b/world/map/npc/009-4/barriers.txt @@ -81,11 +81,11 @@ L_Started: if (OrumQuest > 7 && @TorchColor == @BarrierColor) goto L_Allow_Second_Passage; - warp "009-4.gat", 61, 56; + warp "009-4.gat", 60, 56; mes "As you try to pass, the torches begin to flare and push you back. Perhaps there's a way to get past it."; mes ""; setarray @colors$,"transparent","red","dark orange","orange","light orange","yellow","light green","green","dark green","blue","dark purple","purple","light purple"; - mes "Looking closely between the two torches you can see the barrier has a " + @colors$[@BarrierColor] + " tint to it."; + mes "Looking closely between the two torches you can see the barrier has a ##B" + @colors$[@BarrierColor] + "##b tint to it."; close; L_Allow_Second_Passage: @@ -126,11 +126,11 @@ L_Advance_Quest: if (OrumQuest > 8 && @Torch2Color == @firstColor && @Torch1Color == @secondColor) goto L_Allow_Third_Passage; - warp "009-4.gat", 24, 64; + warp "009-4.gat", 23, 64; mes "As you try to pass, the torches begin to flare and push you back. Perhaps there is a way to get past it."; mes ""; setarray @colors$,"transparent","red","dark orange","orange","light orange","yellow","light green","green","dark green","blue","dark purple","purple","light purple"; - mes "Looking closely between the two torches you can see the barrier has a " + @colors$[@BarrierColor] + " tint to it."; + mes "Looking closely between the two torches you can see the barrier has a ##B" + @colors$[@BarrierColor] + "##b tint to it."; close; L_Allow_Third_Passage: @@ -239,11 +239,11 @@ L_Advance_Quest: goto L_Deny_Final_Passage; L_Deny_Final_Passage: - warp "009-4.gat", 48, 36; + warp "009-4.gat", 47, 36; mes "As you try to pass, the torches begin to flare and push you back. Perhaps there is a way to get past it."; mes ""; setarray @colors$,"transparent","red","dark orange","orange","light orange","yellow","light green","green","dark green","blue","dark purple","purple","light purple"; - mes "Looking closely between the two torches you can see the barrier has a " + @colors$[@BarrierColor] + " tint to it."; + mes "Looking closely between the two torches you can see the barrier has a ##B" + @colors$[@BarrierColor] + "##b tint to it."; close; L_Allow_Final_Passage: |