diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-10 08:41:26 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-10 08:41:26 +0000 |
commit | f5a7fa8adb4e259a956fe82f41639f528bd70ada (patch) | |
tree | 7f6475b3a04379b51d684fb7da59f6ec42b822f6 /npc/quests/newgears/sea_otter_hat.txt | |
parent | e1a851c0e4ab1676df9ca9b5e5e06b7cf6e80e03 (diff) | |
download | hercules-f5a7fa8adb4e259a956fe82f41639f528bd70ada.tar.gz hercules-f5a7fa8adb4e259a956fe82f41639f528bd70ada.tar.bz2 hercules-f5a7fa8adb4e259a956fe82f41639f528bd70ada.tar.xz hercules-f5a7fa8adb4e259a956fe82f41639f528bd70ada.zip |
fixed some exploits,
changed ingredients
added missing close;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@534 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/sea_otter_hat.txt')
-rw-r--r-- | npc/quests/newgears/sea_otter_hat.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/newgears/sea_otter_hat.txt b/npc/quests/newgears/sea_otter_hat.txt index 977ba8ab5..4e31273d7 100644 --- a/npc/quests/newgears/sea_otter_hat.txt +++ b/npc/quests/newgears/sea_otter_hat.txt @@ -4,13 +4,14 @@ //= Halca (1.0) //= Mass Zero (1.1) //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= //= Seperate Sea Otter Hat quest. //===== Additional Comments: ================================= //= 1.2 Fixed wrong labels, added missing text [Lupus] +//= 1.3 Fixed possible exploit [Lupus] //============================================================ xmas.gat,184,267,4 script Pretty Rency 818,{ @@ -30,9 +31,9 @@ xmas.gat,184,267,4 script Pretty Rency 818,{ if ((countitem(5084) < 1) || (countitem(5064) < 1)) GOTO L_NOITEM;//Items: Lazy Racoon Hat, Transformation Leaf, mes "[Pretty Rency]"; mes "Congratulations!"; - next; delitem 5084,1;//Items: Lazy Racoon Hat, delitem 5064,1;//Items: Transformation Leaf, + next; mes "[Pretty Rency]"; mes "Thanks for your items! Now I will make yours for you!"; next; |