There is some great macros on how to level healing, but we cannot use them at all as you cannot buy the hat at the moment.
Please consider putting it for sale again please. Because it isn't an option I had to force a poor goat to abuse me.
////////////////////////////////////
// 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 1000
moveitem 'hat' 'backpack'
pause 1000
bandageself
pause 6500
equipitem 'hat' 6
pause 1000
moveitem 'hat' 'backpack'
pause 6000
else
headmsg 'Healing complete!'
stop
endif
Please consider putting it for sale again please. Because it isn't an option I had to force a poor goat to abuse me.
////////////////////////////////////
// This macro is designed for //
// training healing from 0. It //
// requires a magical wizard hat. //
// //
// Turn on loop and click play! //
// //
//
////////////////////////////////////
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 1000
moveitem 'hat' 'backpack'
pause 1000
bandageself
pause 6500
equipitem 'hat' 6
pause 1000
moveitem 'hat' 'backpack'
pause 6000
else
headmsg 'Healing complete!'
stop
endif
Upvote
0