From 46242ebf98468f8afc9ca755f84c23328b7a7402 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sun, 28 Oct 2007 23:36:53 +0000 Subject: * 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 --- npc/quests/newgears/2004_headgears.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/quests/newgears') diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt index cf1b18f8a..dc8aada1b 100644 --- a/npc/quests/newgears/2004_headgears.txt +++ b/npc/quests/newgears/2004_headgears.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Dj-Yhn //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -58,6 +58,7 @@ //= 1.1 Fixed a bug in Giant-band-aid that didn't counting rotten bandages //= Fixed a bug in Fur Hat that didn't count yarn [Evera] //= 1.2 Syntax fixes for parenthesis, reformatting [KarLaeda] +//= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] //============================================================ //Payon /=Black cat ears=/ @@ -2271,7 +2272,7 @@ morocc,273,79,4 script Traveler 99,{ } } //Payon /=Fox Mask=/ //==Lets hope this works as it's supposed==// -pay_dun03,48,84,4 script Nine Tail#1 1180,1,1{ +pay_dun03,48,84,4 script Nine Tail#1 1180,1,1,{ mes "[Nine Tail]"; mes "Kee! KeeKee!"; mes "KeeKeeKee! KeeKee! KeeKee!"; @@ -2383,7 +2384,7 @@ pay_dun03,48,84,4 script Nine Tail#2 1180,{ } } //Orc Village /=Orc Hero Helm=/ -in_orcs01,31,93,1 script Orc Warrior#1 1023,2,2{ +in_orcs01,31,93,1 script Orc Warrior#1 1023,2,2,{ if (orcs_hero_hat == 1) { if (countitem(909)>999) { delitem 909,1000; @@ -3247,7 +3248,7 @@ in_orcs01,31,93,1 script Orc Warrior#1 1023,2,2{ } } } -in_orcs01,162,33,1 script Hero of Orc#1 1087,2,2{ +in_orcs01,162,33,1 script Hero of Orc#1 1087,2,2,{ if (orcs_hero_hat < 16) { mes "[Orc Hero]"; mes ".....Go away, don't interrupt me!"; -- cgit v1.2.3-60-g2f50