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 | |
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')
-rw-r--r-- | npc/003-1-2/_import.txt | 2 | ||||
-rw-r--r-- | npc/003-1-2/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/003-1-2/_warps.txt | 2 | ||||
-rw-r--r-- | npc/003-2/estard.txt | 26 | ||||
-rw-r--r-- | npc/003-4/_import.txt | 2 | ||||
-rw-r--r-- | npc/003-4/_warps.txt | 2 |
6 files changed, 17 insertions, 19 deletions
diff --git a/npc/003-1-2/_import.txt b/npc/003-1-2/_import.txt index 2b6b015f7..6237ae196 100644 --- a/npc/003-1-2/_import.txt +++ b/npc/003-1-2/_import.txt @@ -1,4 +1,4 @@ -// Map 003-1-2: Tulimshar Jeweler +// Map 003-1-2: Tulimshar Wall // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-1-2/_mobs.txt", "npc/003-1-2/_warps.txt", diff --git a/npc/003-1-2/_mobs.txt b/npc/003-1-2/_mobs.txt index 531b82111..fbebe95b6 100644 --- a/npc/003-1-2/_mobs.txt +++ b/npc/003-1-2/_mobs.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 003-1-2: Tulimshar Jeweler mobs +// Map 003-1-2: Tulimshar Wall mobs 003-1-2,34,36,15,3 monster Black Scorpion 1074,2,35000,150000 diff --git a/npc/003-1-2/_warps.txt b/npc/003-1-2/_warps.txt index 84eaa9b60..6fd6be463 100644 --- a/npc/003-1-2/_warps.txt +++ b/npc/003-1-2/_warps.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 003-1-2: Tulimshar Jeweler warps +// Map 003-1-2: Tulimshar Wall warps 003-1-2,33,34,0 warp #003-1-2_33_34 0,0,003-1,81,119 003-1-2,19,34,0 warp #003-1-2_19_34 0,0,003-1,53,119 003-1-2,48,34,0 warp #003-1-2_48_34 0,0,003-1,116,119 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 { diff --git a/npc/003-4/_import.txt b/npc/003-4/_import.txt index b6c9bd0bb..a15662b0e 100644 --- a/npc/003-4/_import.txt +++ b/npc/003-4/_import.txt @@ -1,3 +1,3 @@ -// Map 003-4: Omar House +// Map 003-4: Forgotten Shop // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-4/_warps.txt", diff --git a/npc/003-4/_warps.txt b/npc/003-4/_warps.txt index c935a6424..2334fc919 100644 --- a/npc/003-4/_warps.txt +++ b/npc/003-4/_warps.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 003-4: Omar House warps +// Map 003-4: Forgotten Shop warps 003-4,39,39,0 warp #003-4_39_39 0,0,003-1,54,138 |