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.
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):
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.
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:
Training your healing you will need approximately 1500 clean bandages to get to GM.
Training your healing typically will cost between 400-500gp depending.
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
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:
- Create and name a new macro.
- Hit record.
- Double click your bandaid stack.
- Target the ghost.
- Stop Record.
- Save.
- Then add a pause '10000' at the very end of the macro.
- Save.
- Check loop.
- Play.
Code:
useobject 0x42badbf5
waitfortarget 15000
target! 0xae98f
pause 10000
Training your healing you will need approximately 1500 clean bandages to get to GM.