From The Mana World
Line 19: Line 19:
==Sagatha (?)==
==Sagatha (?)==
http://gitorious.org/tmw-eathena-data/mainline/blobs/master/conf/magic.conf.template (line 814) says:
http://gitorious.org/tmw-eathena-data/mainline/blobs/master/conf/magic.conf.template (line 814) says:
<code>
<code>
IF ((name = "Fluffy" || name = "Mouboo") && random(2))
IF ((name = "Fluffy" || name = "Mouboo") && random(2))
THEN { set @value, 1; callfunc "QuestSagathaHappy"; };</code>
THEN { set @value, 1; callfunc "QuestSagathaHappy"; };
</code>
 
Which seems to mean that if you shear a fluffy or mouboo it makes Sagatha happy.
Which seems to mean that if you shear a fluffy or mouboo it makes Sagatha happy.


(todo: add stuff)
(todo: add stuff)

Revision as of 18:44, 12 August 2009

Injured Mouboo

Cave next to mana seed's cave.

Sagatha's tree

Southeast of Tulimshar (Snake Desert), #kerflosh and /me hug tree

Transmutation lvl. 2

Audsbel sees your #parum boo figurine

Transmutation of Ash to Sulphur

Audsbel wants you to do some quests first.

Hinnak

Wants a beer, tells you about #kalmurk

War Swords

One beneath Hurnscald doesn't talk, other one is west of Dimond Cove (must cross bridge to see)

Sagatha (?)

http://gitorious.org/tmw-eathena-data/mainline/blobs/master/conf/magic.conf.template (line 814) says:

IF ((name = "Fluffy" || name = "Mouboo") && random(2))
THEN { set @value, 1; callfunc "QuestSagathaHappy"; };

Which seems to mean that if you shear a fluffy or mouboo it makes Sagatha happy.

(todo: add stuff)