From b96a2d663a51218fe6a75c30f2462340b8d9b76a Mon Sep 17 00:00:00 2001 From: Playtester Date: Fri, 21 Jul 2006 10:05:50 +0000 Subject: * Fixed a typo in guides_einbr.txt * Added the Cube Room Maze git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7794 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_lighthalzen.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'npc/quests/quests_lighthalzen.txt') diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index e41bc62e3..b84bff4f0 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -552,8 +552,11 @@ L9_1: mes "This is going to be hard~"; mes "Let's go!!!"; close2; - warp "lhz_cube.gat",248,184; set piciburn,piciburn+1; + set @rdm,rand(3); + if(@rdm==1)goto L_warp1; + if(@rdm==2)goto L_warp2; + warp "lhz_cube.gat",67,193; end; L_10: @@ -575,8 +578,17 @@ L10_1: mes "I will send you there again.."; mes "Good luck!"; close2; -// warp "lhz_cube.gat",66,136; - warp "lhz_cube.gat",248,184; + set @rdm,rand(3); + if(@rdm==1)goto L_warp1; + if(@rdm==2)goto L_warp2; + warp "lhz_cube.gat",67,193; + end; + +L_warp1: + warp "lhz_cube.gat",66,136; + end; +L_warp2: + warp "lhz_cube.gat",66,74; end; L_11: -- cgit v1.2.3-70-g09d2