diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/quests/newgears/2005_headgears.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/quests/newgears/2005_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2005_headgears.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt index e60169ab0..003019be9 100644 --- a/npc/quests/newgears/2005_headgears.txt +++ b/npc/quests/newgears/2005_headgears.txt @@ -1,13 +1,11 @@ //===== Hercules Script ====================================== //= 2005 Headgear Quests -//===== By: ================================================== +//===== By: ================================================== //= MasterOfMuppets -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3a -//===== Compatible With: ===================================== -//= Hercules Git -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Description: ========================================= +//= [Official Conversion] //= 2005 Headgears Official Quest. //===== Additional Comments: ================================= //= 1.0 First version, converted from the official aegis script. [MasterOfMuppets] @@ -16,7 +14,7 @@ //= 1.3 Fixed item check bugs, added missing airport NPC, // and took out unneeded breaks [Xantara] [Muad_Dib] //= 1.3a Added 'disable_items' command. [Euphy] -//============================================================ +//============================================================ yuno,222,116,3 script Kasis#LhzHat 851,{ if(countitem(519) > 49 && countitem(7031) > 49 && countitem(548) > 49 && countitem(539) > 49) @@ -750,7 +748,7 @@ lighthalzen,143,68,0 script Strange Guy#LhzHat 47,{ lighthalzen,360,313,3 script Kid#LhzHat 706,{ mes "[Kid]"; - if(sex) + if(Sex) mes "Hello, mister!"; else mes "Hello, ma'am!"; |