summaryrefslogtreecommitdiff
path: root/npc/re/instances
diff options
context:
space:
mode:
authorRidley8819 <ridley8819@gmail.com>2016-09-10 22:10:54 +0200
committerhemagx <ibrahem.h.basyone@gmail.com>2016-09-11 16:50:38 +0200
commitb437c7382e6d0ca1339427ddbc3e20ca3c6cdf57 (patch)
tree7b6bf06e3c256f5a1eb577a807d19b9d01cca397 /npc/re/instances
parent2b30a403f03c91b119e2f3ba1491d308cccba924 (diff)
downloadhercules-b437c7382e6d0ca1339427ddbc3e20ca3c6cdf57.tar.gz
hercules-b437c7382e6d0ca1339427ddbc3e20ca3c6cdf57.tar.bz2
hercules-b437c7382e6d0ca1339427ddbc3e20ca3c6cdf57.tar.xz
hercules-b437c7382e6d0ca1339427ddbc3e20ca3c6cdf57.zip
removed unnecessary lines (thx to Aleos)
added missing mapflags for c_tower2_ and c_tower3_
Diffstat (limited to 'npc/re/instances')
-rw-r--r--npc/re/instances/OldGlastHeim.txt85
1 files changed, 0 insertions, 85 deletions
diff --git a/npc/re/instances/OldGlastHeim.txt b/npc/re/instances/OldGlastHeim.txt
index 3bef4589d..0b7bb7e6e 100644
--- a/npc/re/instances/OldGlastHeim.txt
+++ b/npc/re/instances/OldGlastHeim.txt
@@ -2754,88 +2754,3 @@ glast_01,192,273,3 script Khalitzburg Knight#1a 4_F_KHALITZBURG,{
close;
}
}
-
-// Glast Heim Nightmare Mode :: nightmare_gh
-//============================================================
-glast_01,195,273,4 script Hugin's Follower#n_gh 2_F_MAGICMASTER,{
- mes("[Hugin's Follower]");
- mes("I can't move between time and dimension like a master Hugin but I can pretend to move.");
- next;
- mes("[Hugin's Follower]");
- mes("What about this Glast Heim is born with powerful dark force?");
- next;
- if (select("I don't care", "That is interesting, please tell me more") == 1) {
- mes("[Hugin's Follower]");
- mes("Well~ If you are not interested in it, never mind.");
- close;
- }
- mes("[Hugin's Follower]");
- mes("As learning ability from Hugin, I just find out the path to Old Glast Heim of more powerful dark force.");
- next;
- mes("[Hugin's Follower]");
- mes("How is it? Do you want to explore there?");
- next;
- if (select("No, I want to stop it", "I really want to do that!") == 1) {
- mes("[Hugin's Follower]");
- mes("Well~ If you are not interested in it, never mind.");
- close;
- }
- mes("[Hugin's Follower]");
- mes("Sure that is not free~ I have to get something little bit. Hoho...");
- next;
- mes("[Hugin's Follower]");
- mes("I can send you just two place. How is it? Do you want to try?");
- next;
- switch (select("Cancel", "Monastery Cemetery (Lv100~130) - 5000z", "Corridor of 2nd floor (Over Lv140) - 10000z")) {
- case 1:
- mes("[Hugin's Follower]");
- mes("Alright, please come back whenever you change mind. I think you will have lots of thing to talk with me...");
- close;
- case 2:
- if (Zeny < 5000) {
- mes("[Hugin's Follower]");
- mes("Please make sure you already have all of the money.");
- close;
- }
- Zeny = Zeny-5000;
- warp "gl_chyard_", 148, 144;
- end;
- case 3:
- if (Zeny < 10000) {
- mes("[Hugin's Follower]");
- mes("Please make sure you already have all of the money.");
- close;
- }
- Zeny = Zeny-10000;
- warp "gl_cas02_", 104, 31;
- end;
- }
-}
-
-gl_chyard_,148,149,4 script Hugin's Follower#n_gh1 2_F_MAGICMASTER,{
- mes("[Hugin's Follower]");
- mes("You want to break?");
- mes("Ok, let's get out of here.?");
- next;
- if (select("Ah, wrong click... I mean I was not talk to you", "Please let me out from here") == 1) {
- mes("[Hugin's Follower]");
- mes("Alright just tell me whenever you want to leave.");
- close;
- }
- warp "glast_01", 210, 269;
- end;
-}
-
-gl_cas02_,104,36,4 script Hugin's Follower#n_gh2 2_F_MAGICMASTER,{
- mes("[Hugin's Follower]");
- mes("You want to break?");
- mes("Ok, let's get out of here.?");
- next;
- if (select("Ah, wrong click... I mean I was not talk to you", "Please let me out from here") == 1) {
- mes("[Hugin's Follower]");
- mes("Alright just tell me whenever you want to leave.");
- close;
- }
- warp "glast_01", 210, 269;
- end;
-}