summaryrefslogtreecommitdiff
path: root/npc/003-2/lua.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-19 11:46:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-19 11:46:08 -0300
commit0f91381dd56cb0700463df7976d16dbcb872ca66 (patch)
treeb1d6040dd342cb7404f413ea29c223e3c8d37c02 /npc/003-2/lua.txt
parent7e0f53eefe1f1eaf8accd9692a2538daa07e3d06 (diff)
downloadserverdata-0f91381dd56cb0700463df7976d16dbcb872ca66.tar.gz
serverdata-0f91381dd56cb0700463df7976d16dbcb872ca66.tar.bz2
serverdata-0f91381dd56cb0700463df7976d16dbcb872ca66.tar.xz
serverdata-0f91381dd56cb0700463df7976d16dbcb872ca66.zip
New mission objective to Lua
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r--npc/003-2/lua.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 94da648bf..696261e2d 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -181,6 +181,8 @@ L_Task:
msObjective(Zeny >= 1000, l("* @@/@@ GP", Zeny, 1000));
+ msObjective(CRAFTQUEST || MPQUEST, l("* Register as a Crafter or Hunter"));
+
msObjective(countitem(TulimsharGuardCard), l("* @@/@@ @@", countitem(TulimsharGuardCard), 1, getitemlink(TulimsharGuardCard)));
msObjective(countitem(FishingRod), l("* @@/@@ @@", countitem(FishingRod), 1, getitemlink(FishingRod)));
@@ -191,6 +193,7 @@ L_Task:
if (BaseLevel >= 20 &&
JobLevel >= 6 &&
Zeny >= 1000 &&
+ (CRAFTQUEST || MPQUEST) &&
countitem(TulimsharGuardCard) &&
countitem(FishingRod) &&
countitem(LifestonePendant))
@@ -198,7 +201,8 @@ L_Task:
mesn;
if (!countitem(TulimsharGuardCard)) {
- mes l("The Guard Card will prove your intentions. Talk to the Lieutenant.");
+ mes l("The Guard Card will prove your intentions. Talk to the Lieutenant in front of the Guard House.");
+ mesc l("Completing this quest will allow access to the Guard House, where you can pick Daily Bounties for monsters.");
mes "";
}
if (!countitem(FishingRod)) {
@@ -214,6 +218,12 @@ L_Task:
mes l("There are some sailors near the forge. Think outside the box - or rather, inside it, unless you have a fortune to buy the items.");
mes "";
}
+ if (CRAFTQUEST || MPQUEST) {
+ mes lg("To register as a craftswoman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.", "To register as a craftsman, you need to talk to Intense Beard in Terranite Forge. The forge is in the Bazar.");
+ mes l("To register as a hunter, talk to Aidan, also in the marketplace - the Bazar.");
+ mesc l("You can, and @@, register on both programs, but only one is required for this quest.", b("SHOULD"));
+ mes "";
+ }
if (BaseLevel < 20) {
mes l("If you are in need to get lots of experience quickly, you should try to engage the bigger and stronger monsters in the town. However, if they hit you, it's Soul Menhir for you.");
mes "";