diff options
Diffstat (limited to 'npc/custom/quests/sunglasses.txt')
-rw-r--r-- | npc/custom/quests/sunglasses.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/custom/quests/sunglasses.txt b/npc/custom/quests/sunglasses.txt index 2540eb907..c708b011a 100644 --- a/npc/custom/quests/sunglasses.txt +++ b/npc/custom/quests/sunglasses.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Aegis - amichan //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= Any eAthena Version; //===== Description: ========================================= @@ -12,6 +12,7 @@ //= 1.0 by Aegis 1.1 by aichan 1.2 by x[tsk] 1.3 by Darkchild //= 1.5 Fixed Exploit [Lupus] //= 1.6 Fixed Exploit [KarLaeda] +//= 1.7 Relocated 'Maseph' to moc_fild07. [Kisuka] //============================================================ // quest will reset it self after 1 pair of Slotted Sunglasses is made. @@ -60,7 +61,7 @@ L_SG_1_Check: mes "Great. Now, listen carefully."; next; mes "[Sunglasses Trader]"; - mes "Look for someone name Maseph somewhere in the east of Morroc."; + mes "Look for someone named Maseph somewhere north of Morroc."; mes "I will send her a message to let her know that you are coming."; close; L_SG_Diamond: @@ -80,7 +81,7 @@ L_SG_Q1_Done: mes "There is nothing more I can tell you."; next; mes "[Sunglasses Trader]"; - mes "Go see Maseph. She is somewhere east of Morroc."; + mes "Go see Maseph. She is somewhere north of Morroc."; close; L_SG_No: mes "[Sunglasses Trader]"; @@ -90,7 +91,7 @@ L_SG_No: // 2nd part of the quest -moc_fild09,209,128,5 script Maseph 702,{ +moc_fild07,334,186,5 script Maseph 702,{ if(SG_QUEST1 == 1) goto L_SG_2; mes "[Maseph]"; mes "Lovely Day, isn't it ?"; |