Skip to content

Warrior Mage Tutorials

Jay Ryan edited this page Mar 2, 2021 · 21 revisions

Will update the Elanthipedia links when it is no longer broken.

Training

Here are some basics of training a Warrior Mage, arguably one of the easiest guilds in the game.

Summoning

You can train Summoning a few ways, but I recommend training with Pathways and Elemental (Summoned) Weapons.

Pathways

Pathways are supported within combat-trainer only using the buff_nonspells section. The below YAML setting will use the pathway every 300 seconds.

buff_nonspells:
  pathway focus damage: 300

Summoning Weapons

Within combat-trainer, summoned weapons can be used for training both the weapon skills but also the Summoning skill.

Warning: Summoning weapons takes charge, and if you use more than build during combat, you will sit and summon admittance during combat! You need to be aware of this and train appropriately!

The weapon_training: section's weapons should match the type of weapon which is summoned. The list for that is on Elanthipedia linked above, but here is an example.

You can utilize an ingot to improve the quality of the weapon, blank by default. Requirements are on Elanthipedia.
summoned_weapons_ingot: animite

Change the element of the weapon summoned, default is stone.
summoned_weapons_element: fire

Normal section for all weapons are listed, example:

weapon_training:
  Small Edged: cutlass
  Light Thrown: bola
  Twohanded Blunt: maul           # Summoned
  Twohanded Edged: marauder blade # Summoned
  Large Edged: nimsha             # Summoned, turned from broadsword
  Large Blunt: mace               # Summoned, turned from hara

Note: This needs to be included for every weapon you will be using. You are able to turn weapons to alternate templates as shown below.

summoned_weapons:
- name: Twohanded Edged # Summons the default weapon
- name: Large Edged
  turn: true
- name: Large Blunt
  turn: true
- name: Twohanded Blunt

Magic Training

Most casters train the same way. As with most magic, if not all, casting the spell at 1 mana of minimum prep trains the skill completely, and bypasses any type of resistance. Most undead require this. Mana doesn't directly increase EXP gains. You can train to 1750 ranks of Targeted Magic with a 16 mana Fire Balls, easily. Training warrior mages is varied though and you can do all sorts of things to fit your place style, but if you want the easymode/mix-max way of training, align to Fire and run the following spells:

Electrostatic Eddy is a very low-skill required AOE debil which will ultimately completely paralyze the engaged (or room) of enemies. It takes 80 skill to run effectively and auto-pilots the training of debilitation. You will never have to worry about debil moving, it will always be locked. Not only does this skill train debil, it also effectively decreases the ability, offensively and defensively of the critters you are fighting, making uphunting with weapons and buffs incredibly easy.

buff_spells:
  Electrostatic Eddy:
    recast: 0
    mana: 10
    cyclic: true
    expire: You release your connection to the

Fire Ball is a very low skill required AOE and MULTISTRIKE Targeted Magic spell. Multi strike means that the spell will hit the same (or many) targets multiple times. AOE means it does this against all engaged. You will lock, and keep locked, Targeted Magic with this spell. Fire Ball does an AOE version of Fire Shards, basically.

offensive_spells:
- name: Fire Shards
  mana: 2
  max_threshold: 1   # Use if only 1 target is in the room
- name: Fire Ball
  mana: 16
  min_threshold: 2   # Use if more than 1 target is in the room

Example Warrior Mage YAMLs

Leustyin
Zamecki
Qetu - A bit outdated, but may be easier to follow for newer users!

Clone this wiki locally