summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-29 13:18:35 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-29 13:18:35 +0000
commitbf559662f0d0c0d9cbdd3c3f65990b6032472e33 (patch)
tree0a26c99996af73eeb5f827dcdd40aa3c24b1b8f9 /npc
parent04fca41114ed5266a9bdbec60cad4bcdf4541be8 (diff)
downloadhercules-bf559662f0d0c0d9cbdd3c3f65990b6032472e33.tar.gz
hercules-bf559662f0d0c0d9cbdd3c3f65990b6032472e33.tar.bz2
hercules-bf559662f0d0c0d9cbdd3c3f65990b6032472e33.tar.xz
hercules-bf559662f0d0c0d9cbdd3c3f65990b6032472e33.zip
added Moscovia dungeons NPC from jA
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12895 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/quests/quests_moscovia.txt148
-rw-r--r--npc/scripts_athena.conf1
3 files changed, 151 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 483802e25..d7718cffe 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2008/06/30
+ * Added from jA Pre-quest dungeon entrances $ephiroth [Lupus]
2008/06/23
* Fixed an incorrect weight check in power arena (bugreport:1716) [SketchyPhoenix]
2008/06/17
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt
new file mode 100644
index 000000000..31b5ccc02
--- /dev/null
+++ b/npc/quests/quests_moscovia.txt
@@ -0,0 +1,148 @@
+//===== eAthena Script =======================================
+//= Moscovia Town script
+//===== By: ==================================================
+//= $ephiroth
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= Any eAthena Version
+//===== Description: =========================================
+//= Moscovia Town Npcs
+//===== Additional Comments: =================================
+//= 1.0 $ephiroth (from jA) Pre-quest dungeon entrances
+//============================================================
+
+//============================================================
+//= NPC Moscovia Dungeon
+//============================================================
+
+mosk_dun01,207,276,0 script Stone#mosk1 111,{
+
+ mes "^009900-Square-shaped rocks on the surface";
+ mes "are engraved on the characters.-^000000";
+ next;
+ mes "^3333FF~The person who advances, instead of being hurt.";
+ mes "As for the person who receives courage, returns how long,";
+ mes "it probably is safe.";
+ mes "As for the person who has rash courage advancing.";
+ mes "That's not good to be back.~^000000";
+ next;
+ if (select("Forward:Return") == 1) {
+ mes "-Chose to go-";
+ close2;
+ warp "mosk_dun02",165,30;
+ end;
+ }
+ mes "-Chose to return-";
+ close;
+}
+
+mosk_dun02,168,28,0 script Stone#mosk2 111,{
+
+ mes "^009900-Square-shaped rocks on the surface";
+ mes "are engraved on the characters.-^000000";
+ next;
+ mes "^3333FF~The person who advances, instead of being hurt.";
+ mes "Courage is received.";
+ mes "As for the person who returns how long.";
+ mes "it probably is safe.";
+ mes "As for the person who is courage advancing,";
+ mes "That's not good to be back.~^000000";
+ next;
+ if (select("Forward:Return") == 1) {
+ mes "-Chose to go-";
+ close2;
+ warp "mosk_dun01",201,269;
+ end;
+ }
+ mes "-Chose to return-";
+ close;
+}
+
+mosk_dun02,268,117,0 script Stone#mosk3 111,{
+
+ mes "^009900-Square-shaped rocks on the surface";
+ mes "are engraved on the characters.-^000000";
+ next;
+ mes "^3333FF~The person who advances, instead of dying.";
+ mes "Reputation is received.";
+ mes "The person who returns obtains courage, but";
+ mes "it probably will get injured.";
+ mes "As for the person who has rash courage advancing.";
+ mes "That's not good to be back.~^000000";
+ next;
+ if (select("Forward:Return") == 1) {
+ mes "-Chose to go-";
+ close2;
+ warp "mosk_dun03",32,135;
+ end;
+ }
+ mes "-Chose to return-";
+ close;
+}
+
+mosk_dun03,27,131,0 script Stone#mosk4 111,{
+
+ mes "^009900-Square-shaped rocks on the surface";
+ mes "are engraved on the characters.-^000000";
+ next;
+ mes "^3333FF~The person who remains, instead of being hurt.";
+ mes "Reputation is received.";
+ mes "As for the person who returns getting large injured,";
+ mes "Courage probably will be learned.";
+ mes "by the return of courage.";
+ mes "As for the person who is courage the return.~^000000";
+ next;
+ if (select("Forward:Return") == 1) {
+ mes "-Fear, chose to return-";
+ close2;
+ warp "mosk_dun02",262,118;
+ end;
+ }
+ mes "-Chose to return-";
+ close;
+}
+
+mosk_dun01,264,191,0 script Stone#mosk5 111,{
+
+ mes "^009900-Square-shaped rocks on the surface";
+ mes "are engraved on the characters.-^000000";
+ next;
+ mes "^3333FF~The person who advances, instead of dying.";
+ mes "Reputation is received.";
+ mes "As for the person who returns how long,";
+ mes "It probably is safe.";
+ mes "As for the person who does not fear death advancing,";
+ mes "That's not good to be back.~^000000";
+ next;
+ if (select("Forward:Return") == 1) {
+ mes "–Chose to go-";
+ close2;
+ warp "mosk_dun03",117,36;
+ end;
+ }
+ mes "-Chose to return-";
+ close;
+}
+
+mosk_dun03,119,46,0 script Stone#mosk6 111,{
+
+ mes "^009900-Square-shaped rocks on the surface";
+ mes "are engraved on the characters.-^000000";
+ next;
+ mes "^3333FF~The person who remains, instead of dying.";
+ mes "Reputation is received.";
+ mes "As for the person who returns how long,";
+ mes "It probably is safe.";
+ mes "As for the person who does not fear death the return,";
+ mes "is not a good forward.~^000000";
+ next;
+ if (select("Forward:Return") == 1) {
+ mes "-Fear, chose to return-";
+ close2;
+ warp "mosk_dun01",257,190;
+ end;
+ }
+ mes "-Chose to return-";
+ close;
+} \ No newline at end of file
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf
index 9f0e49cac..5f3c556c1 100644
--- a/npc/scripts_athena.conf
+++ b/npc/scripts_athena.conf
@@ -77,6 +77,7 @@ npc: npc/quests/quests_lighthalzen.txt
npc: npc/quests/quests_louyang.txt
npc: npc/quests/quests_lutie.txt
npc: npc/quests/quests_morocc.txt
+//npc: npc/quests/quests_moscovia.txt
npc: npc/quests/quests_niflheim.txt
npc: npc/quests/quests_payon.txt
npc: npc/quests/quests_prontera.txt