From e6ac77ccd577f82c3af801202cccd419c5d3097f Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 29 Aug 2008 11:17:04 +0000 Subject: * Just fixing some reported script bug. - Fixed coordinate in level 60 arena. (bugreport:1663) - Fixed errors in the Keil Hyre quest. (bugreport:2129) - Fixed guild look ups in Arug_cas02. (bugreport:2134) - Corrected treasure spawn in schg_cas03. (bugreport:2142) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13152 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/arena/arena_lvl60.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/other/arena') diff --git a/npc/other/arena/arena_lvl60.txt b/npc/other/arena/arena_lvl60.txt index 508bc5168..cac8b6c23 100644 --- a/npc/other/arena/arena_lvl60.txt +++ b/npc/other/arena/arena_lvl60.txt @@ -3,13 +3,14 @@ //===== By: ================================================== //= SinSloth //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= //= Izlude Battle Arena Level 60 //===== Additional Comments: ================================= //= 1.0 First version. +//= 1.1 Fixed coordinate typo. (bugreport:1663) [L0ne_W0lf] //============================================================ arena_room,38,88,5 script lvl 60s Waiting Room 124,{ @@ -434,7 +435,7 @@ Onreset: Onon: donpcevent "force_01ex#60::Onon"; monster "force_2-1",25,32,"Goblin Archer",1577,1,"force_01mob#60::OnMobDeath"; - monster "force_2-1",21,260,"Goblin",1534,1,"force_01mob#60::OnMobDeath"; + monster "force_2-1",21,26,"Goblin",1534,1,"force_01mob#60::OnMobDeath"; monster "force_2-1",25,36,"Goblin",1536,1,"force_01mob#60::OnMobDeath"; monster "force_2-1",25,15,"Goblin",1534,1,"force_01mob#60::OnMobDeath"; monster "force_2-1",40,30,"Goblin",1536,1,"force_01mob#60::OnMobDeath"; -- cgit v1.2.3-70-g09d2