From cdf80879bbe7c1d023b915bab64001cd4af26ba0 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 26 May 2013 06:23:32 -0500 Subject: NPC changes --- world/map/npc/021-2/bank.txt | 7 +++++++ world/map/npc/021-2/barber.txt | 11 +++++++++++ world/map/npc/021-2/heathin.txt | 2 +- world/map/npc/021-2/hotel_receptionist.txt | 11 +++++++++++ world/map/npc/021-2/inya.txt | 2 +- world/map/npc/021-2/jhedia.txt | 2 +- world/map/npc/021-2/workshop.txt | 11 ----------- 7 files changed, 32 insertions(+), 14 deletions(-) create mode 100644 world/map/npc/021-2/bank.txt create mode 100644 world/map/npc/021-2/barber.txt create mode 100644 world/map/npc/021-2/hotel_receptionist.txt delete mode 100644 world/map/npc/021-2/workshop.txt (limited to 'world/map/npc/021-2') diff --git a/world/map/npc/021-2/bank.txt b/world/map/npc/021-2/bank.txt new file mode 100644 index 00000000..5ebbe5ea --- /dev/null +++ b/world/map/npc/021-2/bank.txt @@ -0,0 +1,7 @@ +// Another banker +021-2.gat,69,135,0|script|Hydusun|149,{ + set @npcname$, "Hydusun"; + callfunc "Banker"; + close; +} + diff --git a/world/map/npc/021-2/barber.txt b/world/map/npc/021-2/barber.txt new file mode 100644 index 00000000..d0ff401e --- /dev/null +++ b/world/map/npc/021-2/barber.txt @@ -0,0 +1,11 @@ +// A barber (later we can make it so certain styles need to come from him, for a price) +021-2.gat,72,101,0|script|Issay|156,{ + mes "[Issay the Barber]"; + mes "\"Do you need a change of style?\""; + next; + callfunc "Barber"; + mes "[Issay the Barber]"; + mes "\"Come again!\""; + close; +} + diff --git a/world/map/npc/021-2/heathin.txt b/world/map/npc/021-2/heathin.txt index 526e64e0..681f40df 100644 --- a/world/map/npc/021-2/heathin.txt +++ b/world/map/npc/021-2/heathin.txt @@ -1,6 +1,6 @@ //Items for NPC are incomplete. Makes "simple ring" which can be crafted into a useful ring by Inya and terranite armor. -021-2.gat,29,55,0|script|Heathin|147,{ +021-2.gat,70,129,0|script|Heathin|147,{ set @TARROW_REQ_TERRA_ORE, 1; set @TARROW_REQ_COAL, 5; diff --git a/world/map/npc/021-2/hotel_receptionist.txt b/world/map/npc/021-2/hotel_receptionist.txt new file mode 100644 index 00000000..0a7fcbb2 --- /dev/null +++ b/world/map/npc/021-2/hotel_receptionist.txt @@ -0,0 +1,11 @@ +// Tulimshar's main workshop + +// The receptionist +021-2.gat,22,63,0|script|Sonir|118,{ + mes "[Sonir]"; + mes "\"Welcome to The Wizards's Rest!\""; + next; + mes "[Sonir]"; + mes "\"We have limited housing on the second floor.\""; + close; +} diff --git a/world/map/npc/021-2/inya.txt b/world/map/npc/021-2/inya.txt index 946bdb33..4a70730c 100644 --- a/world/map/npc/021-2/inya.txt +++ b/world/map/npc/021-2/inya.txt @@ -1,7 +1,7 @@ //Gemstones: Diamond (white) , Ruby (red), Emerald (green), Sapphire (blue), Topaz (yellow), Amethyst (purple) //The power of the gems is important to future balance of these rings. Are they related to stats, tiers of power, schools of magic? -021-2.gat,43,62,0|script|Inya|106,{ +021-2.gat,80,134,0|script|Inya|106,{ mes "[Inya]"; mes "\"I am Inya, a jeweler of fine rings. If you have a Simple Ring and a gem, I can make a nice ring for you for 1,000,000 gold pieces.\""; diff --git a/world/map/npc/021-2/jhedia.txt b/world/map/npc/021-2/jhedia.txt index 32f043f3..1bffd0eb 100644 --- a/world/map/npc/021-2/jhedia.txt +++ b/world/map/npc/021-2/jhedia.txt @@ -1,6 +1,6 @@ // Ingot maker takes iron ore, gives ingots for future crafting purposes. -021-2.gat,23,55,0|script|Jhedia|160,{ +021-2.gat,70,124,0|script|Jhedia|160,{ set @Cost_Per_Ingot, 1000; set @Iron_Ore_Per, 5; diff --git a/world/map/npc/021-2/workshop.txt b/world/map/npc/021-2/workshop.txt deleted file mode 100644 index ed23ab5b..00000000 --- a/world/map/npc/021-2/workshop.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tulimshar's main workshop - -// The receptionist -021-2.gat,22,63,0|script|Sonir|118,{ - mes "[Sonir]"; - mes "\"This is Tulimshar's main workshop. Much crafting happens here.\""; - next; - mes "[Sonir]"; - mes "\"We also have limited housing on the second floor.\""; - close; -} \ No newline at end of file -- cgit v1.2.3-60-g2f50