summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-27 23:50:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-27 23:50:04 -0300
commit6824ded6fcab0cef75ef55d2d71453ed5937f535 (patch)
tree2267a1825aff30467196b63f03fa04ebfdc3f33b /npc/002-4
parent7f9621b7083c5edb3b9c35ccab0fe3b7f3f640ad (diff)
downloadserverdata-6824ded6fcab0cef75ef55d2d71453ed5937f535.tar.gz
serverdata-6824ded6fcab0cef75ef55d2d71453ed5937f535.tar.bz2
serverdata-6824ded6fcab0cef75ef55d2d71453ed5937f535.tar.xz
serverdata-6824ded6fcab0cef75ef55d2d71453ed5937f535.zip
Newest version of our travels!! Copy paste from TMW-BR
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/nard.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 9ff46c1a1..982c0cf27 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -192,25 +192,35 @@ L_Travel:
L_TCandor:
Zeny=Zeny-.@price;
- LOCATION$="Candor";
+ PC_DEST$="Candor";
mes "";
mesn;
mesq l("Candor Island, then? Yes, that is a pretty island, right?");
next;
mesq l("I was planning to go there soon, anyway. All aboard!");
- close;
+ close2;
+ addtimer nard_time(PC_DEST$), "#NardShip::OnEvent";
+ @timer_navio_running = 1;
+ warp "002-5", 39, 26;
+ end;
L_TTulim:
Zeny=Zeny-.@price;
- LOCATION$="Tulim";
+ PC_DEST$="Tulim";
+ addtimer nard_time(PC_DEST$), "#NardShip::OnEvent";
+ @timer_navio_running = 1;
mes "";
mesn;
mesq l("Tulimshar, right? The oldest human city-state!");
next;
mesq l("I was planning to go there soon, anyway. All aboard!");
- close;
+ close2;
+ addtimer nard_time(PC_DEST$), "#NardShip::OnEvent";
+ @timer_navio_running = 1;
+ warp "002-5", 39, 26;
+ end;
L_Close:
close;