Combat Skills Guide

From World of Dread Database
Jump to: navigation, search

The following method(s) are used to train combat skills.

Contents

Method 1

House setup showing reagents, summoned bear and chests blocking the bear's movement.

Skills Trained

This method will train the following skills unattended:

Overview

This method involves the following automated tasks:

  • Regents are sourced from three reagent piles.
  • A Brown Bear is summoned between two chests so it is unable to move.
  • The bear is attacked by the character thus raising combat skills.
  • Meditation is initiated (if required).

Requirements

This method requires the following:

  • Blood Moss, Mandrake Root and Spider Silk (approximately 15,000 of each per combat skill trained to GM).
  • House (a secure place to train where reagents will not decay).
  • Items to block a spawned bear (e.g. chests).
  • Weapons (a lot):
  • Optional: Mana Regeneration Robe (so Meditation is not required).

Preparation

The following preparation must be completed prior to running the macro:

  • In game macro bound to F12: CastSpell / Summon Creature.
  • In game macro bound to F3: UseSkill / Meditation.
  • House set up correctly (as displayed in the image on the right).
  • Stack all weapons in the corner of the backpack.
Note: Premium users can use the command .organize to easily stack similar items.

Eenas Macro

// Equip the new weapon.
// Note: Coordinates for the weapon pile must be set.
DLC 977 614
WAIT 100
// Drag the ingredients from the floor and drop in the backpack.
// Blood Moss.
// Note: Coordinates for all reagents must be set.
DRAG 454 318
TXT 11
// Note: Drop location for backpack must be set.
DROP 846 626
WAIT 100
// Spider Silk.
DRAG 416 338
TXT 11
DROP 846 626
WAIT 100
// Mandrake Root.
DRAG 398 367
TXT 11
DROP 846 626
WAIT 100
// Repeat the cast 10 times and then change the weapon.
REPEAT 10
// Cast Summon Creature.
KEY [F12]
WAIT 1000
// Selecting the brown bear.
// Note: Coordinates for the brown bear in the cast menu must be set.
DLC 103 68
WAIT 1000
// Casting on the floor.
// Note: Coordinates for the cast location must be set.
LC 374 303
WAIT 2500
// Attack the brown bear.
// Note: Coordinates for the bear must be set.
DLC 372 272
WAIT 10000
END REPEAT
// Select Peace state on the Paperdoll.
// Note: Coordinates for the War/Peace button must be set (alternatively an in game macro can be set to War/Peace).
LC 582 462
WAIT 100
// Meditation (not required if a Mana Regeneration Robe is worn - remove the next four lines).
REPEAT 10
KEY [F3]
WAIT 1000
END REPEAT
// Select War state on the Paperdoll.
// Note: Coordinates for the War/Peace button must be set (alternatively an in game macro can be set to War/Peace).
LC 582 462
WAIT 100

Guide submitted by...