summaryrefslogtreecommitdiff
path: root/npc/008-1-1/koga.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1/koga.txt')
-rw-r--r--npc/008-1-1/koga.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt
index 34bc75fc..404d1235 100644
--- a/npc/008-1-1/koga.txt
+++ b/npc/008-1-1/koga.txt
@@ -2,25 +2,23 @@
// Author:
// Micksha
// Description:
-// The Koga in Artis, only accessable via Rowboat.
+// The Koga in Argaes
// THIS IS A PLACEHOLDER!
-008-1-1,30,60,0 script Koga#008-1-1 NPC_KOGA,{
+008-1-1,27,60,0 script Gema IV#008-1-1 NPC_LA_MARINE,{
function kogaWrongMap;
if (getmap() != "008-1-1")
kogaWrongMap();
- speech
- l("So, finally, we are here."),
- l("Do you want to go back to Artis? You really should be afraid of the Legion there, now that you have been here in Woodland. They somehow smell the odor of the Brotherhood.");
+ mesc l("Returning to Artis is free, but coming back to Argaes after doing this may not be so.");
next;
mesc l("Return to Artis?");
if (askyesno() == ASK_YES)
{
closeclientdialog;
setmount 0;
- warp "001-1", 199, 91;
- dispbottom l("After a tiring, yet fast, travel by Koga, you arrive at @@.", l("Artis"));
+ EnterTown("Artis", true);
+ dispbottom l("The travel is a blur, you cannot remember much of it before reaching %s.", l("Artis"));
}
close;
@@ -31,6 +29,7 @@ function kogaWrongMap {
OnInit:
.bodytype = BODYTYPE_3;
- .distance = 4;
+ .distance = 7;
+ .alwaysVisible = true;
end;
}