diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 03:37:39 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 03:37:39 +0000 |
commit | 37b30d70f94b8dddfc2b6e4c9e56cfc1517641be (patch) | |
tree | 7bf24ca4f672078f6cafa51a552c3e11bb6d5df4 /npc/warps/dungeons/anthell.txt | |
parent | 6493afb3a49188b5d87461a8e5e941bde7369edf (diff) | |
download | hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.tar.gz hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.tar.bz2 hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.tar.xz hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.zip |
* Rev. 11742 Renamed several dungeon warp scripts to match their map names, split up a couple files as well.
* Moved Ninja and Gunslinger warps to the proper file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11742 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/dungeons/anthell.txt')
-rw-r--r-- | npc/warps/dungeons/anthell.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/npc/warps/dungeons/anthell.txt b/npc/warps/dungeons/anthell.txt new file mode 100644 index 000000000..dfc4e2a5c --- /dev/null +++ b/npc/warps/dungeons/anthell.txt @@ -0,0 +1,34 @@ +//===== eAthena Script ======================================= +//= Ant Hell Warp Script +//===== By: ================================================== +//= Nana (1.0) +//===== Current Version: ===================================== +//= 1.4 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Description: ========================================= +//= Warp Points for Ant Hell +//===== Additional Comments: ================================= +//= 1.3 Changed var anthell to @anthell. Optimized [Lupus] +//= 1.4 Removed Duplicates [Silent] +//============================================================ + +//= Ant Hell ================================================= +anthell01,35,267,0 script ant001 45,1,1,{ + if(@anthell) { + warp "moc_fild15",251,248; + } else { + warp "moc_fild04",213,327; + } + end; +} +anthell02,171,169,0 script ant002 45,1,2,{ + if(@anthell) { + warp "moc_fild04",213,327; + } else { + warp "moc_fild15",251,248; + } + end; +} +anthell01,253,32,0 warp ant01 2,1,anthell02,34,263 +anthell02,32,267,0 warp ant01-1 2,2,anthell01,253,35 |