summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/constants.conf1
-rw-r--r--npc/017-3/dimonds.txt4
-rw-r--r--npc/017-3/doug.txt2
3 files changed, 4 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 0f4e1cf7a..7c3a0e755 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3955,6 +3955,7 @@ constants_db: {
NPC_KOGA: 183
// LoF Non Animated NPCs
+ NPC_FEMALE_WORKER: 203
NPC_TECH_EXPLORER: 208
NPC_CHEF: 210
NPC_GLASS_OLD_LADY: 211
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt
index 822039894..f3b811593 100644
--- a/npc/017-3/dimonds.txt
+++ b/npc/017-3/dimonds.txt
@@ -13,7 +13,7 @@
mesq l("Please, don't say I got fat. I DON'T WANNA HEAR IT FROM YOU, WAS I CLEAR?");
next;
mesn;
- mesq l("Talk to the waitress to get some food. We also have shops on the 2nd Floor, and an inn on the 3rd Floor.\"";
+ mesq l("Talk to the waitress to get some food. We also have shops on the 2nd Floor, and an inn on the 3rd Floor.");
close;
OnInit:
@@ -86,7 +86,7 @@ OnInit:
}
-017-3,35,35,0 script Shannon NPC_NOBLEMAN,{
+017-3,35,35,0 script Shannon NPC_LOF_NOBLEMAN,{
mesn;
mesq l("I'm a traveling poet and admirer of Robert Burns, a bard from the mana world.");
next;
diff --git a/npc/017-3/doug.txt b/npc/017-3/doug.txt
index 4a38f7838..ac4509ffa 100644
--- a/npc/017-3/doug.txt
+++ b/npc/017-3/doug.txt
@@ -9,7 +9,7 @@
mesn;
mesq l("This room is too dark. I want to brighten it up.");
next;
- .@price=*getiteminfo(CaveSnakeLamp, ITEMINFO_SELLPRICE)*11/10)*5;
+ .@price=(getiteminfo(CaveSnakeLamp, ITEMINFO_SELLPRICE)*11/10)*5;
mesn;
mesq l("I am willing to pay @@ GP for each 5 @@ you bring me!", .@price, getitemlink(CaveSnakeLamp));
next;