diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-29 11:17:04 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-29 11:17:04 +0000 |
commit | e6ac77ccd577f82c3af801202cccd419c5d3097f (patch) | |
tree | 03fa6a8cea0761976b37f841b7410eebc87fb326 /npc/other/arena/arena_lvl60.txt | |
parent | d4a61a7bdfa44effdf4f37bf23e00fe0959cdcc5 (diff) | |
download | hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.tar.gz hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.tar.bz2 hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.tar.xz hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.zip |
* 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
Diffstat (limited to 'npc/other/arena/arena_lvl60.txt')
-rw-r--r-- | npc/other/arena/arena_lvl60.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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"; |