summaryrefslogtreecommitdiff
path: root/npc/00000SAVE
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-06 12:01:16 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-06 12:01:16 -0300
commit7fe4716444954eb596aefc626dc66e1bfc9b252e (patch)
treeee9a018771ffd5ecb94a7cd8aa6dc20ee3298cb2 /npc/00000SAVE
parent9f0e80eab6ff4ef902de96f0191ec4db395cbe57 (diff)
downloadserverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.tar.gz
serverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.tar.bz2
serverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.tar.xz
serverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.zip
Update Sagratha notes. Sunday 18:00 is the server happy hour!
(Yes, I used GvG times to make this happy hour. Saturday/Sunday 21h are on sight.)
Diffstat (limited to 'npc/00000SAVE')
-rw-r--r--npc/00000SAVE/misc/sagratha.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/00000SAVE/misc/sagratha.txt b/npc/00000SAVE/misc/sagratha.txt
index b774af006..d754e64b3 100644
--- a/npc/00000SAVE/misc/sagratha.txt
+++ b/npc/00000SAVE/misc/sagratha.txt
@@ -4,6 +4,32 @@
//
// Will be extensively modified and (almost) entirely rewriten for TMW2:ML.
// Serves merely as a reference.
+// Monster Reputation Table
+// Good Bad
+// Squirrel (2) Vicious Squirrel
+// Fluffy (3) Scorpion
+// Easter Fluffy (3) Angry Scorpion
+// Reinboo (3) Red Scorpion
+// Santaboo (3) Black Scorpion
+// Pollett (3) Wicked Mushroom
+// Mouboo (4) Evil Mouboo
+// Pinkie (3) Bluepar
+//
+// Sagatha also has a specific list of good animals she cares about. You need to kill however the bad ones she doesn't like. The number (#) indicates how much it affects Sagatha. The "unhappiness" of Sagatha is limited to 15 so you don't have to kill a lot of bad monsters to make her happy.
+// For this we can just cause unhappiness for killing Holy/Nature, and recover happiness for all else. Shadow/Undead kills give double happiness.
+//
+// When talking to Pauline, if you have learned Astral Magic Skill, she will tell you about some painting she found in a cave. She will tell you the invocations to both the summon pinkie and the summon mouboo spells she found, but she doesn't know the right ingredients for the spells. Your task is to find those ingredients. She will give you a hint. The ingredients are somewhat similar to other Astral Spells.
+//
+// When you come back she will ask for this ingredients. Starting with the Mouboo spell you will have to type in the ingredients. The right ingredients for the Mouboo spell are one Root and a Mouboo Figurine. You have to type "Root" and "MoubooFigurine". The input is case sensitive and will not accept spaces. You also have to give her these items to complete the quest.
+//
+// Caution: You can type in any ingredient you want, if you have that with you she will take it and the item is gone. So do not give her any rare items just to play around. Items you give her trying to complete the Quest will be lost, and cannot be restored.
+//
+// Once you typed in and gave her the correct ingredients she will spawn a mouboo and give you 10.000EXP as a reward.
+
+
+
+
+
function script QuestSagrathaHappy {
@unhappiness = (QUEST_MAGIC & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT;