diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-25 18:45:11 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-25 18:45:11 +0000 |
commit | 37b88b7d93d0bd21e4d44292f8940f2bde5ce32a (patch) | |
tree | ff6630bc850c5f46e2ab6d9696835f00e055368a /npc/quests/gunslinger_quests.txt | |
parent | 51ab2f51de791cda47e0ccef4b4bfbd408a01a6a (diff) | |
download | hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.tar.gz hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.tar.bz2 hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.tar.xz hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.zip |
Changed item names to item IDs on some scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11798 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/gunslinger_quests.txt')
-rw-r--r-- | npc/quests/gunslinger_quests.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index ca5e1b0a4..5e2be33d1 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Playtester //===== Current Version: ===================================== -//= 1.6a +//= 1.6b //===== Compatible With: ===================================== //= SVN eA //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.6 Updated Garrison Quest - Credits to Lazarus^ for //= making the first official version. [SinSloth] //= 1.6a Removed .GATs [Lupus] +//= 1.6b Changed item names to item IDs on some scripts. [Samuray22] //============================================================ @@ -304,13 +305,13 @@ SubGarrison: mes "Hmm, looks like the correct amount of materials and Zeny."; mes "Here's a Garrison~"; mes "If you need one again, come and see me~"; - delitem 999,50; - delitem "Oridecon",1; - delitem 7317,20; - delitem 985,3; - delitem 1003,50; + delitem 984,1; //Oridecon + delitem 985,3; //Elunium + delitem 999,50; //Steel + delitem 1003,50; //Coal + delitem 7317,20; //Rusty Screw set Zeny,Zeny-30000; - getitem 13104,1; + getitem 13104,1; //Garrison close; case 3: |