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/old_blacksmith.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/old_blacksmith.txt')
-rw-r--r-- | npc/quests/newgears/old_blacksmith.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/newgears/old_blacksmith.txt b/npc/quests/newgears/old_blacksmith.txt index 12ad6e4a7..d2fbde87a 100644 --- a/npc/quests/newgears/old_blacksmith.txt +++ b/npc/quests/newgears/old_blacksmith.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 Ears Of Angel & Ears Of Demon quests. //===== Additional Comments: ================================= //= 1.2 Fixed wrong labels, added missing text, wrong ID! [Lupus] +//= 1.3 Fixed possible exploit [Lupus] //============================================================ yuno.gat,246,51,4 script Old Blacksmith 813,{ @@ -31,10 +32,10 @@ M_EOD: mes "[Old Blacksmith]"; mes "Wow, never thought a little fella like you could get tha.t"; mes "Bwahaha, ok."; - next; delitem 2255,1;//Items: Evil Wing, delitem 2286,1;//Items: Elven Ears, set Zeny,Zeny-20000; + next; getitem 5068,1;//Items: Ears Of Demon, mes "[Old Blacksmith]"; mes "Well, enjoy your item!"; @@ -66,10 +67,10 @@ M_EOA: mes "[Old Blacksmith]"; mes "Well well well! Someone who has the spirit!"; mes "Okay, gimme the items."; - next; delitem 2286,1;//Items: Elven Ears, delitem 2254,1;//Items: Angel Wing, set Zeny,Zeny-20000; + next; mes "[Old Blacksmith]"; mes "Okay, and here you go."; next; |