diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-17 02:33:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-17 02:33:13 -0300 |
commit | 2532624d48665b07a2d89812274613885f9ae70f (patch) | |
tree | 455d2d771fefd1b492476300c1d177f4e06181ed /npc/002-3 | |
parent | f87568e9b29ab6dc2b2bff4bee254a8f1b6bb5c8 (diff) | |
download | serverdata-2532624d48665b07a2d89812274613885f9ae70f.tar.gz serverdata-2532624d48665b07a2d89812274613885f9ae70f.tar.bz2 serverdata-2532624d48665b07a2d89812274613885f9ae70f.tar.xz serverdata-2532624d48665b07a2d89812274613885f9ae70f.zip |
Captain Nard is now responsible for Artis<->Tulimshar route.
The Artis<->Candor route is also allowed.
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index aed77d057..3544c3571 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -265,6 +265,7 @@ L_Travel: menu rif(Zeny >= .@price && LOCATION$ != "Candor", l("To Candor Island.")), L_TCandor, rif(Zeny >= .@price && LOCATION$ != "Tulim", l("To Tulimshar.")), L_TTulim, + rif(Zeny >= .@price && LOCATION$ != "Artis" && $FIRESOFSTEAM, l("To Artis.")), L_TArtis, rif(ST_TIER == 7 && gettimetick(2) < QUEST_ELEVARTEMPO ,l("Help me, I need Jesusaves Grimorie!")), L_Tier2, rif(ST_TIER == 9 && countitem(Lifestone) && gettimetick(2) < QUEST_ELEVARTEMPO ,l("Help me, I need Jesusaves Grimorie!")), L_Tier2Ok, l("No, I'll save my money."), -; @@ -305,6 +306,22 @@ L_TTulim: warp "002-5", 39, 26; end; +L_TArtis: + Zeny=Zeny-.@price; + PC_DEST$="Artis"; + @timer_navio_running = 1; + + mes ""; + mesn; + mesq l("Artis, right? So Andrei Sakar summoned you?"); + next; + mesq l("Hahaha, good luck out there, my friend!"); + close2; + addtimer nard_time(PC_DEST$), "#NardShip::OnEvent"; + @timer_navio_running = 1; + warp "002-5", 39, 26; + end; + L_Tier2: mes ""; mesn; |