summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2010-08-23 23:45:23 -0400
committerWombat <hpwombat@yahoo.com>2010-08-23 23:45:23 -0400
commitde8bd6efdc47ca624c944346a1aa37916924f7d0 (patch)
tree16312c4d1f370ed30cfc375b3cf15c3b13d04876 /npc
parent4eed1c99a669e5a8dc331ba34e8bbe8867be21b4 (diff)
downloadserverdata-de8bd6efdc47ca624c944346a1aa37916924f7d0.tar.gz
serverdata-de8bd6efdc47ca624c944346a1aa37916924f7d0.tar.bz2
serverdata-de8bd6efdc47ca624c944346a1aa37916924f7d0.tar.xz
serverdata-de8bd6efdc47ca624c944346a1aa37916924f7d0.zip
News update, Bug fixes, Monster Drop Changes for Gems
fixed a few things from previous git commits on branch, updated news
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1_Tulimshar/bernard.txt4
-rw-r--r--npc/001-1_Tulimshar/sandra.txt2
-rw-r--r--npc/002-1_Sandstorm/lieutenant_dausen.txt2
-rw-r--r--npc/functions/mob_points.txt2
4 files changed, 6 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/bernard.txt b/npc/001-1_Tulimshar/bernard.txt
index 44965d27..1c5ee328 100644
--- a/npc/001-1_Tulimshar/bernard.txt
+++ b/npc/001-1_Tulimshar/bernard.txt
@@ -54,7 +54,7 @@ L_Progress:
if (countitem("RoastedMaggot") < 1) goto L_NotEnough;
mes "[Bernard]";
mes "\"Oooh, perfect! It's perfect!";
- mes "You brought me my Roasted Maggot! Here, have some cake for your troubles.\"";
+ mes "You brought me my [Roasted Maggot]! Here, have some cake for your troubles.\"";
getinventorylist;
if (@inventorylist_count - (countitem("RoastedMaggot") == 1) > 99 - (countitem("CherryCake") == 0) ) goto L_TooMany;
delitem "RoastedMaggot", 1;
@@ -67,7 +67,7 @@ L_Progress2:
if (countitem("MaggotSlime") < 3) goto L_NotEnough1;
mes "[Bernard]";
mes "\"Nice! They're perfect, just perfect!";
- mes "You brought me the 3 maggot slimes! Here, have some beer as reward.\"";
+ mes "You brought me the 3 [Maggot Slimes]! Here, have some beer as reward.\"";
getinventorylist;
if ((@inventorylist_count - (countitem("MaggotSlime") == 3) > 99 - (countitem("Beer") == 0) )) goto L_TooMany;
delitem "MaggotSlime", 3;
diff --git a/npc/001-1_Tulimshar/sandra.txt b/npc/001-1_Tulimshar/sandra.txt
index 29f92b28..d3347259 100644
--- a/npc/001-1_Tulimshar/sandra.txt
+++ b/npc/001-1_Tulimshar/sandra.txt
@@ -82,7 +82,7 @@ L_Progress:
mes "\"Excellent!";
mes "You brought me 5 [Scorpion Stinger]s!\"";
getinventorylist;
- if ((@inventorylist_count - (countitem("ScorpionStinger") == 5) - (countitem("Arrow") == 0) > 99)) goto L_TooMany;
+ if (@inventorylist_count == 100 && countitem(ScorpionStinger) > 5) goto L_TooMany;
delitem "ScorpionStinger", 5;
getitem "Bow", 1;
getitem "Arrow", 100;
diff --git a/npc/002-1_Sandstorm/lieutenant_dausen.txt b/npc/002-1_Sandstorm/lieutenant_dausen.txt
index e2e406d6..69502cf6 100644
--- a/npc/002-1_Sandstorm/lieutenant_dausen.txt
+++ b/npc/002-1_Sandstorm/lieutenant_dausen.txt
@@ -22,7 +22,7 @@ L_LD_Get_Rep_First:
mes "\"Hello. I am Lieutenant Dausen. I monitor the monster threat around the city to ensure the safety of its citizens.\"";
next;
mes "[Lieutenant Dausen]";
- mes "\"I may have a job for you, stranger, but first I would like to learn more about you. Go walk among the citizens of Tulimshar, see if any of them could use some help. Once you have established a good reputation, word will get to me.\";
+ mes "\"I may have a job for you, stranger, but first I would like to learn more about you. Go walk among the citizens of Tulimshar, see if any of them could use some help. Once you have established a good reputation, word will get to me.\"";
close;
L_LD_Start:
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt
index c594fae2..768b874d 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -62,6 +62,8 @@ function script MobPoints {
5, // Ice Goblin
8, // Archant
36, // Giant Cave Maggot
+ 40, // Moggun
+ 100, // Terranite
// Add more here
0; // END