From bbaf82232316765091d76c718b96d97f2c464f29 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 Jun 2019 09:39:06 -0300 Subject: You can now rent a Tortuga on La Marine. Tortugas are 33% slower than Mouboos. Their rent price is only half, and you can rent them... well, in La Marine. But beware: Renting a Tortuga disable Mouboo renting, and vice-versa! --- npc/016-1/_import.txt | 1 + npc/016-1/teraa.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/016-1/teraa.txt diff --git a/npc/016-1/_import.txt b/npc/016-1/_import.txt index 1a7b25d8d..75e6e9900 100644 --- a/npc/016-1/_import.txt +++ b/npc/016-1/_import.txt @@ -4,3 +4,4 @@ "npc/016-1/captain.txt", "npc/016-1/doors.txt", "npc/016-1/laranja.txt", +"npc/016-1/teraa.txt", diff --git a/npc/016-1/teraa.txt b/npc/016-1/teraa.txt new file mode 100644 index 000000000..3cad0c31f --- /dev/null +++ b/npc/016-1/teraa.txt @@ -0,0 +1,17 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Tortuga Renting (var MOUBOO_RENTTIME ) + +016-1,32,28,0 script Teraa NPC_ELVEN_MAN_STANDING,{ + TortugaRent(); + closeclientdialog; + goodbye(); + close; + +OnInit: + .distance=4; + end; +} + -- cgit v1.2.3-60-g2f50