This is the first macro I have posted. I'm sure it's not very effecient, and there is probally already a better one somewhere but here is what I'm using to skill up my sad taskmaster toon';s melee skills. Some of the formatting is from army's spellcaster macro.
***cleaned up a few things that I was working on but had no value in the end result***
Rich (BB code):
|--- Macro meleeskill.mac
|--- Written by Minen
|--- for REDGUIDES!!!
|---
|--- Work your melee skills afk
|--- you need a plugin that has /fade loaded
|--- works best for classes that can heal
|--- usage /mac meleeskill.mac
|--- Made to be used in Echo Caverns on merchant saerlsam edit is as needed
|--- If you know a better NPC that is Dblue to lvl 70 please let me know :)
#turbo 20
Sub Main
/echo this macro will work up your sad PLd characters melee skills
/echo if you can heal put your healing spell in gem 1
:start
/sit off
/call attack
/goto :start
/end
Sub Mana
/sit
:loop1
/delay 7s
/echo checking my mana
/if ( ${Me.PctMana}==100 ) /call health
/goto :loop1
:endloop
/return
Sub Health
/if ( ${Me.PctHPs}==100 ) /call attack
/fade
/delay 40s
:loop
/target myself
/sit on
/delay 2
/cast 1
/delay 6S
/if ( ${Me.PctMana}<=13) /call mana
/if ( ${Me.PctHPs}==100 ) /call attack
/goto :loop
/return
Sub Attack
/sit off
/tar saer
/attack
:checkhealth
/if ( ${Me.PctHPs}<=20 ) /call health
/goto :checkhealth
/return
***cleaned up a few things that I was working on but had no value in the end result***
Last edited:

