diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-21 01:48:46 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-21 01:48:46 +0000 |
commit | 5f9da85571ad494cf3549ce38b170efda21dc7c7 (patch) | |
tree | a21f552f2c24e020634691a76a920d79158d6ed4 /npc/quests/quests_morocc.txt | |
parent | c66aadfa49e76064955b3c025d80580e53a71c5a (diff) | |
download | hercules-5f9da85571ad494cf3549ce38b170efda21dc7c7.tar.gz hercules-5f9da85571ad494cf3549ce38b170efda21dc7c7.tar.bz2 hercules-5f9da85571ad494cf3549ce38b170efda21dc7c7.tar.xz hercules-5f9da85571ad494cf3549ce38b170efda21dc7c7.zip |
* More Orc Instance updates, and some new 13.1 quests. :x
- Disabled an exploit related to the orc hero spawn.
- Corrected the variable type for party leader name.
- Commented out the assassin pub NPCs in quests_morroc.
- Cat Hand Agents no longer ignore you with 300+ points.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14211 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 4970a52b6..f6ad5bf73 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -3,14 +3,14 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.7 +//= 2.8 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= //= [Aegis Conversion] //= - Stop Post //= - Binoculars Quest -//= - Assassin Pub NPCs/supporting quest NPCS. +//= - Assassin Pub NPCs/supporting quest NPCS. [Disabled] //= - Resurrection of Satan Morroc //= - The Crow of the Fate //= - Succession of the Prince @@ -40,6 +40,7 @@ //= Updated Satan Morroc Quest to allow peopel who have //= finished it to return to the previous map. //= 2.7 Corrected weight checks, they only check for inventory slots. [L0ne_W0lf] +//= 2.8 Disabled Assassin bar pub NPCs, as they are included in the 13.1 quests file. [L0ne_W0lf] //============================================================ // Stop Post Quest @@ -159,8 +160,9 @@ moc_ruins,118,176,4 script Alchemist 64,{ } } -// Morroc Assassin Guild Bar +// Morroc Assassin Guild Bar [Disabled] // ============================================================ +/* morocc,43,108,5 script Sharp-Looking Kid#dan_07 82,{ if (BaseClass == Job_Assassin) { mes "[Jack]"; @@ -831,6 +833,7 @@ OnDisable: disablenpc "Valdes#moc_master_1"; end; } +*/ yuno_in04,180,106,3 script Reading Girl#moc_girl1 73,{ mes "[" + strcharinfo(0) + "]"; |