Skip to content

Necromancer Tutorials

Jonas Andersson edited this page Sep 26, 2017 · 27 revisions

Necromancer Tutorials

Combat

Healing in Combat

Harvesting in Combat

Zombies

Using a zombie requires a waggle set called 'zombie' and some settings under the zombie heading in your settings file. If you have no idea about waggle sets then look at Waggle Sets for a tutorial.

Defining the Spells

You need a waggle set called 'zombie'. It needs to contain the CfB spell.

waggle_sets:
  zombie:
    Call from Beyond:  
      mana: 30         
      cambrinth:       
      - 32             

Paranoia Mode

Chill...

Training Attunement

You can define your own attunement rooms for power walking. Make a list of room id's to have the attunement training script walk you through them.

You can also supply a waggle set called 'attunement' to precast any spells you'd like such as EotB or RoG before the walk starts.

waggle_sets:
  attunement:
    Eyes of the Blind:    
      abbrev: eotb        
      cambrinth:          
      - 48   
  zombie:
    Call from Beyond:  
      mana: 30         
      cambrinth:       
      - 32                      
Clone this wiki locally