summaryrefslogtreecommitdiff
path: root/npc/003-10/officer.txt
diff options
context:
space:
mode:
authorNetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org>2022-12-09 17:25:51 +0000
committerNetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org>2022-12-09 17:25:51 +0000
commitcef87ef1b53a64d4e3bd492fb550e0d0505bb0af (patch)
tree659e08b99af8285e4c82b3f09be3d14c62d0d1f8 /npc/003-10/officer.txt
parentfcf6f2ceb8c83cbf00e1eb9d6e85d441e813a29f (diff)
parent66e1b51e63c63a841ce35029ea37a8d97603c859 (diff)
downloadserverdata-cef87ef1b53a64d4e3bd492fb550e0d0505bb0af.tar.gz
serverdata-cef87ef1b53a64d4e3bd492fb550e0d0505bb0af.tar.bz2
serverdata-cef87ef1b53a64d4e3bd492fb550e0d0505bb0af.tar.xz
serverdata-cef87ef1b53a64d4e3bd492fb550e0d0505bb0af.zip
Merge branch 'more-dark-skin' into 'master'
dialogue polishing and cosmetic equipment adjustments for tulimshar guardhouse npcs See merge request ml/serverdata!76
Diffstat (limited to 'npc/003-10/officer.txt')
-rw-r--r--npc/003-10/officer.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt
index e06afe04c..789eeabab 100644
--- a/npc/003-10/officer.txt
+++ b/npc/003-10/officer.txt
@@ -12,17 +12,17 @@
}
if (.@q == 0) {
mesn;
- mesq l("Hey. If you want to kill monsters, you need a good sword. I think, a @@ would be the perfect fit for you.", getitemlink(WoodenSword));
+ mesq l("Hey. If you want to kill monsters, you need a good sword. I think, a %s would be the perfect fit for you.", getitemlink(WoodenSword));
next;
mesn;
- mesq l("I think, for just 25 @@, I could arrange one for you. Eh... Just don't think that you have an amazing weapon, alright?", getitemlink(RawLog));
+ mesq l("I think, for just 25 %s I could arrange one for you. Eh... Just don't think that you have an amazing weapon, alright?", getitemlink(RawLog));
next;
mesn;
- mesq l("You can kill @@ on the desert. It's a dangerous area though, so take care.", getmonsterlink(DesertLogHead));
+ mesq l("You can kill %s in the desert canyon. It's a dangerous area though, so take care.", getmonsterlink(DesertLogHead));
setq TulimsharQuest_WoodenSword, 1;
} else {
mesn;
- mesq l("I think, for just 25 @@, I could arrange a @@ for you.", getitemlink(RawLog), getitemlink(WoodenSword));
+ mesq l("I think, for just 25, %s I could arrange a %s for you.", getitemlink(RawLog), getitemlink(WoodenSword));
}
mes "";
select
@@ -36,14 +36,14 @@
setq TulimsharQuest_WoodenSword, 2;
getexp 580, 20;
mesn;
- mesq lg("Here's your sword, novice. Now go kill monsters.");
+ mesq lg("Here's your sword, son. Now go kill some monsters.");
}
close;
OnInit:
.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, DesertHelmet);
- setunitdata(.@npcId, UDT_HEADMIDDLE, Chainmail);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, BromenalChest);
setunitdata(.@npcId, UDT_HEADBOTTOM, WoodenSword);
setunitdata(.@npcId, UDT_WEAPON, JeansShorts);
setunitdata(.@npcId, UDT_HAIRSTYLE, 2);