bigmike,
bigmike said:
Crystane, I first want to thank you for making these macros. How do I make the wizard one run please, and are they any certain spells I need to have in certain slots, etc?
Further down I have listed the part of the Initialize subroutine in my Wizafkite.mac file, you need to go thru it carefully with a simple text editor and edit the spells I use to what you would like to use and have. Nukes, maybe replace "Gelidin Comet" with "Ice Comet"
/declare BigNuke string outer "Gelidin Comet"
Buffs, maybe exchange Ether Shield with Greater Shielding
/declare HPBuff string outer Ether Shield
An the AAs I use, I added checks and if you dont have em they should just be skipped by the macro,
EDIT: added code to check for all clickies, the macro wants to use and eihter skips them if not avail or uses em.
I strongly recommend you to Have Phase Walk as invis, and MANDATORY a Horse clicky
equipped and set up its name in the variable section, IF you want to use the feature to start this macro from the PoFire zonein.
/declare Horse string outer "Black Chain Bridle"
should look like this for a white Horse
/declare Horse string outer "White Chain Bridle"
Rich (BB code):
/declare BigNuke string outer "Gelidin Comet"
/declare ManaGain string outer "Harvest"
/declare NPCcastrupt string outer "Spark of Thunder"
/declare HPselfBuff string outer "Ether Shield"
/declare Levi string outer "O`Keils Levity"
/declare SmallNuke string outer "Claw of Vox"
/declare PullNuke string outer "Mana Weave"
/declare Snare string outer "Atol's Spectral Shackles"
/declare Evac string outer "Abscond"
/declare Invis string outer "Phase Walk"
/declare Horse string outer "Black Chain Bridle"
/declare ManaGainAA string outer "Harvest of Druzzil"
/declare ManaGainAAaltact# int outer 172
/declare AApets string outer "Wrath of Xuzl"
/declare AApetsaltact# int outer 246
|Ok here are defined some variables for buffs the mac checks for and if certain are missing its triggering rebuffing.
|Example as Wizard I use HPBuff "Ether Shield", which I buff when the subroutine doesnt find the buff or the BuffBlock "Wunshi"
/declare DmgRune string outer Ether Skin
/declare DmgRune2 string outer Barrier of Force
/declare HPBuff string outer Ether Shield
/declare HPBuffBlock string outer Talisman of Wunshi
/declare LeviBN string outer O`Keils Levity
/declare DmgShieldBN string outer Storm Guard
/declare HitdistanceBuffer int outer 5
/declare YourCastrange int outer 205
|HitdistanceBuffer, is a # defineing the buffer between the mobs Hitdistance to actually be able to hit you meleestyle.
|Costomize on own risk, the lower to ZERO then more you get hit before the macro makes you run away,
|on the contrary too high amount will make ya fail to get any spellcast done before the macro makes you run away, careful.
|YourCastrange, here set the number to the range your spells have with all your Extended Range, e.g. Spellrange=200 +10%=20 and add like 5 to 10, makes a total set it to 225
|I also figured you should not use a Spell as BigNuke which has a casttime greater then 5.5s your casttime!!!
|If you have comparable gear to the following Equipment and they fit the Type and cast time needed, replace with your itemnames
|DebuffClicky---->Needs to be an ITEM clicky, Type NPC-TARGETED, casttime INSTANT, since its clicked while running away from a mob.
|Low cast time clicky effects on mobs may be inserted for it on own risk, all above 1s cast might get you hit alot.
|DSclicky Needs to be an ITEM clicky, SELFBUFF, casttime ANY
|EpicName Well your Epic, here needs to be ITEM clicky, Type SELF/GROUPBUFF, casttime ANY
/declare DebuffClicky string outer "Staff of Elemental Flux"
/declare DSclicky string outer "Stormeye Band"
/declare EpicName string outer "Staff of Phenomenal Power"
|Note to wizards Epic 1.0 will be found and used automatically by the macro now.
|If you dont want to pull casters set Variable to NULL
/declare PullCasters bool outer Yes
/return
Now how to run the mac,
eihter have a Horse equipped, setup all spells and invis.
Enter PoFire and start the mac : /mac Wizafkite
and then: /echo MTgrounds
and enjoy watching.
Or you run your Wiz into Castle 2 where all the see invis mobs are, place yourself between the 3 huts without mobs in them and start the mac : see above
and then : /echo kite
Enjoy.
whatelse, you may want to bring Elixir of Healing Potions with ya. the mac uses em to heal your toon in case.
Dont run the mac if you didnt setup the spells and know you dont have all your spells.
Hope this Monster huge post helps, thank god for copy/paste. If any Problems post, and dont forget to show some appretiation if you like my work and help=Red Cents.
Crystane.