diff options
Diffstat (limited to 'npc/quests/quests_comodo.txt')
-rw-r--r-- | npc/quests/quests_comodo.txt | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index 710bd1d42..5fa68c77e 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -1,13 +1,11 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Quest NPCs related to Comodo -//===== By: ================================================== +//===== By: ================================================== //= kobra_k88; L0ne_W0lf -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.5b -//===== Compatible With: ===================================== -//= rAthena SVN -//===== Description: ========================================= -//= Headgear Quests 1 [Aegis Conversion]: +//===== Description: ========================================= +//= Headgear Quests 1 [Official Conversion]: //= - 'Cross Hat', 'Bulb Hairband' //= - 'Striped Hairband', 'Blue Hairband' //= Headgear Quests 2: @@ -18,7 +16,7 @@ //= - Part 2: Found in Quests_Yuno.txt //= - Part 3: Found in Doomed_Swords.txt //= - Variable in use: dmdswrd_Q (Max 45) -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.1 Fixed exploits [Lupus] //= 1.2 Added more quest from cities/comodo.txt [Evera] //= 1.2a missing label [Lupus] @@ -28,11 +26,11 @@ //= 1.5a Fixed a bad countitem. (bugreport:840) [Samuray22] //= 1.5b Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 [Brainstorm] //= 1.6 Updated headgear quest NPCs. [L0ne_W0lf] -//============================================================ +//============================================================ // Headgear Quests 1 // Cross Hat, Bulb Hairband, Striped Hairband, Blue Hairband -//============================================================ +//============================================================ comodo,228,159,3 script Hair Ornament Girl 700,{ mes "[Hair Ornament Girl]"; if (Sex == 1) { @@ -229,7 +227,7 @@ comodo,228,159,3 script Hair Ornament Girl 700,{ // Headgear Quests 2 // 'Mine Helmet', 'Parcel Hat', 'Money Loser's Grief', 'Phantom of the Opera Mask' -//============================================================ +//============================================================ comodo,273,137,4 script Traveler#head 702,{ mes "[Isac Mari]"; mes "I travel around the world, and collect many interesting stories from people. Sometimes they teach me how to make special items."; @@ -472,7 +470,7 @@ comodo,273,137,4 script Traveler#head 702,{ } // Doomed Swords - Comodo Portion. (Continued in Juno) -//============================================================ +//============================================================ comodo,206,310,4 script Campground Boy#cmd 704,{ switch (dmdswrd_Q) { case 0: @@ -1579,7 +1577,7 @@ comodo,187,153,4 script Hullaris#cmd 701,{ mes "Love together~"; mes "Love! Love!"; mes "Love togeth-hm?"; - if (sex) { + if (Sex) { mes "Boy, you're ruining"; mes "my groove! Now beat it!"; } |