• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Guide - Random TLP Monk / SK / Necro Holyshits (plus mana pots for casters)

Joined
May 1, 2011
RedCents
1,823¢
Monk: (weapon swaps for avatar, epic, rotwf, and, because why not, ELBOW STRIKE SPAM)
Rich (BB code):
holyshit0=/if (!${Me.Buff[Celestial Tranquility].ID}) /casting "Celestial Fists"
holyshit1=/if (${Target.PctHPs}<99 && ${Me.Combat} && !${Me.Song[Jonthan's Whistling Warsong].ID}) /casting "Robe of the Whistling Fists"
holyshit2=/if (!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks} && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]}) /exchange "Ancient Prismatic Fist Wraps" mainhand
holyshit3=/if (${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]} && (${Me.Buff[Avatar].ID} || !${Spell[Avatar].Stacks})) /exchange "Fist of Nature" mainhand
holyshit4=/if (${Target.PctHPs}<99 && ${Me.PctEndurance}>20 && ${Me.CombatAbilityReady[Elbow Strike]}) /doability "Elbow Strike"

SK: (bash with epic)
Rich (BB code):
holyshit0=/if (${Me.AbilityReady[bash]} && ${InvSlot[mainhand].Item.Name.Equal[Innoruuk's Curse]}) /doability "bash"

Necro: (click off lich if you're not in combat and under 20% hp, also use mana potions in/out of combat)
Rich (BB code):
downshit1=/if (${Me.PctHPs}<20 && ${Me.Buff[Arch Lich].ID}) /notify BuffWindow Buff${Math.Calc[${Me.Buff[Arch Lich].ID}-1].Int} leftmouseup
downshit0=/if (${Me.PctMana}<=30 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"
holyshit0=/if (${Me.PctMana}<=50 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"

Again, mana pots:
Rich (BB code):
downshit0=/if (${Me.PctMana}<=30 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"
holyshit0=/if (${Me.PctMana}<=50 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"


Oh, and it took me a while to figure out how to do this with a hotkey, but...
Disband your characters from a raid:
Rich (BB code):
Line1=/bcaa //if (!${Window[RaidWindow].Open}) /keypress alt+r
Line2=/bcaa //timed 10 /notify RaidWindow RAID_Disbandbutton leftmouseup
Line3=/bcaa //timed 10 /if (${Window[RaidWindow].Open}) /keypress alt+r
 
I've got a few I'll add.

Gobbie Earring:

Rich (BB code):
downshit1=/if (!${Me.Buff[Shadow of Firefist].ID} && ${Cast.Ready[Shrunken Goblin Skull Earring]} && ${Spell[Shadow of Firefist].Stacks}) /casting "Shrunken Goblin Skull Earring" item
holyshit1=/if (${Me.Combat} && !${Me.Buff[Shadow of Firefist].ID} && ${Cast.Ready[Shrunken Goblin Skull Earring]} && ${Spell[Shadow of Firefist].Stacks}) /casting "Shrunken Goblin Skull Earring" item

Tunare Belt:

Rich (BB code):
holyshit2=/if (${Me.Combat} && !${Me.Buff[Spikecoat].ID} && ${Cast.Ready[Girdle of Living Thorns]} && ${Spell[Spikecoat].Stacks}) /casting "Girdle of Living Thorns" item
downshit2=/if (!${Me.Buff[Spikecoat].ID} && ${Cast.Ready[Girdle of Living Thorns]} && ${Spell[Spikecoat].Stacks}) /casting "Girdle of Living Thorns" item

Yaulp V for cleric - gets used a lot on raids, but rarely in groups

Rich (BB code):
downshit1=/if (!${Me.Buff[Yaulp V].ID} && ${Cast.Ready[Yaulp V]} && ${Spell[Yaulp V].Stacks}) /casting "Yaulp V"
 
Monk: (weapon swaps for avatar, epic, rotwf, and, because why not, ELBOW STRIKE SPAM)
Rich (BB code):
holyshit0=/if (!${Me.Buff[Celestial Tranquility].ID}) /casting "Celestial Fists"
holyshit1=/if (${Target.PctHPs}<99 && ${Me.Combat} && !${Me.Song[Jonthan's Whistling Warsong].ID}) /casting "Robe of the Whistling Fists"
holyshit2=/if (!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks} && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]}) /exchange "Ancient Prismatic Fist Wraps" mainhand
holyshit3=/if (${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]} && (${Me.Buff[Avatar].ID} || !${Spell[Avatar].Stacks})) /exchange "Fist of Nature" mainhand
holyshit4=/if (${Target.PctHPs}<99 && ${Me.PctEndurance}>20 && ${Me.CombatAbilityReady[Elbow Strike]}) /doability "Elbow Strike"

SK: (bash with epic)
Rich (BB code):
holyshit0=/if (${Me.AbilityReady[bash]} && ${InvSlot[mainhand].Item.Name.Equal[Innoruuk's Curse]}) /doability "bash"

Necro: (click off lich if you're not in combat and under 20% hp, also use mana potions in/out of combat)
Rich (BB code):
downshit1=/if (${Me.PctHPs}<20 && ${Me.Buff[Arch Lich].ID}) /notify BuffWindow Buff${Math.Calc[${Me.Buff[Arch Lich].ID}-1].Int} leftmouseup
downshit0=/if (${Me.PctMana}<=30 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"
holyshit0=/if (${Me.PctMana}<=50 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"

Again, mana pots:
Rich (BB code):
downshit0=/if (${Me.PctMana}<=30 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"
holyshit0=/if (${Me.PctMana}<=50 && ${InvSlot[pack8].Item.Name.Equal[Distillate of Spirituality IX]} && !${Me.Buff[Elixir of Spiritualism IX].ID}) /casting "Distillate of Spirituality IX"


Oh, and it took me a while to figure out how to do this with a hotkey, but...
Disband your characters from a raid:
Rich (BB code):
Line1=/bcaa //if (!${Window[RaidWindow].Open}) /keypress alt+r
Line2=/bcaa //timed 10 /notify RaidWindow RAID_Disbandbutton leftmouseup
Line3=/bcaa //timed 10 /if (${Window[RaidWindow].Open}) /keypress alt+r

I've been trying to modify that avatar one so it swaps in avatar under 1 minute left on the buff, have you considered this? cant get it to work though.

Rich (BB code):
holyshit7=/if (${Me.Inventory[mainhand].ID}==5776 && (!${Me.Buff[Avatar].ID} || ${Me.Buff[Avatar].Duration.TotalSeconds}<60) && ${Spell[Avatar].Stacks}) /exchange 27320 mainhand
holyshit8=/if (${Me.Inventory[mainhand].ID}==27320 && ${Me.Buff[Avatar].Duration.TotalSeconds}>=60 && (${Me.Buff[avatar].ID} || !${Spell[avatar].Stacks})) /exchange 5776 mainhand

Also, /bcaa //raiddisband works

Goblin earring doesnt need the buff for the ATK to be applied, its an AA, unless youre just using it as a clicky.
 
Goblin earring doesnt need the buff for the ATK to be applied, its an AA, unless youre just using it as a clicky.

Yeah. I use it for a buff place holder for fights you know you will want to dispell a debuff or on dispell fights to preserve the rest of my buffs.
 
sk bash can be handled in mq2melee cant it?

and omfg thank you for this line
Rich (BB code):
/notify BuffWindow Buff${Math.Calc[${Me.Buff[ANY STUPID BUFF YOU DONT WANT!!!!!].ID}-1].Int} leftmouseup

ive been using /clickoff "BUFF" and it worked about 15% of the time...and the rest of the time it would spam my window with 'cant remove buff' and hell, even randomly it would decide to click off whatever buff it felt like.

edit* and apparently mq2melee doesnt handle sk bash when epic is equipped....thanks for posting that info ethereal, i never even noticed.!!

edit2* bah, spoke too soon...the /notify command is still bugging out giving me "you cannot remove this effect" spam :((((
 
Last edited:
2 hand weapon bash is an AA

hey maskoi, while you are peaking in at this thread, maybe you could take a look at the /notify buffwindow (or /clickoff) commands and let me know why they arent working for me....its random which melee toon they wanna break on, but they eventually stop clicking off the gift of pure thought, or they will click off a random buff. It *seems* like it has to do with which slot gift of pure thought ends up in...ie when its getting put in the higher up buff slots it stops working....but i'm not entirely sure.
 
/removebuff doenst do anything...nothing even shows up in chat log saying invalid command or cant remove...
 
I've been trying to modify that avatar one so it swaps in avatar under 1 minute left on the buff, have you considered this? cant get it to work though.

Rich (BB code):
holyshit7=/if (${Me.Inventory[mainhand].ID}==5776 && (!${Me.Buff[Avatar].ID} || ${Me.Buff[Avatar].Duration.TotalSeconds}<60) && ${Spell[Avatar].Stacks}) /exchange 27320 mainhand
holyshit8=/if (${Me.Inventory[mainhand].ID}==27320 && ${Me.Buff[Avatar].Duration.TotalSeconds}>=60 && (${Me.Buff[avatar].ID} || !${Spell[avatar].Stacks})) /exchange 5776 mainhand

Also, /bcaa //raiddisband works

Goblin earring doesnt need the buff for the ATK to be applied, its an AA, unless youre just using it as a clicky.


Raid disband doesn't work for me; it'll disband 1 character, but not all of them. I haven't messed with putting my avatar weapon back on early. I'm unsure if it's better, dps wise, to leave it off for the full avatar proc, or reapply early.
 
- - - Updated - - -

I've been trying to modify that avatar one so it swaps in avatar under 1 minute left on the buff, have you considered this? cant get it to work though.

Rich (BB code):
holyshit7=/if (${Me.Inventory[mainhand].ID}==5776 && (!${Me.Buff[Avatar].ID} || ${Me.Buff[Avatar].Duration.TotalSeconds}<60) && ${Spell[Avatar].Stacks}) /exchange 27320 mainhand
holyshit8=/if (${Me.Inventory[mainhand].ID}==27320 && ${Me.Buff[Avatar].Duration.TotalSeconds}>=60 && (${Me.Buff[avatar].ID} || !${Spell[avatar].Stacks})) /exchange 5776 mainhand

Getting something like this to work would be amazing.


Nice thread. Weird that /raiddisband doesn't work for you etherealmist. I have a /bcaa //raiddisb hotkey that has yet to fail.

As for the clicky shits. I would assume the same code would work for Ring 8, or any other insta click item, provided you change to the appropriate buff/item names?
 
- - - Updated - - -



Getting something like this to work would be amazing.


Nice thread. Weird that /raiddisband doesn't work for you etherealmist. I have a /bcaa //raiddisb hotkey that has yet to fail.

As for the clicky shits. I would assume the same code would work for Ring 8, or any other insta click item, provided you change to the appropriate buff/item names?
Yep, I have 1 for dain ring/aon
 
How do you configure the holy to remove primal and go back to just epic fists for those of us that aren't cool enough to have Tunare fists yet??? :)

Monk: (weapon swaps for avatar, epic, rotwf, and, because why not, ELBOW STRIKE SPAM)
Rich (BB code):
holyshit0=/if (!${Me.Buff[Celestial Tranquility].ID}) /casting "Celestial Fists"
holyshit1=/if (${Target.PctHPs}<99 && ${Me.Combat} && !${Me.Song[Jonthan's Whistling Warsong].ID}) /casting "Robe of the Whistling Fists"
holyshit2=/if (!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks} && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]}) /exchange "Ancient Prismatic Fist Wraps" mainhand
holyshit3=/if (${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]} && (${Me.Buff[Avatar].ID} || !${Spell[Avatar].Stacks})) /exchange "Fist of Nature" mainhand
holyshit4=/if (${Target.PctHPs}<99 && ${Me.PctEndurance}>20 && ${Me.CombatAbilityReady[Elbow Strike]}) /doability "Elbow Strike"

- - - Updated - - -

I've got a few I'll add.

Gobbie Earring:

Rich (BB code):
downshit1=/if (!${Me.Buff[Shadow of Firefist].ID} && ${Cast.Ready[Shrunken Goblin Skull Earring]} && ${Spell[Shadow of Firefist].Stacks}) /casting "Shrunken Goblin Skull Earring" item
holyshit1=/if (${Me.Combat} && !${Me.Buff[Shadow of Firefist].ID} && ${Cast.Ready[Shrunken Goblin Skull Earring]} && ${Spell[Shadow of Firefist].Stacks}) /casting "Shrunken Goblin Skull Earring" item

Tunare Belt:

Rich (BB code):
holyshit2=/if (${Me.Combat} && !${Me.Buff[Spikecoat].ID} && ${Cast.Ready[Girdle of Living Thorns]} && ${Spell[Spikecoat].Stacks}) /casting "Girdle of Living Thorns" item
downshit2=/if (!${Me.Buff[Spikecoat].ID} && ${Cast.Ready[Girdle of Living Thorns]} && ${Spell[Spikecoat].Stacks}) /casting "Girdle of Living Thorns" item

Yaulp V for cleric - gets used a lot on raids, but rarely in groups

Rich (BB code):
downshit1=/if (!${Me.Buff[Yaulp V].ID} && ${Cast.Ready[Yaulp V]} && ${Spell[Yaulp V].Stacks}) /casting "Yaulp V"

Do items have to be in a main inventory slot for this to work?
 
Last edited:
How do you configure the holy to remove primal and go back to just epic fists for those of us that aren't cool enough to have Tunare fists yet??? :)

Do items have to be in a main inventory slot for this to work?

For the first one, change it so that it is

Rich (BB code):
holyshit3=/if (${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]} && (${Me.Buff[Avatar].ID} || !${Spell[Avatar].Stacks})) /unequip mainhand

And yes, items need to be equipped or in a main inventory slot.
 
Clickies need to be in main inventory slots. I should've clarified.
 
anyone got a flag to use shield of the immaculate if have a disease debuff?

edit: gonna try this
/if (${Debuff.Diseased} && !${Me.Invis} && !${Me.Sitting} && ${Cast.Ready[Shield of the Immaculate]}) /casting 11551 |item
 
anyone got a flag to use shield of the immaculate if have a disease debuff?

edit: gonna try this
/if (${Debuff.Diseased} && !${Me.Invis} && !${Me.Sitting} && ${Cast.Ready[Shield of the Immaculate]}) /casting 11551 |item
Report back with results? This would be hella useful =p
 
holyshit0=/if (${Debuff[self].Diseased}>=1 && !${Me.Invis} && !${Me.Sitting} && ${Cast.Ready[Shield of the Immaculate]}) /casting "Shield of the Immaculate"
 
Wrote this one for a ranger friend:

Rich (BB code):
holyshit0=/if (${Me.Combat} && ${Target.PctHPs}<98 && ${Cast.Ready[Call of Flame]}) /casting "Call of Flame"

Was thinking about adding in Dots too, but this is his best DPS booster.
 
Just throwing this out there for monk epic. It bugs me to watch the buff wear off for a split second then recast, so this one recasts epic at 1-2 seconds. It's stand alone and doesn't require the other holy to work.

holyshit1=/if (${Me.Buff[Celestial Tranquility].Duration.TotalSeconds}<2) /casting "Celestial Fists"
 
Guide - Random TLP Monk / SK / Necro Holyshits (plus mana pots for casters)

Users who are viewing this thread

Back
Top
Cart