diff options
author | Wushin <pasekei@gmail.com> | 2015-06-28 13:32:52 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-06-28 13:32:52 -0500 |
commit | 2619b2dc1e86ac6ea762887bc56e5226b0d1d9f9 (patch) | |
tree | 6418fc8f86d2738f951858aa253f0ae03c9c705a /quests/candor/tutorial.xml | |
parent | 584410eb66eb14756593657a24ef1d92aa25ed68 (diff) | |
parent | e269d8936842371ce6a742b741ea80b3d6fa976d (diff) | |
download | clientdata-2619b2dc1e86ac6ea762887bc56e5226b0d1d9f9.tar.gz clientdata-2619b2dc1e86ac6ea762887bc56e5226b0d1d9f9.tar.bz2 clientdata-2619b2dc1e86ac6ea762887bc56e5226b0d1d9f9.tar.xz clientdata-2619b2dc1e86ac6ea762887bc56e5226b0d1d9f9.zip |
Merge pull request #270 from mekolat/actions
npc actions in tutorial & numa
Diffstat (limited to 'quests/candor/tutorial.xml')
-rw-r--r-- | quests/candor/tutorial.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quests/candor/tutorial.xml b/quests/candor/tutorial.xml index 8a60962b..83c7957b 100644 --- a/quests/candor/tutorial.xml +++ b/quests/candor/tutorial.xml @@ -26,7 +26,8 @@ <text>You can equip items irregardless of your location, but you may prefer to change in the privacy of the corner at (26,23) in Candor Island Indoor.</text> </quest> <!-- TANISHA --> - <effect map="029-2.tmx" npc="114" value="4,5,6,7" effect="46"/> + <effect map="029-2.tmx" npc="114" value="4" effect="45"/> + <effect map="029-2.tmx" npc="114" value="5,6,7" effect="46"/> <quest name="Tutorial" group="Candor Island" incomplete="4"> <name>Introduction</name> <text>To repay your debt, Sorfina has requested that you assist her niece, Tanisha.</text> |