diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-03-30 23:21:40 +0700 |
---|---|---|
committer | zackdreaver <zackdreaver@gmail.com> | 2015-03-30 23:21:40 +0700 |
commit | 3e537883ec2a25c8a6ebfa2c64d149987d4da76d (patch) | |
tree | 813b65d0fa4b7cc5b4a51484d3c216c676a73530 /npc | |
parent | 3b4b782760f381fc8e5017530077fd6cdb513e8f (diff) | |
download | hercules-3e537883ec2a25c8a6ebfa2c64d149987d4da76d.tar.gz hercules-3e537883ec2a25c8a6ebfa2c64d149987d4da76d.tar.bz2 hercules-3e537883ec2a25c8a6ebfa2c64d149987d4da76d.tar.xz hercules-3e537883ec2a25c8a6ebfa2c64d149987d4da76d.zip |
Corrected Tiucknuc mob name into Tiyanak in /npc/re/quest/quest_malaya.txt
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/quests/quests_malaya.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/re/quests/quests_malaya.txt b/npc/re/quests/quests_malaya.txt index f1a60dcee..76e9a9536 100644 --- a/npc/re/quests/quests_malaya.txt +++ b/npc/re/quests/quests_malaya.txt @@ -5679,7 +5679,7 @@ malaya,283,265,4 script Village Chief#bako2 4_BARYO_CHIEF,{ mes "[Village Chief]"; mes "^0000FFLost Belongings^000000"; mes "are said to be carried by"; - mes "^FF0000Tiucknuc^000000 that roams Baryo Mahiwaga."; + mes "^FF0000Tiyanak^000000 that roams Baryo Mahiwaga."; next; switch(select("Do it yourself.:I'm on my way.")) { case 1: @@ -5690,7 +5690,7 @@ malaya,283,265,4 script Village Chief#bako2 4_BARYO_CHIEF,{ case 2: mes "[Village Chief]"; mes "Let's start then. First,"; - mes "retrieve two ^FF0000Lost Belongings^000000 from Tiucknuc"; + mes "retrieve two ^FF0000Lost Belongings^000000 from Tiyanak"; mes "and take them to ^0000FFMissing Person's Father^000000"; mes "for me."; malaya_bakona2 = 1; @@ -5699,26 +5699,26 @@ malaya,283,265,4 script Village Chief#bako2 4_BARYO_CHIEF,{ } } else if (malaya_bakona2 == 1) { mes "[Village Chief]"; - mes "From Tiucknuc that roams Baryo Mahiwaga Field,"; + mes "From Tiyanak that roams Baryo Mahiwaga Field,"; mes "retrieve two ^FF0000Lost Belongings^000000"; mes "and deliver them to ^0000FFMissing Person's Father^000000"; mes "for me."; close; } else if (malaya_bakona2 == 2) { mes "[Village Chief]"; - mes "Retrieve Seven ^FF0000Lost Belongings^000000 from Tiucknuc"; + mes "Retrieve Seven ^FF0000Lost Belongings^000000 from Tiyanak"; mes "and deliver them to ^0000FFMissing Person's Friend^000000"; mes "for me."; close; } else if (malaya_bakona2 == 3) { mes "[Village Chief]"; - mes "Retrieve three ^FF0000Lost Belongings^000000 from Tiucknuc"; + mes "Retrieve three ^FF0000Lost Belongings^000000 from Tiyanak"; mes "and deliver them to ^0000FFMissing Person's Son^000000"; mes "for me."; close; } else if (malaya_bakona2 == 4) { mes "[Village Chief]"; - mes "Retrieve five ^FF0000Lost Belongings^000000 from Tiucknuc"; + mes "Retrieve five ^FF0000Lost Belongings^000000 from Tiyanak"; mes "and deliver them to ^0000FFMissing Person's Mother^000000"; mes "for me."; close; @@ -5925,7 +5925,7 @@ malaya,269,267,5 script Missing Person's Father 4_M_MALAYA,{ next; mes "The man is unable to continue as he tries to hold back his tears."; mes "Let's continue to find the lost belongings of the missing people."; - mes "Let's retrieve them from Tiucknuc that roams Baryo Mahiwaga Field,"; + mes "Let's retrieve them from Tiyanak that roams Baryo Mahiwaga Field,"; mes "seven ^FF0000Lost Belongings^000000"; mes "and deliver them to ^0000FFMissing Person's Friend^000000."; delitem 6520,2; //Lost_Belongings @@ -5939,7 +5939,7 @@ malaya,269,267,5 script Missing Person's Father 4_M_MALAYA,{ next; mes "The man is unable to continue as he tries to hold back his tears."; mes "Let's continue to find the lost belongings of the missing people."; - mes "Retrieve seven ^FF0000Lost Belongings^000000 from Tiucknuc"; + mes "Retrieve seven ^FF0000Lost Belongings^000000 from Tiyanak"; mes "and deliver them to ^0000FFMissing Person's Friend^000000."; close; } else { @@ -5999,7 +5999,7 @@ L_Quest: next; mes "Leaving behind the crying boy,"; mes "let's continue to find the lost belongings of the missing people."; - mes "Retrieve three ^FF0000Lost Belongings^000000 from Tiucknuc"; + mes "Retrieve three ^FF0000Lost Belongings^000000 from Tiyanak"; mes "and deliver them to ^0000FFMissing Person's Son^000000."; return; } @@ -6045,7 +6045,7 @@ L_Quest: next; mes "Man crying in agony."; mes "Let's continue to find the lost belongings of the missing people."; - mes "Retrieve five ^FF0000Lost Belongings^000000 from Tiucknuc"; + mes "Retrieve five ^FF0000Lost Belongings^000000 from Tiyanak"; mes "and deliver them to ^0000FFMissing Person's Mother^000000."; return; } |