From f81c9bf29573c5aed48ece46165a55b9dbe19e21 Mon Sep 17 00:00:00 2001 From: Saulc Date: Mon, 29 Jan 2018 21:30:07 +0100 Subject: change npc script --- npc/000-2-1/_import.txt | 1 - npc/000-2-1/_savepoints.txt | 9 --------- npc/000-2-1/knife.txt | 15 ++++++++------- npc/000-2-1/q'onan.txt | 16 ---------------- 4 files changed, 8 insertions(+), 33 deletions(-) delete mode 100644 npc/000-2-1/q'onan.txt (limited to 'npc/000-2-1') diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt index ba87b23ef..03a56e8c9 100644 --- a/npc/000-2-1/_import.txt +++ b/npc/000-2-1/_import.txt @@ -13,5 +13,4 @@ "npc/000-2-1/knife.txt", "npc/000-2-1/mapflags.txt", "npc/000-2-1/peter.txt", -"npc/000-2-1/q'onan.txt", "npc/000-2-1/story_save.txt", diff --git a/npc/000-2-1/_savepoints.txt b/npc/000-2-1/_savepoints.txt index 14b79c7e4..4d48830c8 100644 --- a/npc/000-2-1/_savepoints.txt +++ b/npc/000-2-1/_savepoints.txt @@ -13,15 +13,6 @@ OnInit: savepointparticle .map$, .x, .y, NO_INN; close; -OnInit: - .distance = 2; - .sex = G_OTHER; - end; -} -000-2-1,50,38,0 script #save_000-2-1_50_38 NPC_SAVE_POINT,{ - savepointparticle .map$, .x, .y, NO_INN; - close; - OnInit: .distance = 2; .sex = G_OTHER; diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index d8d1d54ad..6fe6ea55a 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -1,6 +1,7 @@ // Evol scripts. // Authors: -// Ablu +// Ablu +// Saulc // Qwerty Dragon // Description: // Knife on the table. @@ -15,22 +16,22 @@ if (.@q) close; mesn "Narrator"; - mes col(l("There are some knives on the table. Would you like to take one?"), 9); + mes col(l("There are some old rusty knives on the table. Would you like to take one?"), 9); next; menu - l("Yes."), L_Give, - l("No."), -; - + l("Yeah !."), L_Give, + l("Na."), -; + closedialog; close; L_Give: mes ""; - inventoryplace Knife, 1; + inventoryplace RustyKnife, 1; setq ShipQuests_Knife, 1; - getitem Knife, 1; + getitem RustyKnife, 1; mesn "Narrator"; mes col(l("To open your inventory, use the F3 key or use your mouse to select it in the above menu in your client."), 9); diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt deleted file mode 100644 index bee4f34a9..000000000 --- a/npc/000-2-1/q'onan.txt +++ /dev/null @@ -1,16 +0,0 @@ -// Evol scripts. -// Authors: -// Alige -// Vasily_Makarov -// Description: -// Sleeping and snoring NPC. - -000-2-1,53,38,0 script Q'Onan#000-2-1 NPC_ORC_SAILOR,{ - asleep; - close; - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} -- cgit v1.2.3-70-g09d2