summaryrefslogtreecommitdiff
path: root/npc/012-2-3
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/012-2-3
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/012-2-3')
-rw-r--r--npc/012-2-3/_import.txt5
-rw-r--r--npc/012-2-3/_warps.txt3
-rw-r--r--npc/012-2-3/cynric.txt54
-rw-r--r--npc/012-2-3/nyle.txt67
4 files changed, 0 insertions, 129 deletions
diff --git a/npc/012-2-3/_import.txt b/npc/012-2-3/_import.txt
deleted file mode 100644
index e04ba715..00000000
--- a/npc/012-2-3/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Map 012-2-3: Candor Shop
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/012-2-3/_warps.txt",
-"npc/012-2-3/cynric.txt",
-"npc/012-2-3/nyle.txt",
diff --git a/npc/012-2-3/_warps.txt b/npc/012-2-3/_warps.txt
deleted file mode 100644
index a64e4ecb..00000000
--- a/npc/012-2-3/_warps.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 012-2-3: Candor Shop warps
-012-2-3,33,37,0 warp #012-2-3_33_37 0,0,012-1,64,96
diff --git a/npc/012-2-3/cynric.txt b/npc/012-2-3/cynric.txt
deleted file mode 100644
index 712e4270..00000000
--- a/npc/012-2-3/cynric.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Cynric, Candor's banker.
-// THIS IS A PLACEHOLDER!
-
-012-2-3,27,28,0 script Cynric NPC_CYNRIC,{
- mesn;
- mesq l("Welcome to %s's Bank!", l($@BANK_TOWN$[.bankid]));
- next;
-
- do
- {
- select
- l("I would like to store some items."),
- l("I would like to perform money transactions."),
- l("Is there any request for me?"),
- menuaction(l("Quit"));
-
- mes "";
-
- switch (@menu) {
- case 1:
- mesn;
- mesq l("Sure thing! I'll have your items transported here from Artis before you realize!");
- next;
- closeclientdialog();
- openstorage();
- close;
- case 2:
- MerchantGuild_Bank();
- break;
- case 3:
- MerchantGuild_Quests(.bankid);
- break;
- default:
- closeclientdialog;
- goodbye;
- close;
- }
-
- } while (true);
- close;
-
-OnInit:
- .distance = 4;
-
- // Bank configuration
- array_push($@BANK_NAME$, .name$);
- array_push($@BANK_TOWN$, "Candor");
- .bankid = getarraysize($@BANK_NAME$)-1;
- end;
-}
diff --git a/npc/012-2-3/nyle.txt b/npc/012-2-3/nyle.txt
deleted file mode 100644
index 900f8776..00000000
--- a/npc/012-2-3/nyle.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Nyle, Candor's shopkeeper.
-// THIS IS A PLACEHOLDER!
-
-012-2-3,42,30,0 script Nyle NPC_NYLE,{
- mesn;
- mesq l("Welcome to my fine shop.");
- next;
- closeclientdialog;
- shop .name$;
- close;
-
-OnInit:
- .distance = 4;
- tradertype(NST_MARKET);
-
- // Equips
- sellitem BrimmedHat, -1, 35;
- sellitem Armbands, -1, 20;
- sellitem IronArmbands, -1, 20;
- sellitem BrownTrousers, -1, 30;
- sellitem LousyMoccasins, -1, 20;
- sellitem WoodenSword, -1, 50;
- sellitem PiouSlayer, -1, 15;
- sellitem LeatherShield, -1, 30;
- sellitem TrainingArrow, -1, 20000;
-
- // Edible
- sellitem Bread, -1, 15;
- sellitem CommonCarp, -1, 8;
- sellitem GrassCarp, -1, 7;
- sellitem PiberriesInfusion, -1, 200;
- sellitem FatesPotion, -1, 100;
- sellitem ClothoLiquor, -1, 50;
- sellitem LachesisBrew, -1, 30;
- sellitem AtroposMixture, -1, 10;
- sellitem ElixirOfLife, -1, 2;
-
- // Misc
- sellitem PiouEgg, -1, 25;
- end;
-
-OnClock0001:
- restoreshopitem BrimmedHat, 35;
- restoreshopitem Armbands, 20;
- restoreshopitem IronArmbands, 20;
- restoreshopitem BrownTrousers, 30;
- restoreshopitem LousyMoccasins, 20;
- restoreshopitem WoodenSword, 50;
- restoreshopitem PiouSlayer, 15;
- restoreshopitem LeatherShield, 30;
- restoreshopitem TrainingArrow, 20000;
- restoreshopitem Bread, 15;
- restoreshopitem CommonCarp, 8;
- restoreshopitem GrassCarp, 7;
- restoreshopitem PiberriesInfusion, 200;
- restoreshopitem FatesPotion, 100;
- restoreshopitem ClothoLiquor, 50;
- restoreshopitem LachesisBrew, 30;
- restoreshopitem AtroposMixture, 10;
- restoreshopitem ElixirOfLife, 2;
- restoreshopitem PiouEgg, 25;
- end;
-}