From 1e1e26e1255a487a14ca99c60c3ab51ad3988f9b Mon Sep 17 00:00:00 2001 From: Wombat Date: Mon, 3 Jan 2011 15:54:46 -0500 Subject: 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. --- npc/020-2_Nivalis/baktar.txt | 10 +++++----- npc/functions/mob_points.txt | 10 ++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) (limited to 'npc') 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: diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index 768b874d..8c53e36f 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -64,6 +64,16 @@ function script MobPoints { 36, // Giant Cave Maggot 40, // Moggun 100, // Terranite + 10, // Pumpkin + 10, // Bandit + 20, // Bandit Lord + 50, // Vampire Bat + 100, // The Lost + 200, // Reaper + 20, // Scythe + 20, // Ball Lightning + 30, // Ice Element + 40, // Yeti // Add more here 0; // END -- cgit v1.2.3-70-g09d2