-
Notifications
You must be signed in to change notification settings - Fork 177
Moon Mage Tutorials
Check this page for tutorials on how to configure your setup file for moon mageing
Invocation of the Spheres is a stat buff ritual spell that is cast on a planet. You need to have a telescope for casting this spell via script. You'll pull out your telescope and attempt to center it on each planet, letting the script know which planets are out. This incurs no rt, so its pretty fast but a little spammy.
Next you need to set up the spell data in your set up file. This is confirmed to work in waggle_sets
and buff_spells
.
Invocation of the Spheres:
mana: 700
focus: staff
worn_focus: true
stats:
- Agility
- Discipline
- Wisdom
The list called stats
is specific to this spell. This is a list of stats you want to buff, in order. So, in this example the spell will attempt to cast on an agility buffing planet. If no planet is out that buffs agility, then it will try for a discipline planet.
You can train attunement and astrology with the following settings
training_abilities:
PercMana: 60
Astrology: 300
Please note that PercMana
is not the same as Perc
which the other guilds use. Perc
does not work via the scripts for Moon Mages. Also note that astrology is trained via predict weather, which teaches terribly or not at all beyond ~200 ranks.
Nothing here yet...
Astrology training is done via the ;astrology
script.
Astrology training uses a waggle set called astrology
. You'll need to make one to use the ;astrology
script with any effectiveness. Follow the tutorial on Waggle Sets if you've never set one up before. As a bare minimum, you will want Piercing Gaze in that set. Other useful spells include: Aura Sight, Read the Ripples, Destiny Cipher, and Clear Vision.
You can optionally define a custom training routine if you want to do something other than the default routine (like use Read the Ripples, predict events, or walk the astral plane). To do this make a list called astrology_training
astrology_training:
- observe
- rtr
- events
- weather
- moons
- ways
The above list will do the following in order: make an observation, use read the ripples, predict events, predict the weather, perceive the moons, and walk the astral plane. This is entirely too much, but just an example of all the possible options.
Nothing here yet... currently only bones are supported.
Nothing here yet...
- Make sure RtR and Piercing Gaze are in your
astrology
spell set. - Add
rtr
to theastrology_training
list.
If you don't have an astrology_training
list as shown above, then you'll need to make one.
Tip: If you add observe
before rtr
then you will get a 'free' observation as RtR resets this observation timer once its cast. Also, RtR, observe, and moons are more than enough to mind lock a moon mage.
astrology_training:
- observe
- rtr
- moons
This is supported via the ;bescort
script and requires no configuration. The usage is ;bescort ways <destination>
. To see the possible destinations, run ;bescort ways
without the destination argument.
If you do not possess the 100th circle ability yet, then you will need to stand infront of a grazhir shard before running ;bescort
. Most of the shards are tagged with 'grazhir' so you can use ;go2 grazhir
to walk to the nearest one.
The script will enter the ways from anywhere by casting grazhir. Just run the script to start walking.