summaryrefslogtreecommitdiff
path: root/npc/quests/Kiel_Hyre_Quest.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-18 17:29:11 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-18 17:29:11 +0000
commit261dd5c0f7b752c55c6954841644621123af1123 (patch)
tree4572afbf75a75362c4e91a465bd25b35aa1c3092 /npc/quests/Kiel_Hyre_Quest.txt
parentd26a7fb8e2255cc34eb834699e732e237f63f90e (diff)
downloadhercules-261dd5c0f7b752c55c6954841644621123af1123.tar.gz
hercules-261dd5c0f7b752c55c6954841644621123af1123.tar.bz2
hercules-261dd5c0f7b752c55c6954841644621123af1123.tar.xz
hercules-261dd5c0f7b752c55c6954841644621123af1123.zip
Kiel Hyre quest update, moved delitems to the proper NPC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10569 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r--npc/quests/Kiel_Hyre_Quest.txt43
1 files changed, 21 insertions, 22 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt
index 9be3662d2..0214b582f 100644
--- a/npc/quests/Kiel_Hyre_Quest.txt
+++ b/npc/quests/Kiel_Hyre_Quest.txt
@@ -62,7 +62,7 @@
//= 2.9 Fixed the "enablenpc problem with the missing spaces. No idea how it happened. [L0ne_W0lf]
//= 3.0 Fixed a typo in Elly, in her room. (<= should have been <) [L0ne_W0lf]
//= Added an 'end;' to the cookie basket. Kiel Hyre's final dialog will now delete all quest-related items.
-//=
+//= 3.1 Moved hte "delitem" for all related quest items to the poroper NPC. [L0ne_W0lf
//============================================================
//============================================================================
@@ -5095,6 +5095,26 @@ kh_mansion,22,28,4 script Kiel Hyre 903,{
mes "your help, "+@KHTitle+". "+strcharinfo(0)+".";
getitem 616,1; //Old card Album
delitem 7508,1; //Elisia's_Ring
+ delitem 7487,1; //Culinary_Wine
+ delitem 7488,1; //Delivery_Package
+ delitem 7489,1; //Cottage Key
+ delitem 7493,1; //Golden_Key
+ delitem 7494,1; //Exquisite_Button
+ delitem 7495,1; //Blue_Keycard
+ delitem 7490,1; //Letter to Elly
+ delitem 7492,1; //Yellow_Keycard
+ delitem 7516,1; //Green_Keycard
+ delitem 7491,1; //Iron_Box
+ delitem 7496,1; //Red_Keycard
+ delitem 7497,1; //Metal_Fragment
+ delitem 7504,1; //Power_Source
+ delitem 7498,1; //Losimier's_House_Key
+ delitem 7499,1; //Portrait_of_a_Family
+ delitem 7500,1; //Portrait_of_a_Lady
+ delitem 7501,1; //K.H's_Letter
+ delitem 7502,1; //James's_Memo
+ delitem 7503,1; //Portrait_of_a_Guy
+ delitem 7505,1; //Toy_Key
getexp 1000000,0;
}
@@ -7455,27 +7475,6 @@ kh_kiehl02,50,52,4 script Kiehl#Original 902,{
else {
mes "......";
close2;
- delitem 7487,1; //Culinary_Wine
- delitem 7488,1; //Delivery_Package
- delitem 7489,1; //Cottage Key
- delitem 7493,1; //Golden_Key
- delitem 7494,1; //Exquisite_Button
- delitem 7495,1; //Blue_Keycard
- delitem 7490,1; //Letter to Elly
- delitem 7492,1; //Yellow_Keycard
- delitem 7516,1; //Green_Keycard
- delitem 7491,1; //Iron_Box
- delitem 7496,1; //Red_Keycard
- delitem 7497,1; //Metal_Fragment
- delitem 7504,1; //Power_Source
- delitem 7498,1; //Losimier's_House_Key
- delitem 7499,1; //Portrait_of_a_Family
- delitem 7500,1; //Portrait_of_a_Lady
- delitem 7501,1; //K.H's_Letter
- delitem 7502,1; //James's_Memo
- delitem 7503,1; //Portrait_of_a_Guy
- delitem 7505,1; //Toy_Key
- delitem 7508,1; //Elisia's_Ring
cutin "",255;
end;
}