diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-23 03:07:04 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-23 03:07:04 -0300 |
commit | 60e378eca5f9d2d3575aaeb8dae5ec57553affc7 (patch) | |
tree | c673c16e598a1b51b9625f4ed32462cf86e18c44 /npc/003-2/estard.txt | |
parent | 880c378a39d72d43751a81fa9726146880a75d6e (diff) | |
download | serverdata-60e378eca5f9d2d3575aaeb8dae5ec57553affc7.tar.gz serverdata-60e378eca5f9d2d3575aaeb8dae5ec57553affc7.tar.bz2 serverdata-60e378eca5f9d2d3575aaeb8dae5ec57553affc7.tar.xz serverdata-60e378eca5f9d2d3575aaeb8dae5ec57553affc7.zip |
Make Maps. Estard also notifies if you're in a guild.
Diffstat (limited to 'npc/003-2/estard.txt')
-rw-r--r-- | npc/003-2/estard.txt | 26 |
1 files changed, 12 insertions, 14 deletions
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 { |