summaryrefslogtreecommitdiff
path: root/npc/036-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/036-2
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/036-2')
-rw-r--r--npc/036-2/_import.txt7
-rwxr-xr-xnpc/036-2/casino.txt9
-rwxr-xr-xnpc/036-2/emblems.txt26
-rwxr-xr-xnpc/036-2/koga-candor.txt25
-rwxr-xr-xnpc/036-2/mapflags.txt2
-rwxr-xr-xnpc/036-2/shops.txt12
6 files changed, 81 insertions, 0 deletions
diff --git a/npc/036-2/_import.txt b/npc/036-2/_import.txt
new file mode 100644
index 00000000..9f6bc03f
--- /dev/null
+++ b/npc/036-2/_import.txt
@@ -0,0 +1,7 @@
+// Map 036-2: None
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/036-2/casino.txt",
+"npc/036-2/emblems.txt",
+"npc/036-2/koga-candor.txt",
+"npc/036-2/mapflags.txt",
+"npc/036-2/shops.txt",
diff --git a/npc/036-2/casino.txt b/npc/036-2/casino.txt
new file mode 100755
index 00000000..158ecfae
--- /dev/null
+++ b/npc/036-2/casino.txt
@@ -0,0 +1,9 @@
+036-2,34,37,0 script Slots#6 NPC400,{
+ callfunc "SlotMachine";
+ close;
+}
+
+036-2,36,37,0 script Slots#7 NPC400,{
+ callfunc "SlotMachine";
+ close;
+}
diff --git a/npc/036-2/emblems.txt b/npc/036-2/emblems.txt
new file mode 100755
index 00000000..de61902b
--- /dev/null
+++ b/npc/036-2/emblems.txt
@@ -0,0 +1,26 @@
+036-2,29,27,0 script #k2city1e NPC412,{
+ end;
+ OnInit:
+ disablenpc "#k2city1e";
+ end;
+}
+036-2,29,27,0 script #k2city1d NPC413,{
+ end;
+}
+
+036-2,31,27,0 script #k2city2e NPC416,{
+ end;
+ OnInit:
+ disablenpc "#k2city2e";
+ end;
+}
+036-2,31,27,0 script #k2city2d NPC417,{
+ end;
+}
+
+036-2,32,27,0 script #k2sound NPC127,{
+ end;
+ OnCommandDing:
+ specialeffect 402;
+ end;
+}
diff --git a/npc/036-2/koga-candor.txt b/npc/036-2/koga-candor.txt
new file mode 100755
index 00000000..97d0c722
--- /dev/null
+++ b/npc/036-2/koga-candor.txt
@@ -0,0 +1,25 @@
+
+036-2,39,29,0 script #KogaCandorExit NPC45,0,1,{
+ mes "Disembark the ferry for "+$@CandorDocks$[$@CandorCurrentDock]+"?";
+ menu
+ "Yes.", L_Leave,
+ "Nevermind", L_close;
+
+L_Leave:
+ if ($@CandorCurrentDock == 0)
+ goto L_Candor;
+ if ($@CandorCurrentDock == 1)
+ goto L_Hurnscald;
+ goto L_close;
+
+L_Hurnscald:
+ warp "008-1", 137, 75;
+ goto L_close;
+
+L_Candor:
+ warp "029-1", 46, 109;
+ goto L_close;
+
+L_close:
+ close;
+}
diff --git a/npc/036-2/mapflags.txt b/npc/036-2/mapflags.txt
new file mode 100755
index 00000000..0a2e8b08
--- /dev/null
+++ b/npc/036-2/mapflags.txt
@@ -0,0 +1,2 @@
+//036-2 mapflag town
+//036-2 mapflag resave 036-2,20,21
diff --git a/npc/036-2/shops.txt b/npc/036-2/shops.txt
new file mode 100755
index 00000000..de381bd8
--- /dev/null
+++ b/npc/036-2/shops.txt
@@ -0,0 +1,12 @@
+
+036-2,23,38,0 shop Chef Armand NPC211,539:87,676:200,503:10
+036-2,35,22,0 shop Gunney NPC138,1199:4,529:4
+
+036-2,23,35,0 script Bunkmaster Daban NPC212,{
+ @npcname$ = "Bunkmaster Daban";
+ @Cost = 100;
+ callfunc "Inn";
+ @npcname$ = "";
+ @Cost = 0;
+ close;
+}