
Originally Posted by
Falaras
How do people afk skill up things like Enhancing and Healing, do they use a spellcast or a windower script? If so does anyone have said script or whatever, or could tell me how to make one?

Originally Posted by
Byrthnoth
Code:
alias thirty barfira;wait 5;barwatera;wait 5;barthundra;wait 5;baraera;wait 5;barstonra;wait 5;barblizzara;wait 5
alias three thirty;thirty;thirty;thirty;thirty;thirty;
alias fifteen three;three;three;three;three;
alias hour fifteen;fifteen;fifteen;fifteen;
save that in a .txt file in your scripts folder, then do //exec "whatever you named it.txt" in game. Then use //hour (or //hour;hour; if you want to do 2 hours, etc.) to start it and "//alias thirty ;" to stop it.

Originally Posted by
Yugl
Can use either, but spellcast is superior imo.
Healing:
<if spell="Cure">
<command when="aftercast">wait 5;input /magic "Cure" <me></command>
</if>
Enhancing:
<if spell="Protect">
<command when="aftercast">wait 5;input /magic "Protect" <me></command>
</if>
If it's an option for you, casting protect on a NPC Fellow that's DC to you (92? iirc) will take you to cap 100x faster than self-buffs - literally as fast as offensive skills rise, but you can do it in any outside zone.
Doesn't need to be your NPC either, can be anyone who you can borrow to summon one for you.
Swap it off healer mode, if it protect4/5's itself you can't skillup on protect1.
Probably works for healing as well but haven't tried it myself.

Originally Posted by
Priran
How do I get Spellcast to stop confusing my attempts to make Falcorr use Fantod with an attempt to cast blue magic as a BST?
Code:
<if mode="or" type="Monster" skill="bluemagic">
-Do all your gearswaps for ready commands here-
<cancelspell/>
<command>input /raw /pet "%spell" %spelltarget</command>
</if>