diff options
Diffstat (limited to 'world/map/npc/021-2')
-rw-r--r-- | world/map/npc/021-2/bank.txt | 7 | ||||
-rw-r--r-- | world/map/npc/021-2/barber.txt | 11 | ||||
-rw-r--r-- | world/map/npc/021-2/heathin.txt | 2 | ||||
-rw-r--r-- | world/map/npc/021-2/hotel_receptionist.txt (renamed from world/map/npc/021-2/workshop.txt) | 6 | ||||
-rw-r--r-- | world/map/npc/021-2/inya.txt | 2 | ||||
-rw-r--r-- | world/map/npc/021-2/jhedia.txt | 2 |
6 files changed, 24 insertions, 6 deletions
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/workshop.txt b/world/map/npc/021-2/hotel_receptionist.txt index ed23ab5b..0a7fcbb2 100644 --- a/world/map/npc/021-2/workshop.txt +++ b/world/map/npc/021-2/hotel_receptionist.txt @@ -3,9 +3,9 @@ // The receptionist 021-2.gat,22,63,0|script|Sonir|118,{ mes "[Sonir]"; - mes "\"This is Tulimshar's main workshop. Much crafting happens here.\""; + mes "\"Welcome to The Wizards's Rest!\""; next; mes "[Sonir]"; - mes "\"We also have limited housing on the second floor.\""; + mes "\"We have limited housing on the second floor.\""; close; -}
\ No newline at end of file +} 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; |