summaryrefslogtreecommitdiff
path: root/npc/020-2_Nivalis/baktar.txt
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2011-01-03 15:54:46 -0500
committerWombat <hpwombat@yahoo.com>2011-01-03 15:54:46 -0500
commit1e1e26e1255a487a14ca99c60c3ab51ad3988f9b (patch)
tree6c8d20842e2c1e9c69ece12947b8b4e33500e00f /npc/020-2_Nivalis/baktar.txt
parenta4ca21bbd9ae3f3a1f3cad5267cf6c70daea5d84 (diff)
downloadserverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.tar.gz
serverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.tar.bz2
serverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.tar.xz
serverdata-1e1e26e1255a487a14ca99c60c3ab51ad3988f9b.zip
mob points for some monsters, some dialog fix for baktar (now active)
mob points for all monsters in mob_db.txt afaik. dialog fix for baktar, who is now active on the map.
Diffstat (limited to 'npc/020-2_Nivalis/baktar.txt')
-rwxr-xr-xnpc/020-2_Nivalis/baktar.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/020-2_Nivalis/baktar.txt b/npc/020-2_Nivalis/baktar.txt
index 644afddc..410e4c33 100755
--- a/npc/020-2_Nivalis/baktar.txt
+++ b/npc/020-2_Nivalis/baktar.txt
@@ -31,7 +31,7 @@
//# bit 0 knows the name/location of the opponent
//# bit 1 killed the ugly opponent
//#=========================
-//020-2.gat,70,61,0 script Baktar 191,{
+020-2.gat,70,61,0 script Baktar 191,{
set @npcname$, "[Baktar]";
set @Q_MASK, BYTE_0_MASK;
@@ -96,13 +96,13 @@
L_KnowAlready:
mes @npcname$;
- mes "\"So, you have a new item?\"";
+ mes "\"I love Tulimshar's stuff. I'm collecting souvenirs from Tulimshar to help remind me of all the great times I had there. If you give me an interesting item from the area, I'll give you a nice reward. So, you have a new item?\"";
goto L_startitem;
close;
L_exotic:
mes @npcname$;
- mes "\"I said that because I love Tulimshar's stuff ... if you give me an interesting item maybe I can give you a nice reward. But I don't need lots of stuff, I need only one example of each item.\"";
+ mes "\"I said that because I love Tulimshar's stuff...I'm collecting souvenirs from Tulimshar to help remind me of all the great times I had there. If you give me an interesting item maybe I can give you a nice reward. But I don't need a lot, I just need one of each item.\"";
menu "I have some items on me maybe you'll like them ", L_startitem,
"Don't touch my stuff!", -,
"I'll get them. Bye.", -;
@@ -246,12 +246,12 @@ close;
L_Noitem:
mes @npcname$;
- mes "\"Where is your item?\"";
+ mes "\"Well, if you happen to get items from Tulimshar, see me first before you sell anything.\"";
close;
L_havealready:
mes @npcname$;
- mes "\"Well, I already have one of those.\"";
+ mes "\"I already collected what you can offer me.\"";
close;
S_Update_Var: