diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-28 23:36:53 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-28 23:36:53 +0000 |
commit | 46242ebf98468f8afc9ca755f84c23328b7a7402 (patch) | |
tree | 98ed3fbf6faae20768dc8279113c948268f17bb2 /npc/quests/newgears/2004_headgears.txt | |
parent | 21ff74caa20e967ddcc95a67e8aacf4eea328c30 (diff) | |
download | hercules-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/newgears/2004_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2004_headgears.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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!"; |