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/neris.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/neris.txt')
-rw-r--r-- | npc/quests/newgears/neris.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/newgears/neris.txt b/npc/quests/newgears/neris.txt index d0771e449..5809141ef 100644 --- a/npc/quests/newgears/neris.txt +++ b/npc/quests/newgears/neris.txt @@ -4,16 +4,16 @@ //= Halca (1.0) //= Mass Zero (1.1) //===== Current Version: ===================================== -//= 1.1 +//= 1.3 //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= //= Seperate New Hat quests. //===== Additional Comments: ================================= //= 1.2 Fixed wrong labels, added missing text [Lupus] +//= 1.3 Fixed possible exploit [Lupus] //============================================================ - yuno.gat,353,282,7 script Neris 806,{ mes "[Neris]"; mes "So, whatcha want then?"; @@ -34,11 +34,11 @@ M_LGB: if ((countitem(10016) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Golden Bell, Emperium, Gold, mes "[Neris]"; mes "Now, lets swap your items."; - next; delitem 10016,1;//Items: Golden Bell, delitem 714,1;//Items: Emperium, delitem 969,3;//Items: Gold, set Zeny,Zeny-1000; + next; getitem 5091,1;//Items: Golden Bells, mes "[Neris]"; mes "Thanks, and bye!"; @@ -65,11 +65,11 @@ M_COM: if ((countitem(2249) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Coronet, Emperium, Gold, mes "[Neris]"; mes "Now, lets swap your items."; - next; delitem 2249,1;//Items: Coronet, delitem 714,1;//Items: Emperium, delitem 969,3;//Items: Gold, set Zeny,Zeny-1000; + next; getitem 5081,1;//Items: Crown of Mistress, mes "[Neris]"; mes "Thanks, and bye!"; @@ -96,11 +96,11 @@ M_COAQ: if ((countitem(10006) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Queen's Hair Ornament, Emperium, Gold, mes "[Neris]"; mes "Now, lets swap your items"; - next; delitem 10006,1;//Items: Queen's Hair Ornament, delitem 714,1;//Items: Emperium, delitem 969,3;//Items: Gold, set Zeny,Zeny-1000; + next; getitem 5080,1;//Items: Crown of The Ancient Queen, mes "[Neris]"; mes "Thanks, and bye!"; |