summaryrefslogtreecommitdiff
path: root/npc/cities
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-10 01:44:22 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-10 01:44:22 +0000
commit2e5e8e8c9a1f663992dab375573081a2856b265f (patch)
treeff969a0f60e0a3477801a14d063b7dafe9ade183 /npc/cities
parente79922e50324c9724448cd2e003361c4bb3dc4f0 (diff)
downloadhercules-2e5e8e8c9a1f663992dab375573081a2856b265f.tar.gz
hercules-2e5e8e8c9a1f663992dab375573081a2856b265f.tar.bz2
hercules-2e5e8e8c9a1f663992dab375573081a2856b265f.tar.xz
hercules-2e5e8e8c9a1f663992dab375573081a2856b265f.zip
* Implemented rewrite of the quest "The Sign".
- Attempts to save player progress when quest npcs are talked too. This is Untested. - Talking to any quest related NPC will remove all out-dated quest vars. * Fixed incorrect sprite ID used in some Niflheim quest npcs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13878 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r--npc/cities/alberta.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt
index e4d5d2552..1417552a2 100644
--- a/npc/cities/alberta.txt
+++ b/npc/cities/alberta.txt
@@ -545,20 +545,3 @@ alberta,190,173,4 script Phelix 85,{
}
}
}
-
-alberta,43,49,5 script Poor-looking Merchant 89,{
- mes "[Machen]";
- mes "Why...?";
- mes "How did my";
- mes "family's wealth";
- mes "and prestige just";
- mes "go down the drain?";
- next;
- mes "[Machen]";
- mes "Ever since the";
- mes "Alcheshs came to Alberta,";
- mes "they quickly took our place";
- mes "as the biggest business owners";
- mes "here. It's our biggest shame...";
- close;
-}