PussyFoot
New member
- Joined
- Jul 2, 2014
- RedCents
- 744¢
Happy Testing!
This one is inspired by William12 and his sk 2.0. What it does different? Moves the group with you as the chanter pulls. (In fact it uses his pull path from his sk for now.)
Macro Name: cdeadhills.mac
Required Plugins:
Mq2Moveutils
Mq2EBC
Required Inc Files:
spell_routines.inc
How to run this macro: /mac cdeadhills.mac
After the first time you run it you'll want to edit the file it creates mystuff.ini
First you'll want to set up your group. Change the names and macros associated with each one.
For instance, if your tanks name is Bob and he runs kissassist you'll change it to
Next comes some default settings, but you can change them if you want.
NukeAt determines when you start nuking, if you nuke.
NoDebffAt determines the percentage at which you stop debuffing.
DoNuke1-3 determines if you attempt to cast your nukes.
Next come your spells. You'll want to change the rank to the one you have.
Buff1-3 are the buffs it will try to cast on the group just after it zones into the mission.
These under MYBUFFS are your custom item buffs, you'll want to set it to whatever items you want to use, and set a delay on the cast.
This one for instance will tell it to cast the chanter epic 2.0 and to delay 30(3s) after doing so to give it time to cast.
(more to come later.)
Here is the current file that I have going for into the Hills as a Chanter puller. As stated in the other thread it will build a custom INI file for you. You'll also need to download the hillsinto.ini path file. I'll include that. When you run it the first time it will put variables in mystuff.ini (You can change that file name if you want in the main body of the macro.) Edit your team, your ranks etc.
Next version hopefully I'll have it do ranks for you based on your enchanter. Also working on getting it to move the group from point 1 to 2 to 3 to speed things up.
One note, if you have an older version if you change SpinStun in your mystuff.ini to "Empowered Minion" it will keep this pet buff up for you.
Added newest version below, this one "moves" your group. It's very sloppy at the moment but will clean it up later. Let me know how it works for you.
To get this to run you need to change the following value in your mystuff.ini
From:
deadhills_errand=hillsinto.ini
To:
deadhills_errand=hillsinto_sk.ini
*If you find this code handy and want to donate:
View attachment 6383
- - - Updated - - -
One issue with kissassist is that if your tank stops to buff while you've given him a 'moveto', he seems to ignore it, or to 'manually interupt' it. Working on adding some quick pause/unpause commands int here to avoid that.
Let me know of any other bugs you find.
This one is inspired by William12 and his sk 2.0. What it does different? Moves the group with you as the chanter pulls. (In fact it uses his pull path from his sk for now.)
Macro Name: cdeadhills.mac
Required Plugins:
Mq2Moveutils
Mq2EBC
Required Inc Files:
spell_routines.inc
How to run this macro: /mac cdeadhills.mac
After the first time you run it you'll want to edit the file it creates mystuff.ini
First you'll want to set up your group. Change the names and macros associated with each one.
Rich (BB code):
[MySettings]
TankName=TANKNAMEGOESHERE
TankMacro=TANKMACROGOESHERE
LooterName=LOOTERNAMEGOESHERE
LooterMacro=LOOTERMACROGOESHERE
Toon1=TOON1NAMEGOESHERE
Macro1=TOON1MACROGOESHERE
Toon2=TOON2NAMEGOESHERE
Macro2=TOON2MACROGOESHERE
Toon3=TOON3NAMEGOESHERE
Macro3=TOON3MACROGOESHERE
For instance, if your tanks name is Bob and he runs kissassist you'll change it to
Rich (BB code):
TankName=Bob
TankMacro=kissassist
Next comes some default settings, but you can change them if you want.
Rich (BB code):
NukeAt=90
NoNukeAt=20
NoDebuffAt=65
DoNuke1=1
DoNuke2=1
DoNuke3=1
NukeAt determines when you start nuking, if you nuke.
NoDebffAt determines the percentage at which you stop debuffing.
DoNuke1-3 determines if you attempt to cast your nukes.
Next come your spells. You'll want to change the rank to the one you have.
Rich (BB code):
SpellNuke1=Mindcleave Rk. II
SpellNuke2=Phantasmal Assault Rk. II
SpellNuke3=Chromaclash Rk. II
SpellMez=Confound Rk. II
SpellAEMez=Slackening Wave Rk. II
SpellRune=Phantasmal Unity Rk. II
SpellRuneBuff=Polyiridescent Rune Rk. II
SpellDot=Mind Squall Rk. II
SpellStun=Empowered Minion Rk. II
SpellTash=Enunciation of Tashan Rk. II
SpellCripple=Demolished Consciousness Rk. II
SpellAura1=Twincast Aura
SpellAura1Message=Twincast Aura
SpellAura2=Mana Reverberation Aura Rk. II
SpellAura2Message=Mana Rev. Aura Rk. II
Buff1=Hastening of Sviir Rk. II
Buff2=Voice of Foresight Rk. II
Buff3=Shield of the Dauntless Rk. II
Buff1-3 are the buffs it will try to cast on the group just after it zones into the mission.
Rich (BB code):
[MyBuffs]
Memento of the Ungod's Suffering=20
Polymorph Wand: Plaguebringer=30
Earring of Brevity=20
Frosted Sash of Frozen Thought=20
Pauldrons of Precision=20
Band of Brevity=20
Gunthak Swabby's Eyepatch=40
Staff of Eternal Eloquence=30
Bloodmetal Inlaid Gnollish Totem=30
These under MYBUFFS are your custom item buffs, you'll want to set it to whatever items you want to use, and set a delay on the cast.
Rich (BB code):
Staff of Eternal Eloquence=30
This one for instance will tell it to cast the chanter epic 2.0 and to delay 30(3s) after doing so to give it time to cast.
(more to come later.)
Here is the current file that I have going for into the Hills as a Chanter puller. As stated in the other thread it will build a custom INI file for you. You'll also need to download the hillsinto.ini path file. I'll include that. When you run it the first time it will put variables in mystuff.ini (You can change that file name if you want in the main body of the macro.) Edit your team, your ranks etc.
Next version hopefully I'll have it do ranks for you based on your enchanter. Also working on getting it to move the group from point 1 to 2 to 3 to speed things up.
One note, if you have an older version if you change SpinStun in your mystuff.ini to "Empowered Minion" it will keep this pet buff up for you.
Added newest version below, this one "moves" your group. It's very sloppy at the moment but will clean it up later. Let me know how it works for you.
To get this to run you need to change the following value in your mystuff.ini
From:
deadhills_errand=hillsinto.ini
To:
deadhills_errand=hillsinto_sk.ini
*If you find this code handy and want to donate:
View attachment 6383
- - - Updated - - -
One issue with kissassist is that if your tank stops to buff while you've given him a 'moveto', he seems to ignore it, or to 'manually interupt' it. Working on adding some quick pause/unpause commands int here to avoid that.
Let me know of any other bugs you find.
Attachments
Last edited:

