need just a little help with my macro
Posted: Sat Oct 30, 2004 5:16 am
ok I am sure many of you saw what was going on with me and trying to find a macro to skill up my alteration and all that. Well after I tried to get the macro working and not being aboe to I decided to just write my own K.I.S.S. macro. and this is it, but I need just a little help.
-----------------------------------------------------------------------
| spelltrainer.mac
|
| Helps to lvl up your spell skills.
|
| Usage: /mac spelltrainer
|OK I got tired of looking for a macro that would help lvl up your alteration and all that fun stuff. So I figgured I would just make my own K.I.S.S. version. Hope someone gets some use out of it.
Sub Main
:MainLoop
{
/target myself
/if (${Me.PctMana}<20) /call MedBreak
/Cast Courage
/delay 13s
}
/goto :MainLoop
Sub MedBreak
/stand
/sit
:MedMore
/delay 2s
/if (${Me.CurrentMana}<${Me.MaxMana}) /goto :MedMore
/return
/return
-----------------------------------------------
I will be adding in the thank yous in the begining shortly.
The only thing I would like to change is the "/Cast Courage". Because I certinly do not want to change that every time I want to work on another skill. Could I write something in to just cast the first spell in the list of my memorized spells? Well I am sure there is a way, but just not sure how.
I thank everyone for their help in advance. I am hoping that the flames will be low.....at least I am trying to do something for myself.
Better safe then sorry......../cast "resist fire"
Thanks again to everyone.
-----------------------------------------------------------------------
| spelltrainer.mac
|
| Helps to lvl up your spell skills.
|
| Usage: /mac spelltrainer
|OK I got tired of looking for a macro that would help lvl up your alteration and all that fun stuff. So I figgured I would just make my own K.I.S.S. version. Hope someone gets some use out of it.
Sub Main
:MainLoop
{
/target myself
/if (${Me.PctMana}<20) /call MedBreak
/Cast Courage
/delay 13s
}
/goto :MainLoop
Sub MedBreak
/stand
/sit
:MedMore
/delay 2s
/if (${Me.CurrentMana}<${Me.MaxMana}) /goto :MedMore
/return
/return
-----------------------------------------------
I will be adding in the thank yous in the begining shortly.
The only thing I would like to change is the "/Cast Courage". Because I certinly do not want to change that every time I want to work on another skill. Could I write something in to just cast the first spell in the list of my memorized spells? Well I am sure there is a way, but just not sure how.
I thank everyone for their help in advance. I am hoping that the flames will be low.....at least I am trying to do something for myself.
Better safe then sorry......../cast "resist fire"
Thanks again to everyone.