diff options
author | KarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-13 09:56:32 +0000 |
---|---|---|
committer | KarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-13 09:56:32 +0000 |
commit | 90b059c5e1c026692a6fb1f123d65c0233d90646 (patch) | |
tree | 1f4ec14fc3a115f8296204c18c17fbe664773f5d /npc | |
parent | 7049f49609ff7df50651781bdb23db66de751b96 (diff) | |
download | hercules-90b059c5e1c026692a6fb1f123d65c0233d90646.tar.gz hercules-90b059c5e1c026692a6fb1f123d65c0233d90646.tar.bz2 hercules-90b059c5e1c026692a6fb1f123d65c0233d90646.tar.xz hercules-90b059c5e1c026692a6fb1f123d65c0233d90646.zip |
Fixed exploit in the Slotted Sunglasses Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9483 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/custom/quests/sunglasses.txt | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9ac148e72..aba612b10 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ KarLaeda Date Added ====== +12/13 + * Fixed exploit in the Slotted Sunglasses Quest [KarLaeda] 12/11 * Adjusted Rachel Sanctuary entrance to prevent exploits [Playtester] - added Ktullanux to spawns until the quest is added diff --git a/npc/custom/quests/sunglasses.txt b/npc/custom/quests/sunglasses.txt index bcd4cf364..70bc377d3 100644 --- a/npc/custom/quests/sunglasses.txt +++ b/npc/custom/quests/sunglasses.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Aegis - amichan //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= Any eAthena Version; //===== Description: ========================================= @@ -11,6 +11,7 @@ //===== Additional Comments: ================================= //= 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] //============================================================ // quest will reset it self after 1 pair of Slotted Sunglasses is made. @@ -126,11 +127,11 @@ L_SG_Q2_Check: mes "[Maseph]"; mes "Here you go my friend."; getitem 2202,1; +// quest reset + set SG_QUEST1,0; next; mes "[Maseph]"; mes "Enjoy your ^000088Slotted Sunglasses^000000."; -// quest reset - set SG_QUEST1,0; close; L_SG_Sunglasses: mes "[Maseph]"; @@ -141,4 +142,3 @@ L_SG_Funds: mes "You do not have enough money. Please come back to me when you do."; close; } - |