diff options
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!"; |