summaryrefslogtreecommitdiff
path: root/npc/merchants/quivers.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-15 14:17:23 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-15 14:17:23 +0000
commit59bffd94d891ddc59042201861e2b1a433436ea7 (patch)
treedba6230619d73eaa0559cc555193a95a0fce7d9b /npc/merchants/quivers.txt
parent4ea2f6554e5d10287c6f00007103ab3ca4394d55 (diff)
downloadhercules-59bffd94d891ddc59042201861e2b1a433436ea7.tar.gz
hercules-59bffd94d891ddc59042201861e2b1a433436ea7.tar.bz2
hercules-59bffd94d891ddc59042201861e2b1a433436ea7.tar.xz
hercules-59bffd94d891ddc59042201861e2b1a433436ea7.zip
* Fixed some parts of the Gunslinger gun quests
* Added Ammo Casing Seller Kenny * Added Holy Arrow Quivers to Inventor Jaax git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8290 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/quivers.txt')
-rw-r--r--npc/merchants/quivers.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/merchants/quivers.txt b/npc/merchants/quivers.txt
index 730b7327b..f54aa884d 100644
--- a/npc/merchants/quivers.txt
+++ b/npc/merchants/quivers.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Muad_Dib (Prometheus Project)
//===== Current Version: =====================================
-//= 1.0b
+//= 1.1
//===== Compatible With: =====================================
//= eAthena 1.0+
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= Converted to eAthena format by Dr.Evil
//= added prize to quest - 500 Zeny
//= Fixed a few spelling errors. [Nexon]
+//= 1.1 Added Holy Arrow Quivers [Playtester]
//============================================================
@@ -46,7 +47,7 @@ payon_in01.gat,5,134,4 script Inventor Jaax 89,{
mes "appreciate my genius!";
next;
- menu "Arrow Quiver",-,"Iron Arrow Quiver",Q2,"Steel Arrow Quiver",Q3,"Oridecon Arrow Quiver",Q4,"Fire Arrow Quiver",Q5,"Silver Arrow Quiver",Q6,"Wind Arrow Quiver",Q7,"Stone Arrow Quiver",Q8,"Crystal Arrow Quiver",Q9,"Shadow Arrow Quiver",Q10,"Immaterial Arrow Quiver",Q11,"Rusty Arrow Quiver",Q12;
+ menu "Arrow Quiver",-,"Iron Arrow Quiver",Q2,"Steel Arrow Quiver",Q3,"Oridecon Arrow Quiver",Q4,"Fire Arrow Quiver",Q5,"Silver Arrow Quiver",Q6,"Wind Arrow Quiver",Q7,"Stone Arrow Quiver",Q8,"Crystal Arrow Quiver",Q9,"Shadow Arrow Quiver",Q10,"Immaterial Arrow Quiver",Q11,"Rusty Arrow Quiver",Q12,"Holy Arrow Quiver",Q13;
// Arguments
//===========
@@ -85,6 +86,9 @@ Q11:
Q12:
callsub sF_Make, 1762,500,12015, "Rusty Arrow Quiver";
goto M_Menu;
+Q13:
+ callsub sF_Make, 1772,500,12183, "Holy Arrow Quiver";
+ goto M_Menu;
// Subfunction for making quivers
//================================