summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-28 19:37:15 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-28 19:37:15 +0000
commit0edf9d90cb93a56abb52bdaf84042294ed648b32 (patch)
treeca313e5a5a14e7469a381f2aeba854cc876b639f /npc/quests
parentbfb4c510052f56c0af3f7fbca417ce23d0fd2203 (diff)
downloadhercules-0edf9d90cb93a56abb52bdaf84042294ed648b32.tar.gz
hercules-0edf9d90cb93a56abb52bdaf84042294ed648b32.tar.bz2
hercules-0edf9d90cb93a56abb52bdaf84042294ed648b32.tar.xz
hercules-0edf9d90cb93a56abb52bdaf84042294ed648b32.zip
Implemented a small quest in Einbroch and fixed the name of the spawning mobsters in Lighthalzen.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6809 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/quests_lighthalzen.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index 625227339..2f756971c 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Persian, Vicious_Pucca, Completed by aoa00
//===== Current Version: =====================================
-//= 1.7
+//= 1.8
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -29,6 +29,7 @@
//= 1.5a Fixed "free stick" bug, thx 2 Neouni [Lupus]
//= 1.6 Added Gywall's Pickpocket Quest
//= 1.7 Implemented the Friendship quest [MasterOfMuppets]
+//= 1.8 Changed the name of the mobsters to Gangster, as it should be. [MasterOfMuppets]
//============================================================
//= aoa's comment
//= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS"
@@ -81,7 +82,7 @@ MakeMob:
mapannounce "lighthalzen.gat","Maintenance Organization of the Public Order: Currently the security of the city has been compromized, We ask the citizens to be more careful. I repeat. We ask the citizens to be more careful.", 1;
for( set $@i, 0; $@i < $@mob; set $@i, $@i + 1 ) {
- monster "lighthalzen.gat",0,0,"Mobster",1592,1,"AlertChk::OnMobKilled";
+ monster "lighthalzen.gat",0,0,"Gangster",1592,1,"AlertChk::OnMobKilled";
}
set $@lhz_alert, 1;