diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-26 16:32:23 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-26 16:32:23 +0000 |
commit | e576f13c95750f3c2b8fc3e764ab2b80f76df8b9 (patch) | |
tree | a2011c407119a25317e31de048319c08e912d526 /npc/other/arena/arena_lvl60.txt | |
parent | 828ba5b2c63b316bb284be884a8ad62755025bfc (diff) | |
download | hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.tar.gz hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.tar.bz2 hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.tar.xz hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.zip |
- Fixed wrong areawarp coordinations in all arena rooms. bugreport:3494
- Added check if the player invoking one of the Izlude Arena NPC's in sec_pri02 is actually a GM. bugreport:3494
- Some other random stuff in arena files. bugreport:3494
- Follow up r15278 , all EF_WIND effects should now work properly. bugreport:5369
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16152 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/arena/arena_lvl60.txt')
-rw-r--r-- | npc/other/arena/arena_lvl60.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/arena/arena_lvl60.txt b/npc/other/arena/arena_lvl60.txt index fa396e88b..ba7a580e8 100644 --- a/npc/other/arena/arena_lvl60.txt +++ b/npc/other/arena/arena_lvl60.txt @@ -1040,7 +1040,7 @@ OnTimer4000: end; OnTimer60000: - donpcevent "cast#60::timeover2"; + donpcevent "cast#60::Ontimeover2"; donpcevent "arn_warp_60::Onout"; donpcevent "#arn_timer_60::Onstop"; donpcevent "alloff#60::Onon"; @@ -1055,7 +1055,7 @@ Onstop: prt_are_in,1,1,1 script arn_warp_60 -1,{ Onout: - areawarp "prt_are_in",23,131,20,20,"arena_room",100,75; + areawarp "prt_are_in",14,143,29,128,"arena_room",100,75; end; } |