summaryrefslogtreecommitdiff
path: root/npc/events/custom
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-29 15:45:07 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-29 15:45:07 +0000
commite1b078f81273298d23cce7da3261feefb035f0ce (patch)
tree1cb28c4ba04c6ded3db577eb277a178e6ca2bd3e /npc/events/custom
parentf9a5863bf371be14664003874714be1a8c179de0 (diff)
downloadhercules-e1b078f81273298d23cce7da3261feefb035f0ce.tar.gz
hercules-e1b078f81273298d23cce7da3261feefb035f0ce.tar.bz2
hercules-e1b078f81273298d23cce7da3261feefb035f0ce.tar.xz
hercules-e1b078f81273298d23cce7da3261feefb035f0ce.zip
- Removed the duplicit and untranslated alchemist.txt event
- Removed old custom geffenia warper since TSQ is done - Moved the custom events entries into scripts_custom.conf git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9736 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/custom')
-rw-r--r--npc/events/custom/event_gefenia.txt57
1 files changed, 0 insertions, 57 deletions
diff --git a/npc/events/custom/event_gefenia.txt b/npc/events/custom/event_gefenia.txt
deleted file mode 100644
index 191ce43db..000000000
--- a/npc/events/custom/event_gefenia.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-//===== eAthena Script ========================================
-//= Gefenia Warper Script
-//===== By: ==================================================
-//= [Muad_Dib] 1.0a
-//===== Current Version: =====================================
-//= 1.0a
-//===== Compatible With: =====================================
-//= Any Athena Version; RO Episode 6+
-//===== Description: =========================================
-//= Temp Gefenia Warper
-//===== Additional Comments: =================================
-//= 07/06/05 : Added 1st Version. [Muad_Dib]
-//= Converted to eAthena format by Dr.Evil
-//============================================================
-
-
-gefenia01.gat,132,169,5 script Explorer#1 740,{
- mes "[Explorer]";
- mes "Do you really want to go back??";
- next;
- menu "Yes.",-,"No.",M_END;
-
- warp "gef_dun03.gat", 138, 117;
- end;
-
-M_END:
- mes "Ok, don't come back until you want to leave this place.";
- close;
-}
-
-gef_dun03.gat,131,118,6 script Explorer#2 740,{
- mes "[Explorer]";
- mes "Hi...";
- next;
- mes "[Explorer]";
- mes "I can send you to the ^FF3300Geffenia City Ruins^000000... You just need the Key!.";
- mes "Do you have the Key? It looks like a crystal.";
- next;
- menu "Yes, I Got the key.",-,"No, I'll go look for it.",M_END;
-
- if (countitem(7025) < 1) goto L_NOKEY; // Item: Lucifer's Lament
- mes "[Explorer]";
- mes "Good, you got the right key! Let's go!";
- next;
- warp "gefenia01.gat", 136, 166;
- end;
-
-M_END:
- mes "[Explorer]";
- mes "Don't come back until you have the key!";
- close;
-
-L_NOKEY:
- mes "[Explorer]";
- mes "Sorry.. you don't have the key...";
- close;
-} \ No newline at end of file