From 2532624d48665b07a2d89812274613885f9ae70f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Mar 2021 02:33:13 -0300 Subject: Captain Nard is now responsible for Artis<->Tulimshar route. The Artis<->Candor route is also allowed. --- npc/002-3/nard.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'npc/002-3') 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; -- cgit v1.2.3-60-g2f50