summaryrefslogtreecommitdiff
path: root/npc/quests/Lvl4_weapon_quest.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-28 23:36:53 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-28 23:36:53 +0000
commit46242ebf98468f8afc9ca755f84c23328b7a7402 (patch)
tree98ed3fbf6faae20768dc8279113c948268f17bb2 /npc/quests/Lvl4_weapon_quest.txt
parent21ff74caa20e967ddcc95a67e8aacf4eea328c30 (diff)
downloadhercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.gz
hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.bz2
hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.tar.xz
hercules-46242ebf98468f8afc9ca755f84c23328b7a7402.zip
* Updated NPC headers to fix errors caused by rev. 11603.
- Note: non-standard loaded scripts need to be checked for errors/duplicates. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11605 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Lvl4_weapon_quest.txt')
-rw-r--r--npc/quests/Lvl4_weapon_quest.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/quests/Lvl4_weapon_quest.txt b/npc/quests/Lvl4_weapon_quest.txt
index d7cd5c82a..ac6772cc7 100644
--- a/npc/quests/Lvl4_weapon_quest.txt
+++ b/npc/quests/Lvl4_weapon_quest.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Vicious_Pucca, Reddozen & MasterOfMuppets
//===== Current Version: =====================================
-//= 1.3
+//= 1.4
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -16,6 +16,7 @@
//= 1.2 A small fix, thanks to vicious_pucca [MasterOfMuppets]
//= 1.21 Fixing MoM's typos (Citrin -> Citrine) [erKURITA]
//= 1.3 Redirected error message for "LV_16" to "LV_16_NOGEM" (Gepard) [L0ne_W0lf]
+//= 1.4 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//============================================================
//---------------------------------------------------------------
@@ -2010,7 +2011,7 @@ LV4_50:
// Kayron, creates Longinus' Spear, Guillotine, Great Axe and Brionac
//--------------------------------------------------
-niflheim,240,193,3 script Kayron 794, {
+niflheim,240,193,3 script Kayron 794,{
set @NowWeight, MaxWeight - Weight;
if (@NowWeight >= 3000) goto LV4_NOT_OW;
mes "- Wait a minute! -";
@@ -2417,7 +2418,7 @@ LV4_HACK:
// Reyghema, creates Berserk, Tjungkulleti, Rudra's Bow and Brocca(Skewer)
//--------------------------------------------------
-niflheim,99,268,5 script Reyghema 794, {
+niflheim,99,268,5 script Reyghema 794,{
set @NowWeight, MaxWeight - Weight;
if (@NowWeight >= 3000) goto LV4_NOT_OW;
mes "- Wait a minute! -";
@@ -2817,7 +2818,7 @@ LV4_HACK:
// Hein, creates Excalibur, Schweisersabel, Dragon Slayer and Edge
//--------------------------------------------------
-niflheim,187,280,3 script Hein 795, {
+niflheim,187,280,3 script Hein 795,{
set @NowWeight, MaxWeight - Weight;
if (@NowWeight >= 3000) goto LV4_NOT_OW;
mes "- Wait a minute! -";