From 60e378eca5f9d2d3575aaeb8dae5ec57553affc7 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 23 Feb 2018 03:07:04 -0300 Subject: Make Maps. Estard also notifies if you're in a guild. --- npc/003-2/estard.txt | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'npc/003-2/estard.txt') diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index 9c49b1d13..c7177951e 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -1,18 +1,12 @@ +// TMW-2 Scripts. +// Author: +// Jesusalva +// Description: +// Manages party and guild. + // Evol scripts. // Author: // Reid -// Description: -// Light Armor shop keeper. -// Variables: -// ArtisQuests_Enora -// Values: -// 0 Default. -// 1 BlackSmith quest delivered. -// 2 Chelios Quest given. -// 3 Chelios Quest done. -// 4 BlackSmith gave the sword. -// 5 Light Armor Shop quest delivered. -// 6 Light Armor Shop gave the cloths. 003-2,32,34,0 script Estard NPC_PLAYER,{ @@ -52,8 +46,12 @@ } - speech S_LAST_NEXT, - lg("Welcome miss.", "Good day sir."); + mesn; + mesq lg("Welcome miss.", "Good day sir."); + + if (getcharid(2) > 0) + mesq l("You are part of the \"@@\" guild.", getguildname(getcharid(2))); + next; do { -- cgit v1.2.3-70-g09d2