Forestwalker's Boon Spell on 05/17/2014 04:07 PM CDT
Links-arrows 1
Reply Reply
What the heck is this spell supposed to actually do?

I have tried it in all sorts of hunting areas in Shard, Crossing, and Haven. It does absolutely NOTHING.

What is the deal? Why would I spend slots on this spell?
Reply Reply
Re: Forestwalker's Boon Spell on 06/03/2014 12:55 AM CDT
Links-arrows 2
Reply Reply
Ok I had a chance to run through some tests on this spells and yes it pretty useless. However, it does work in some areas just not the ones you would like or expect it to work in.


>discern forestwalker's boon
Many a ranger has ventured beyond the bounds of civilization only to find themselves facing wild beasts defending their territory or hunting for food. The Forestwalker's Boon spell masks a ranger's natural scent with a pheromone that attempts to calm all but the most aggressive or cunning wild animals.

This is a battle spell, intended to be prepared quickly and cast on a single target while in battle. It can be cast without a target. It requires a minimum of fifteen mana streams, and can expand to a maximum of one hundred mana streams woven into it.

To begin to be able to cast this spell, you will need to reach the rank of an experienced practitioner. By the time you have mastered this spell, you will be ranked as a master in your abilities as a caster. It requires the Warding skill to cast effectively.

Before you can learn this spell, you must know Instinct. It will also cost two spell slots.


If you use this spell in clouded Arzumos they wont attack you (notice the info up there says wild animals). So since it works in arzumos you figure hey it should work in golden pard too. but no it doesn't. It also wont work in gryphons, or many of the other expected places. Does work in blood wolves (sometimes). There is probably a test based on your skill vs the critters skill and it probably is not working in each case. In any case I was told its a place holder till they finally decide what to do. If you check the spell tree on this spell its not required for any other spell so I would suggest you dont get it. I don't plan on getting it myself. It would have to work a lot better than it does for me to decide to expend 2 spell slots on it. Better off getting Guage Flow (GAF) from the Analogous Patterns spells so you can do research as your magic skills go up.

As for why the spell exists. We have two spells that teach only warding, Essence of Yew (EY) and Forestwalkers boon (FWB). Then Bear Strength (BES) also teaches it but since it also teaches augmentation it does not teach warding quite as well. In any case its still possible to train magic using EY to around 600 skill. You have to change how you cast but its entirely possible. After that you would do better to try research for training Warding.

Below is a script I used to test out the new magic for casting beyond 100 skill. I've tested it on see the wind (STW) for instance and you can learn augmentation to over 500 skill and its an intro spell. Keep in mind this is an experimental script I set up to see what would happen if you broke up the charging of a cambrinth item. The max times you can charge it with this script are 10 times and one last charge, so that means 11 charges.

Ok this is what I used for testing. Here is how it works:

.MAGICT <number of charges> <charge Armband/orb> <last charge> <prep Spell Value> <Harness value>

Now how this works is as follows. If you have to charge 60, prep 5, harness 5. Then you can set it up as follows:

.magict 5 10 10 5 5

That will do 5 charges of 10 and a last charge of 10, then prep, invoke, harness, cast.

Now to set the script up for your character search for this:

# match MAGICSAVE3 Character name3

Change it to your characters name and remove the #. Then move to MAGICSAVE3: which has the following and change it for your character:

MAGICSAVE3:
save armband
put remove cambrinth armband
counter set %1
pause
goto MDXP

If your using a cambrinth orb and for high casting levels I recommend you do so, change it as follows:

MAGICSAVE3:
save orb
put get orb from my pack
counter set %1
pause
goto MDXP

Next if the spell you are casting does not refresh you have to release the spell before each new cast or you learn nothing. Find this second and put in what is needed to release your spell. Then uncomment the magic the spell is using and comment out the ones not being used (where you see put exp skill Augmentation).

MDXP:
pause
# if you need to release a spell during casting do it here!
#put release blend
#put release cotc
put release yourspellname
pause
match restmd mind lock
match mdcharge%c EXP HELP
put exp skill Augmentation
#put exp skill Utility
#put exp skill Warding
matchwait

Rangers have to release blend and claws of the cougar (COTC) to recast them and learn. So you have to put that here when you use those spells and comment it out using # when you not using that spell.

Next step is to put your spells in place and use on the one your working on at the time. As you can see from the below section, I have it set up for an empath and ranger using some spells in variations. Note: primary magic folks will probably have to charge higher and prep and harness higher, but you will have to experiement to see for your self. Set yours up and comment out the ones not being used.

MDPREP:
pause
match mdprep ...wait
match mdfocus You feel fully
# EMPATH SPELLS (Util, ward, aug)
#put pre bs %4
#put pre ic %4
#put pre refresh %4
# RANGER SPELLS (aug, aug, aug, util, util, ward)
#put pre ws %4
#put pre instinct %4
put pre wotp %4
#put pre compost %4
#put pre blend %4
#put pre EY %4
matchwait

Now you have to figure out your max cast. DISCERN WS for me shows 80 (actually that varies from 70 to 80). Figure you can cast the spell 5 - 20 higher than that. So Try first at 10 higher. 90 in this case. That shows with one cast I learn 3/34. Then lower your next cast by 10. In this case 80. When the previous cast drains off cast at 80 and it shows I learn at 3/34. Then let it drain and Try 5 lower. At 5 lower I cast and it drops to 2/34 learning. So for best learning I want to use 80 power for my cast. That means I want most of the cast in charge. To start off You can try 70 charge, 5 prep, 5 harness and let it run and see how you do. In this case I would run it as:

.magict 6 10 10 5 5

That's 6 charges of 10 and a last charge of 10 for 70 charge. Then prep of 5 and harness of 5.

Young folks can use .magict 1 1 1 1 1 If they cant cast at that use 0 on the harness number.

Copy below into a file as .txt so you have a backup. Then open it with notepad and save as magict.cmd. Then you can import it to stormfront as a wizard file or just put it in the wizard script directory if using wizard. In genie3 open a new script file and simply past this file into it. Then run.


#magicT.Cmd
#
#*****************************************************
# Skill Training scripts From Frozen Falls In Gargs
# BY
# Pfanston Melgorn
# *****************************************************
# *
# *Option
# *Magict......:.....Frozen Falls to train magic Must Clear Hands First.
# *
# * To use this option use as follows:
# * .MAGICT <number of charges> <charge Armband> <last charge>
# * <prep Spell Value> <Harness value>
# *
# * .MAGICT 2 2 1 8 3 - use this when Primary magic is less than 200.
# * .MAGICT 2 4 2 10 5 - use this when Primary Magic is greater than 200.
# *
#
#*******************************************************************
# Train Magic Devices and all Magic skills and Return to Frozen Falls.
#*******************************************************************
MAGICT:

put glance
match magic1 You glance down at your empty hands
match magicend You glance down to see
matchwait

MAGIC1:
put info
match MAGICSAVE1 Pfanston Melgorn
# match MAGICSAVE2 Character name2
# match MAGICSAVE3 Character name3
matchwait

MAGICSAVE1:
save orb
put get cambrinth orb from my pack
counter set %1
pause
goto MDXP

MAGICSAVE2:
save orb
put get cambrinth orb from my backpack
counter set %1
pause
goto MDXP

MAGICSAVE3:
save armband
put remove cambrinth armband
counter set %1
pause
goto MDXP

MDXP:
pause
# if you need to release a spell during casting do it here!
#put release blend
#put release cotc
pause
match restmd mind lock
match mdcharge%c EXP HELP
put exp skill Augmentation
#put exp skill Utility
#put exp skill Warding
matchwait

restmd:
put info
match restmdSAVE1 Pfanston Melgorn
match restmdSAVE2 Marna Korrick
match restmdSAVE3 Enstine Gramice
matchwait

restmdSAVE1:
put put my orb in my pack
goto restmd1

restmdSAVE2:
put put my orb in my backpack
goto restmd1

restmdSAVE3:
put wear my cambrinth armband
pause
goto restmd1

restmd1:
pause
echo

echo

echo
FINISHED TRAINING MAGICS

echo

echo

exit

MDcharge1:
pause
match MDchargeLast You harness
match mdcharge1 ...wait
match MDcharge1 Try though you may,
put charge camb %s %2
matchwait

MDcharge2:
pause
match MDcharge2a You harness
match mdcharge2 ...wait
match MDcharge2 Try though you may,
put charge camb %s %2
matchwait
MDcharge2a:
pause
match MDchargeLast You harness
match mdcharge2 ...wait
match MDcharge2 Try though you may,
put charge camb %s %2
matchwait

MDcharge3:
pause
match MDcharge3a You harness
match mdcharge3 ...wait
match MDcharge3 Try though you may,
put charge camb %s %2
matchwait
MDcharge3a:
pause
match MDcharge3b You harness
match mdcharge3a ...wait
match MDcharge3a Try though you may,
put charge camb %s %2
matchwait
MDcharge3b:
pause
match MDchargeLast You harness
match mdcharge3b ...wait
match MDcharge3b Try though you may,
put charge camb %s %2
matchwait

MDcharge4:
pause
match MDcharge4a You harness
match mdcharge4 ...wait
match MDcharge4 Try though you may,
put charge camb %s %2
matchwait
MDcharge4a:
pause
match MDcharge4b You harness
match mdcharge4a ...wait
match MDcharge4a Try though you may,
put charge camb %s %2
matchwait
MDcharge4b:
pause
match MDcharge4c You harness
match mdcharge4b ...wait
match MDcharge4b Try though you may,
put charge camb %s %2
matchwait
MDcharge4c:
pause
match MDchargeLast You harness
match mdcharge4c ...wait
match MDcharge4c Try though you may,
put charge camb %s %2
matchwait

MDcharge5:
pause
match MDcharge5a You harness
match mdcharge5 ...wait
match MDcharge5 Try though you may,
put charge camb %s %2
matchwait
MDcharge5a:
pause
match MDcharge5b You harness
match mdcharge5a ...wait
match MDcharge5a Try though you may,
put charge camb %s %2
matchwait
MDcharge5b:
pause
match MDcharge5c You harness
match mdcharge5b ...wait
match MDcharge5b Try though you may,
put charge camb %s %2
matchwait
MDcharge5c:
pause
match MDcharge5d You harness
match mdcharge5c ...wait
match MDcharge5c Try though you may,
put charge camb %s %2
matchwait
MDcharge5d:
pause
match MDchargeLast You harness
match mdcharge5d ...wait
match MDcharge5d Try though you may,
put charge camb %s %2
matchwait

MDcharge6:
pause
match MDcharge6a You harness
match mdcharge6 ...wait
match MDcharge6 Try though you may,
put charge camb %s %2
matchwait
MDcharge6a:
pause
match MDcharge6b You harness
match mdcharge6a ...wait
match MDcharge6a Try though you may,
put charge camb %s %2
matchwait
MDcharge6b:
pause
match MDcharge6c You harness
match mdcharge6b ...wait
match MDcharge6b Try though you may,
put charge camb %s %2
matchwait
MDcharge6c:
pause
match MDcharge6d You harness
match mdcharge6c ...wait
match MDcharge6c Try though you may,
put charge camb %s %2
matchwait
MDcharge6d:
pause
match MDcharge6e You harness
match mdcharge6d ...wait
match MDcharge6d Try though you may,
put charge camb %s %2
matchwait
MDcharge6e:
pause
match MDchargeLast You harness
match mdcharge6e ...wait
match MDcharge6e Try though you may,
put charge camb %s %2
matchwait

MDcharge7:
pause
match MDcharge7a You harness
match mdcharge7 ...wait
match MDcharge7 Try though you may,
put charge camb %s %2
matchwait
MDcharge7a:
pause
match MDcharge7b You harness
match mdcharge7a ...wait
match MDcharge7a Try though you may,
put charge camb %s %2
matchwait
MDcharge7b:
pause
match MDcharge7c You harness
match mdcharge7b ...wait
match MDcharge7b Try though you may,
put charge camb %s %2
matchwait
MDcharge7c:
pause
match MDcharge7d You harness
match mdcharge7c ...wait
match MDcharge7c Try though you may,
put charge camb %s %2
matchwait
MDcharge7d:
pause
match MDcharge7e You harness
match mdcharge7d ...wait
match MDcharge7d Try though you may,
put charge camb %s %2
matchwait
MDcharge7e:
pause
match MDcharge7f You harness
match mdcharge7e ...wait
match MDcharge7e Try though you may,
put charge camb %s %2
matchwait
MDcharge7f:
pause
match MDchargeLast You harness
match mdcharge7f ...wait
match MDcharge7f Try though you may,
put charge camb %s %2
matchwait

MDcharge8:
pause
match MDcharge8a You harness
match mdcharge8 ...wait
match MDcharge8 Try though you may,
put charge camb %s %2
matchwait
MDcharge8a:
pause
match MDcharge8b You harness
match mdcharge8a ...wait
match MDcharge8a Try though you may,
put charge camb %s %2
matchwait
MDcharge8b:
pause
match MDcharge8c You harness
match mdcharge8b ...wait
match MDcharge8b Try though you may,
put charge camb %s %2
matchwait
MDcharge8c:
pause
match MDcharge8d You harness
match mdcharge8c ...wait
match MDcharge8c Try though you may,
put charge camb %s %2
matchwait
MDcharge8d:
pause
match MDcharge8e You harness
match mdcharge8d ...wait
match MDcharge8d Try though you may,
put charge camb %s %2
matchwait
MDcharge8e:
pause
match MDcharge8f You harness
match mdcharge8e ...wait
match MDcharge8e Try though you may,
put charge camb %s %2
matchwait
MDcharge8f:
pause
match MDcharge8g You harness
match mdcharge8f ...wait
match MDcharge8f Try though you may,
put charge camb %s %2
matchwait
MDcharge8g:
pause
match MDchargeLast You harness
match mdcharge8g ...wait
match MDcharge8g Try though you may,
put charge camb %s %2
matchwait

MDcharge9:
pause
match MDcharge9a You harness
match mdcharge9 ...wait
match MDcharge9 Try though you may,
put charge camb %s %2
matchwait
MDcharge9a:
pause
match MDcharge9b You harness
match mdcharge9a ...wait
match MDcharge9a Try though you may,
put charge camb %s %2
matchwait
MDcharge9b:
pause
match MDcharge9c You harness
match mdcharge9b ...wait
match MDcharge9b Try though you may,
put charge camb %s %2
matchwait
MDcharge9c:
pause
match MDcharge9d You harness
match mdcharge9c ...wait
match MDcharge9c Try though you may,
put charge camb %s %2
matchwait
MDcharge9d:
pause
match MDcharge9e You harness
match mdcharge9d ...wait
match MDcharge9d Try though you may,
put charge camb %s %2
matchwait
MDcharge9e:
pause
match MDcharge9f You harness
match mdcharge9e ...wait
match MDcharge9e Try though you may,
put charge camb %s %2
matchwait
MDcharge9f:
pause
match MDcharge9g You harness
match mdcharge9f ...wait
match MDcharge9f Try though you may,
put charge camb %s %2
matchwait
MDcharge9g:
pause
match MDcharge9h You harness
match mdcharge9g ...wait
match MDcharge9g Try though you may,
put charge camb %s %2
matchwait
MDcharge9h:
pause
match MDchargeLast You harness
match mdcharge9h ...wait
match MDcharge9h Try though you may,
put charge camb %s %2
matchwait

MDcharge10:
pause
match MDcharge10a You harness
match mdcharge10 ...wait
match MDcharge10 Try though you may,
put charge camb %s %2
matchwait
MDcharge10a:
pause
match MDcharge10b You harness
match mdcharge10a ...wait
match MDcharge10a Try though you may,
put charge camb %s %2
matchwait
MDcharge10b:
pause
match MDcharge10c You harness
match mdcharge10b ...wait
match MDcharge10b Try though you may,
put charge camb %s %2
matchwait
MDcharge10c:
pause
match MDcharge10d You harness
match mdcharge10c ...wait
match MDcharge10c Try though you may,
put charge camb %s %2
matchwait
MDcharge10d:
pause
match MDcharge10e You harness
match mdcharge10d ...wait
match MDcharge10d Try though you may,
put charge camb %s %2
matchwait
MDcharge10e:
pause
match MDcharge10f You harness
match mdcharge10e ...wait
match MDcharge10e Try though you may,
put charge camb %s %2
matchwait
MDcharge10f:
pause
match MDcharge10g You harness
match mdcharge10f ...wait
match MDcharge10f Try though you may,
put charge camb %s %2
matchwait
MDcharge10g:
pause
match MDcharge10h You harness
match mdcharge10g ...wait
match MDcharge10g Try though you may,
put charge camb %s %2
matchwait
MDcharge10h:
pause
match MDcharge10i You harness
match mdcharge10h ...wait
match MDcharge10h Try though you may,
put charge camb %s %2
matchwait
MDcharge10i:
pause
match MDchargeLast You harness
match mdcharge10i ...wait
match MDcharge10i Try though you may,
put charge camb %s %2
matchwait

MDchargeLast:
pause
match MDPREP You harness
match mdcharge ...wait
match MDcharge Try though you may,
put charge camb %s %3
matchwait

MDPREP:
pause
match mdprep ...wait
match mdfocus You feel fully
# EMPATH SPELLS (Util, ward, aug)
#put pre bs %4
#put pre ic %4
#put pre refresh %4
# RANGER SPELLS (aug, aug, aug, util, util, ward)
#put pre ws %4
#put pre instinct %4
put pre wotp %4
#put pre compost %4
#put pre blend %4
#put pre EY %4
matchwait

mdfocus:
pause
match mdfocus try though you may,
match mdharn The cambrinth orb pulses
put invoke my camb %s
matchwait

mdharn:
pause
match mdharn ...wait
match mdcast You tap into
put harn %5
matchwait

mdcast:
pause
match mdcast ...wait
match mdxp You gesture
match mdxp You close your
put cast
matchwait

MAGICEND:
pause 2
echo ******************************************************************
echo * YOU HAVE SOMETHING IN HAND! PUT IT AWAY AND RESTART THE SCRIPT! *
echo ******************************************************************
exit



Ranger Pfanston and his soggy pup
Reply Reply
Re: Forestwalker's Boon Spell on 06/18/2014 01:45 AM CDT
Links-arrows 3
Reply Reply
By the way that script I put in there had an error that it appears only stormfront catches.

this script removes the error at the following label:

MDchargeLast:
pause
match MDPREP You harness
match mdcharge ...wait
match MDcharge Try though you may,
put charge camb %s %3
matchwait

should be as follows:

MDchargeLast:
pause
match MDPREP You harness
match MDchargeLast ...wait
match MDchargeLast Try though you may,
put charge camb %s %3
matchwait


#magicT.Cmd
#
#*****************************************************
# Skill Training scripts From Frozen Falls In Gargs
# BY
# Pfanston Melgorn
# *****************************************************
# *
# *Option
# *Magict......:.....Frozen Falls to train magic Must Clear Hands First.
# *
# * To use this option use as follows:
# *
# * .MAGICT 2 2 1 8 3 - use this when Primary magic is less than 200.
# * .MAGICT 2 4 2 10 5 - use this when Primary Magic is greater than 200.
# *
#
#*******************************************************************
# Train Magic Devices and all Magic skills and Return to Frozen Falls.
#*******************************************************************
MAGICT:

put glance
match magic1 You glance down at your empty hands
match magicend You glance down to see
matchwait

MAGIC1:
put info
match MAGICSAVE1 Pfanston Melgorn
match MAGICSAVE2 Marna Korrick
match MAGICSAVE3 Aylleniss Wildheart
matchwait

MAGICSAVE1:
save orb
put get cambrinth orb from my pack
counter set %1
pause
goto MDXP

MAGICSAVE2:
save orb
put get cambrinth orb from my backpack
counter set %1
pause
goto MDXP

MAGICSAVE3:
save orb
put get cambrinth orb from my backpack
counter set %1
pause
goto MDXP

MDXP:
pause
# if you need to release a spell during casting do it here!
#put release blend
#put release cotc
pause
match restmd mind lock
match mdcharge%c EXP HELP
put exp skill Augmentation
#put exp skill Utility
#put exp skill Warding
matchwait

restmd:
put info
match restmdSAVE1 Pfanston Melgorn
match restmdSAVE2 Marna Korrick
match restmdSAVE3 Aylleniss Wildheart
matchwait

restmdSAVE1:
put put my orb in my pack
goto restmd1

restmdSAVE2:
put put my orb in my backpack
goto restmd1

restmdSAVE3:
put put my orb in my backpack
pause
goto restmd1

restmd1:
pause
echo

echo

echo
FINISHED TRAINING MAGICS

echo

echo

exit

MDcharge1:
pause
match MDchargeLast You harness
match mdcharge1 ...wait
match MDcharge1 Try though you may,
put charge camb %s %2
matchwait

MDcharge2:
pause
match MDcharge2a You harness
match mdcharge2 ...wait
match MDcharge2 Try though you may,
put charge camb %s %2
matchwait
MDcharge2a:
pause
match MDchargeLast You harness
match mdcharge2 ...wait
match MDcharge2 Try though you may,
put charge camb %s %2
matchwait

MDcharge3:
pause
match MDcharge3a You harness
match mdcharge3 ...wait
match MDcharge3 Try though you may,
put charge camb %s %2
matchwait
MDcharge3a:
pause
match MDcharge3b You harness
match mdcharge3a ...wait
match MDcharge3a Try though you may,
put charge camb %s %2
matchwait
MDcharge3b:
pause
match MDchargeLast You harness
match mdcharge3b ...wait
match MDcharge3b Try though you may,
put charge camb %s %2
matchwait

MDcharge4:
pause
match MDcharge4a You harness
match mdcharge4 ...wait
match MDcharge4 Try though you may,
put charge camb %s %2
matchwait
MDcharge4a:
pause
match MDcharge4b You harness
match mdcharge4a ...wait
match MDcharge4a Try though you may,
put charge camb %s %2
matchwait
MDcharge4b:
pause
match MDcharge4c You harness
match mdcharge4b ...wait
match MDcharge4b Try though you may,
put charge camb %s %2
matchwait
MDcharge4c:
pause
match MDchargeLast You harness
match mdcharge4c ...wait
match MDcharge4c Try though you may,
put charge camb %s %2
matchwait

MDcharge5:
pause
match MDcharge5a You harness
match mdcharge5 ...wait
match MDcharge5 Try though you may,
put charge camb %s %2
matchwait
MDcharge5a:
pause
match MDcharge5b You harness
match mdcharge5a ...wait
match MDcharge5a Try though you may,
put charge camb %s %2
matchwait
MDcharge5b:
pause
match MDcharge5c You harness
match mdcharge5b ...wait
match MDcharge5b Try though you may,
put charge camb %s %2
matchwait
MDcharge5c:
pause
match MDcharge5d You harness
match mdcharge5c ...wait
match MDcharge5c Try though you may,
put charge camb %s %2
matchwait
MDcharge5d:
pause
match MDchargeLast You harness
match mdcharge5d ...wait
match MDcharge5d Try though you may,
put charge camb %s %2
matchwait

MDcharge6:
pause
match MDcharge6a You harness
match mdcharge6 ...wait
match MDcharge6 Try though you may,
put charge camb %s %2
matchwait
MDcharge6a:
pause
match MDcharge6b You harness
match mdcharge6a ...wait
match MDcharge6a Try though you may,
put charge camb %s %2
matchwait
MDcharge6b:
pause
match MDcharge6c You harness
match mdcharge6b ...wait
match MDcharge6b Try though you may,
put charge camb %s %2
matchwait
MDcharge6c:
pause
match MDcharge6d You harness
match mdcharge6c ...wait
match MDcharge6c Try though you may,
put charge camb %s %2
matchwait
MDcharge6d:
pause
match MDcharge6e You harness
match mdcharge6d ...wait
match MDcharge6d Try though you may,
put charge camb %s %2
matchwait
MDcharge6e:
pause
match MDchargeLast You harness
match mdcharge6e ...wait
match MDcharge6e Try though you may,
put charge camb %s %2
matchwait

MDcharge7:
pause
match MDcharge7a You harness
match mdcharge7 ...wait
match MDcharge7 Try though you may,
put charge camb %s %2
matchwait
MDcharge7a:
pause
match MDcharge7b You harness
match mdcharge7a ...wait
match MDcharge7a Try though you may,
put charge camb %s %2
matchwait
MDcharge7b:
pause
match MDcharge7c You harness
match mdcharge7b ...wait
match MDcharge7b Try though you may,
put charge camb %s %2
matchwait
MDcharge7c:
pause
match MDcharge7d You harness
match mdcharge7c ...wait
match MDcharge7c Try though you may,
put charge camb %s %2
matchwait
MDcharge7d:
pause
match MDcharge7e You harness
match mdcharge7d ...wait
match MDcharge7d Try though you may,
put charge camb %s %2
matchwait
MDcharge7e:
pause
match MDcharge7f You harness
match mdcharge7e ...wait
match MDcharge7e Try though you may,
put charge camb %s %2
matchwait
MDcharge7f:
pause
match MDchargeLast You harness
match mdcharge7f ...wait
match MDcharge7f Try though you may,
put charge camb %s %2
matchwait

MDcharge8:
pause
match MDcharge8a You harness
match mdcharge8 ...wait
match MDcharge8 Try though you may,
put charge camb %s %2
matchwait
MDcharge8a:
pause
match MDcharge8b You harness
match mdcharge8a ...wait
match MDcharge8a Try though you may,
put charge camb %s %2
matchwait
MDcharge8b:
pause
match MDcharge8c You harness
match mdcharge8b ...wait
match MDcharge8b Try though you may,
put charge camb %s %2
matchwait
MDcharge8c:
pause
match MDcharge8d You harness
match mdcharge8c ...wait
match MDcharge8c Try though you may,
put charge camb %s %2
matchwait
MDcharge8d:
pause
match MDcharge8e You harness
match mdcharge8d ...wait
match MDcharge8d Try though you may,
put charge camb %s %2
matchwait
MDcharge8e:
pause
match MDcharge8f You harness
match mdcharge8e ...wait
match MDcharge8e Try though you may,
put charge camb %s %2
matchwait
MDcharge8f:
pause
match MDcharge8g You harness
match mdcharge8f ...wait
match MDcharge8f Try though you may,
put charge camb %s %2
matchwait
MDcharge8g:
pause
match MDchargeLast You harness
match mdcharge8g ...wait
match MDcharge8g Try though you may,
put charge camb %s %2
matchwait

MDcharge9:
pause
match MDcharge9a You harness
match mdcharge9 ...wait
match MDcharge9 Try though you may,
put charge camb %s %2
matchwait
MDcharge9a:
pause
match MDcharge9b You harness
match mdcharge9a ...wait
match MDcharge9a Try though you may,
put charge camb %s %2
matchwait
MDcharge9b:
pause
match MDcharge9c You harness
match mdcharge9b ...wait
match MDcharge9b Try though you may,
put charge camb %s %2
matchwait
MDcharge9c:
pause
match MDcharge9d You harness
match mdcharge9c ...wait
match MDcharge9c Try though you may,
put charge camb %s %2
matchwait
MDcharge9d:
pause
match MDcharge9e You harness
match mdcharge9d ...wait
match MDcharge9d Try though you may,
put charge camb %s %2
matchwait
MDcharge9e:
pause
match MDcharge9f You harness
match mdcharge9e ...wait
match MDcharge9e Try though you may,
put charge camb %s %2
matchwait
MDcharge9f:
pause
match MDcharge9g You harness
match mdcharge9f ...wait
match MDcharge9f Try though you may,
put charge camb %s %2
matchwait
MDcharge9g:
pause
match MDcharge9h You harness
match mdcharge9g ...wait
match MDcharge9g Try though you may,
put charge camb %s %2
matchwait
MDcharge9h:
pause
match MDchargeLast You harness
match mdcharge9h ...wait
match MDcharge9h Try though you may,
put charge camb %s %2
matchwait

MDcharge10:
pause
match MDcharge10a You harness
match mdcharge10 ...wait
match MDcharge10 Try though you may,
put charge camb %s %2
matchwait
MDcharge10a:
pause
match MDcharge10b You harness
match mdcharge10a ...wait
match MDcharge10a Try though you may,
put charge camb %s %2
matchwait
MDcharge10b:
pause
match MDcharge10c You harness
match mdcharge10b ...wait
match MDcharge10b Try though you may,
put charge camb %s %2
matchwait
MDcharge10c:
pause
match MDcharge10d You harness
match mdcharge10c ...wait
match MDcharge10c Try though you may,
put charge camb %s %2
matchwait
MDcharge10d:
pause
match MDcharge10e You harness
match mdcharge10d ...wait
match MDcharge10d Try though you may,
put charge camb %s %2
matchwait
MDcharge10e:
pause
match MDcharge10f You harness
match mdcharge10e ...wait
match MDcharge10e Try though you may,
put charge camb %s %2
matchwait
MDcharge10f:
pause
match MDcharge10g You harness
match mdcharge10f ...wait
match MDcharge10f Try though you may,
put charge camb %s %2
matchwait
MDcharge10g:
pause
match MDcharge10h You harness
match mdcharge10g ...wait
match MDcharge10g Try though you may,
put charge camb %s %2
matchwait
MDcharge10h:
pause
match MDcharge10i You harness
match mdcharge10h ...wait
match MDcharge10h Try though you may,
put charge camb %s %2
matchwait
MDcharge10i:
pause
match MDchargeLast You harness
match mdcharge10i ...wait
match MDcharge10i Try though you may,
put charge camb %s %2
matchwait

MDchargeLast:
pause
match MDPREP You harness
match MDchargeLast ...wait
match MDchargeLast Try though you may,
put charge camb %s %3
matchwait

MDPREP:
pause
match mdprep ...wait
match mdfocus You feel fully
# EMPATH SPELLS (Util, ward, aug)
#put pre bs %4
#put pre ic %4
#put pre refresh %4
# RANGER SPELLS (aug, aug, aug, util, util, ward)
put pre ws %4
#put pre instinct %4
#put pre wotp %4
#put pre compost %4
#put pre blend %4
#put pre EY %4
matchwait

mdfocus:
pause
match mdfocus try though you may,
match mdharn The cambrinth orb pulses
put invoke my camb %s
matchwait

mdharn:
pause
match mdharn ...wait
match mdcast You tap into
put harn %5
matchwait

mdcast:
pause
match mdcast ...wait
match mdxp You gesture
match mdxp You close your
put cast
matchwait

MAGICEND:
pause 2
echo ******************************************************************
echo * YOU HAVE SOMETHING IN HAND! PUT IT AWAY AND RESTART THE SCRIPT! *
echo ******************************************************************
exit
Reply Reply