summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-10 07:58:57 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-10 07:58:57 -0300
commit8f8a8d051ae8720a27e0b525341b068ac1d3a2ea (patch)
treebff88d1a993742dc7d17b2c9de008304ee94b039
parent758c9a80791cb968fd8ec972765bc8da0df53238 (diff)
downloadserverdata-8f8a8d051ae8720a27e0b525341b068ac1d3a2ea.tar.gz
serverdata-8f8a8d051ae8720a27e0b525341b068ac1d3a2ea.tar.bz2
serverdata-8f8a8d051ae8720a27e0b525341b068ac1d3a2ea.tar.xz
serverdata-8f8a8d051ae8720a27e0b525341b068ac1d3a2ea.zip
Some minor improvements... Fixes, even.
-rw-r--r--npc/001-3-2/henry.txt6
-rw-r--r--npc/items/shovel.txt3
2 files changed, 7 insertions, 2 deletions
diff --git a/npc/001-3-2/henry.txt b/npc/001-3-2/henry.txt
index 4bbe2996..136259f6 100644
--- a/npc/001-3-2/henry.txt
+++ b/npc/001-3-2/henry.txt
@@ -195,10 +195,13 @@ function reportSecondQuest {
mesn;
mesq l("Take this %s. There is something good on it; Just use a %s.",
getitemlink(TreasureMap), getitemlink(IronShovel));
+
+ // Obtain the map, quest is done
+ inventoryplace TreasureMap, 1;
getitem TreasureMap, 1;
setq1 ThiefQuests_Artis, 6;
+
// Override the treasure location, if already existing
- // 199,61 200,61 199,62 200,62
.@m$="001-1";
.@x=any(199, 200);
.@y=any(61,62);
@@ -207,6 +210,7 @@ function reportSecondQuest {
ShovelQuests_AssignedMAP$=shovel_getcity(.@m$);
ShovelQuests_AssignedX=.@x;
ShovelQuests_AssignedY=.@y;
+
// TODO: If we add a daily legion quest, it must be "redemption"~ish
// That is, destroy points from all other three factions
.@t$=faction_addrep("Legion", -15);
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index ac1cd50c..13aba25d 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -213,6 +213,7 @@ OnInit:
// Partial maps
AddDigRect("001-1", 172, 26, 200, 48);
+ AddDigRect("001-1", 198, 60, 201, 63);
AddDigRect("008-1-1", 32, 42, 46, 88);
AddDigRect("008-1-2", 40, 52, 114, 146);
AddDigRect("012-1", 44, 21, 139, 47);
@@ -270,7 +271,7 @@ function script shovel_getcity {
// else is not required (return prevails)
if (.@a$ == "001-1")
- return l("Artis Hills");
+ return l("Artis East Beach");
if (.@a$ == "008-1")
return l("East Woodlands");
if (.@a$ == "008-1-1")