0-GM Healing Guide

BoPeach

Novice
Begin by always buying up your skill as high as possible.The Brit Healer is the building west, right next to the Brit Inn where you begin (as a new player).
Training your healing typically will cost between 400-500gp depending.
ZEwg2OK.jpg

Once you have bought up your skill as high as possible from the NPCs you can begin macroing.

Start with the Magical Wizard Hat Macro (for UOsteam):
Code:
////////////////////////////////////
//   This macro is designed for   //
//  training healing from 0. It   //
// requires a magical wizard hat. //
//                                //
//  Turn on loop and click play!  //
//                                //
//      ~~Made by kdivers~~       //
////////////////////////////////////
if not @findalias 'hat'
  headmsg "Select your magical wizard's hat"
  promptalias 'hat'
endif
if not @findtype 0xe21 'any' 'backpack'
  headmsg 'Get more bandaids!'
  stop
endif
if skill 'healing' < 100
  equipitem 'hat' 6
  pause 1200
  moveitem 'hat' 'backpack'
  pause 600
  bandageself
  pause 6000
  equipitem 'hat' 6
  pause 600
  moveitem 'hat' 'backpack'
  pause 7000
else
  headmsg 'Healing complete!'
  stop
endif
This macro requires a "Magical Wizard's Hat" which you can purchase from a mage shop NPC. What this macro does is put the hat on and then takes it off which changes your character's strength by 5, making your hit points fluctuate and creating an opportunity for you to heal yourself.
SRuC8L0.jpg

You may find you start to get stuck around 88.2/88.3 skill using the magical wizard hat macro.
At this point switch over to healing a ghost. Use an alt account/character to sit dead for you as you attempt to heal them. This will get you from 88 to GM quickly.

The easiest option from 88-GM is to record your own macro as the variables will differ.
UOSteam Steps:
  1. Create and name a new macro.
  2. Hit record.
  3. Double click your bandaid stack.
  4. Target the ghost.
  5. Stop Record.
  6. Save.
  7. Then add a pause '10000' at the very end of the macro.
  8. Save.
  9. Check loop.
  10. Play.
It should look something like this:
Code:
useobject 0x42badbf5
waitfortarget 15000
target! 0xae98f
pause 10000


Training your healing you will need approximately 1500 clean bandages to get to GM.
 

Gmonk

Neophyte
Good stuff. I did not know about the hat trick. I did mine on a ghost straight away to save time. I did anatomy at the same time on a random frog since it was a tad slower.
 
Top