diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-23 18:53:48 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-23 18:53:48 +0000 |
commit | 7d9c60fd321696ac11aecbfcc008299d7625f418 (patch) | |
tree | efb845da0031eca9e1804a157e3444e2782fb3ca /npc/warps/guild | |
parent | 42e1d3fd8849d608dc1e4136b0acc99b8649f083 (diff) | |
download | hercules-7d9c60fd321696ac11aecbfcc008299d7625f418.tar.gz hercules-7d9c60fd321696ac11aecbfcc008299d7625f418.tar.bz2 hercules-7d9c60fd321696ac11aecbfcc008299d7625f418.tar.xz hercules-7d9c60fd321696ac11aecbfcc008299d7625f418.zip |
added official Gonryn Power Arena
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9050 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/guild')
-rw-r--r-- | npc/warps/guild/guildcastles.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/npc/warps/guild/guildcastles.txt b/npc/warps/guild/guildcastles.txt index bb99fa579..0accb146e 100644 --- a/npc/warps/guild/guildcastles.txt +++ b/npc/warps/guild/guildcastles.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
-//= 2.2
+//= 2.3
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
@@ -15,6 +15,7 @@ //= 2.0 Added Novice Guilds warps, optimized aldg408r warp [Lupus]
//= 2.1 Fixed some warps positions [Yor]
//= 2.2 Changed all breaks to end as per the new script engine. [Skotlex]
+//= 2.3 Removed 2nd entrance to Novice Castle Geffen [Lupus]
//============================================================
@@ -419,11 +420,7 @@ nguild_alde.gat,171,175,0 warp naldg108 1,1,nguild_alde.gat,35,197 nguild_alde.gat,31,197,0 warp naldg108-1 1,1,nguild_alde.gat,175,175
//Novices Guild: Geffen Castles Map
-n_castle.gat,183,183,0 script ngefg01 45,1,1,{
- if(rand(2)) goto w2;
- warp "nguild_gef.gat",34,140; end;
-w2: warp "nguild_gef.gat",95,178; end;
-}
+n_castle.gat,183,183,0 warp ngefg01 1,1,nguild_gef.gat,34,140
nguild_gef.gat,34,136,0 warp ngefg01-1 1,1,n_castle.gat,183,180
nguild_gef.gat,99,178,0 warp ngefg02-1 1,1,n_castle.gat,183,180
|