summaryrefslogtreecommitdiff
path: root/npc/quests/newgears/posture_fix_hat.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-10 08:41:26 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-10 08:41:26 +0000
commitf5a7fa8adb4e259a956fe82f41639f528bd70ada (patch)
tree7f6475b3a04379b51d684fb7da59f6ec42b822f6 /npc/quests/newgears/posture_fix_hat.txt
parente1a851c0e4ab1676df9ca9b5e5e06b7cf6e80e03 (diff)
downloadhercules-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/posture_fix_hat.txt')
-rw-r--r--npc/quests/newgears/posture_fix_hat.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/newgears/posture_fix_hat.txt b/npc/quests/newgears/posture_fix_hat.txt
index 9060866b6..ee58239e7 100644
--- a/npc/quests/newgears/posture_fix_hat.txt
+++ b/npc/quests/newgears/posture_fix_hat.txt
@@ -4,7 +4,7 @@
//= Halca (1.0)
//= Mass Zero (1.1)
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= Any eAthena Version.
//===== Description: =========================================
@@ -12,6 +12,7 @@
//===== Additional Comments: =================================
//= 1.2 Fixed wrong labels, added missing text
//= fixed wrong items ID [Lupus]
+//= 1.3 Fixed possible exploit [Lupus]
//============================================================
payon.gat,155,115,5 script Nan Hyang 814,{
@@ -29,9 +30,9 @@ payon.gat,155,115,5 script Nan Hyang 814,{
If ((countitem(1550) <1) || (countitem(2285) < 1 )) GOTO L_NOITEM;//Items: Book, Apple o' Archer,
mes "[Nan Hyang]";
mes "Ahh at last, someone who is serious!";
- next;
delitem 1550,1;//Items: Book,
delitem 2285,1;//Items: Apple o' Archer,
+ next;
getitem 5073,1;//Items: Posture Fix Hat,
mes "[Nan Hyang]";
mes "Hehe, well, maybe you will become more careful, or your sense will become balanced.";