• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

afk melee skils trainer for when a pet class is not available

minen

Member
Joined
Sep 20, 2005
RedCents
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.


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:
wendel said:
Is that an npc or did you make a wee mistake?

|--- Made to be used in Echo Caverns on merchant saerlsam edit is as needed
 
Nah, thats the merchant I am using in echo to beat on me. He hits for about 160, but he's the about best non KOS conning NPC i have found, and for this macro to work it needs to be a Non KOS con.
 
The nerf bat knows all.

The first rule of nerf bat is that you do not talk about nerf bat.
 
I have not checked but if your a NON mana class... does it register your mana at 0 or 100?

i would put a conditional statement in this macro ... if Me.Class doensn't = WAR ROG or MONK then check mana

just a thought

8-)



looks good though
 
Good idea Ill add that in. I need to test it some more though, i woke up this morning to find I died, could have been a lag spike as with his terrible defense it doesn';t take long for me to go from 30 percent to 0 percent health,.
 
afk melee skils trainer for when a pet class is not available

Users who are viewing this thread

Back
Top
Cart