diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-16 21:14:33 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-16 21:14:33 +0000 |
commit | 33c698258a8a54483348ae8acc47d596603920ca (patch) | |
tree | 1c32c7a31da59b8f1ccdd0ce04cadd27f0936954 /npc/custom/quests/thq/THQS_QuestNPC.txt | |
parent | 645551a6f26352a446787c4c1794cbecb84a7fde (diff) | |
download | hercules-33c698258a8a54483348ae8acc47d596603920ca.tar.gz hercules-33c698258a8a54483348ae8acc47d596603920ca.tar.bz2 hercules-33c698258a8a54483348ae8acc47d596603920ca.tar.xz hercules-33c698258a8a54483348ae8acc47d596603920ca.zip |
- Added documentation for 'setiteminfo', follow up to r9938. (bugreport:3360)
- Added @reloadmobdb to the custom Floating Rates script.
- Added a missing check in THQS. (bugreport:4107)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14264 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/quests/thq/THQS_QuestNPC.txt')
-rw-r--r-- | npc/custom/quests/thq/THQS_QuestNPC.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/quests/thq/THQS_QuestNPC.txt b/npc/custom/quests/thq/THQS_QuestNPC.txt index dca58645d..f03cb4374 100644 --- a/npc/custom/quests/thq/THQS_QuestNPC.txt +++ b/npc/custom/quests/thq/THQS_QuestNPC.txt @@ -183,8 +183,8 @@ N_JobList2: mes " "; mes "A strange man came in here yesterday and asked me to deliver this ^FF0000Strange Letter^000000 to some woman in Morroc. Knowing us we do not ask questions so you must take care of this delivery."; mes "The Woman is in located in Morroc and her name is Erika."; - set two_qset, 1; getitem 1072,1; //Delivery_Message + set two_qset, 1; goto L_QuestGiven; N_JurJeramiah: @@ -356,8 +356,8 @@ N_JobList6: mes "How ironic."; mes " "; mes "Deliver this Box to the Thiefs guild."; - set six_qset,1; getitem 1083,1; //Delivery_Box__ + set six_qset,1; goto L_QuestGiven; N_PyrPRT2: @@ -375,8 +375,8 @@ N_Delivery2: mes "Well most of what we do is run packages, this is no different from other's."; mes " "; mes "Take this box, DO NOT OPEN IT! To a little girl in Lutie named Chirach she should be around santa."; - set six_qset,3; getitem 1083,1; //Delivery_Box__ + set six_qset,3; goto L_QuestGiven; N_Gef: @@ -450,8 +450,8 @@ N_Delivery4: mes "Well yah box delivering is in high demand,lots of lazy people."; mes " "; mes "Take this package to a man in Morroc named Klye."; - set eight_qset,2; getitem 1081,1; //Delivery_Box + set eight_qset,2; goto L_QuestGiven; N_Bapho: |