From b22e05f982b19cc0ebca1e3ccf7d085beb5f7226 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Mon, 25 Oct 2010 23:46:43 +0200 Subject: fixed minor bugs in orum/waric * instead of "Intensity out of range" you die now. * spelling, only typos, no grammar corrected, since their grammar is weird. * header added to orum file. Not done: The bound checking is not corrected yet: Instead of : if (@offsetOne > 12) set @offsetOne, 1; if (@offsetOne < 1) set @offsetOne, 12; you should do: if (@offsetOne > 12) set @offsetOne, @offsetOne - 12; if (@offsetOne < 1) set @offsetOne, @offsetOne + 12; This can handle with steps bigger than 1. Collision layer of the bed in the empty cave must be fixed. Should there be hints how to setup the torches anyway? --- npc/009-4/_warps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/009-4/_warps.txt') diff --git a/npc/009-4/_warps.txt b/npc/009-4/_warps.txt index 37edd8a7..f7c99ff0 100644 --- a/npc/009-4/_warps.txt +++ b/npc/009-4/_warps.txt @@ -43,4 +43,4 @@ L_Second_Cavern: L_See_Orum: mes "Right as you are entering you hear Orum call out for you.. Perhaps you should see what he wants first.."; close; -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2