diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-01 00:57:49 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-01 00:57:49 +0000 |
commit | 12c8366a8feecfebe08475b5dfa99c4b6557479b (patch) | |
tree | 876c3e89f40f4058a9d868a58b9130c2312b4c4b /npc/cities/aldebaran.txt | |
parent | ae2d8225b1cedc01ff591faf8877ac9a3affe1de (diff) | |
download | hercules-12c8366a8feecfebe08475b5dfa99c4b6557479b.tar.gz hercules-12c8366a8feecfebe08475b5dfa99c4b6557479b.tar.bz2 hercules-12c8366a8feecfebe08475b5dfa99c4b6557479b.tar.xz hercules-12c8366a8feecfebe08475b5dfa99c4b6557479b.zip |
- Fixed zeny exploid with item 1084. Please update your scripts ASAP or disable "Kafra Service#alde" if you can't right now.
- There is no way to get this item from sometime ago but just in case for long life servers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12272 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/aldebaran.txt')
-rw-r--r-- | npc/cities/aldebaran.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/cities/aldebaran.txt b/npc/cities/aldebaran.txt index 47a6bfc69..ade5b5b2a 100644 --- a/npc/cities/aldebaran.txt +++ b/npc/cities/aldebaran.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena dev team; L0ne_W0lf //===== Current Version: ===================================== -//= 2.2 +//= 2.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= 2.01 removed all .GATs [Lupus] //= 2.1 Rescripted most NPCs to Aegis 10.3 standards. [L0ne_W0lf] //= 2.2 Corrected NPC names to fall within proper resctrictions. [L0ne_W0lf] +//= 2.3 Fixed exploit with kafra pass //============================================================ // Al De Baran @@ -800,7 +801,7 @@ aldeba_in,84,166,4 script Kafra Service#alde 117,{ cutin "",255; end; } - delitem 1084,kafrapass; //Kapra's_Pass + delitem 1084,countitem(1084); //Kapra's_Pass set Zeny,Zeny+.@kafrapassmoney; mes "[Kafra Pavianne]"; mes "Thank you."; |