• 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

MQ2Melee

Status
Not open for further replies.
It was paladin when I wasn't in aggro mode (ie, I was just playing as a rogue). I noticed it would happen specifically when I would use the hotkey like this:

/pause 5, /assist Tank
/stick behindonce 40%

But if I removed the behindonce it wouldn't sit me.

[MQ2Melee]
aggro=1
bash=1
begging=1
disarm=1
enrage=1
facing=1
harmtouch=0
infuriate=1
layhand=5
melee=1
petmend=20
petrange=75
plugin=1
pothealfast=0
pothealover=0
provoke0=4977
provoke1=5284
provokeend=20
provokemax=5
provokeonce=1
resume=20
slam=1
stickrange=0
stun1=5284
taunt=1
version=4.808

This wouldn't happen when in aggro mode, only when not.

(Only MQ2Melee was listed in my ini, do I need to do something with moveutils ini? I don't like the automatic sticking and prefer to just hotkey /stick 45% manually so I only stick when I tell it. Mostly because I've never figured out how to set up a camp where I stay within the correct range and don't go running at a mob as he's incoming and move out of the camp range.)
 
The actual problem of sitting is in mq2moveutils. Not sure why, but there's been others reporting the same problem on the mq2 boards.
 
ahhh i brought this up and few answers over on mq2vip section... have the same thing sometimes and get fustrating ... ill turn my /melee aggro=on for tanking in raids and turn it off when im just assisting... when i turn it on sometimes and hit my attack button it will sit down and turn off attack,, thy said on the other boards it is a glitch and you have to log out mq2 and camp your toon to straighten it out..
 
note ... i also play a pally


also when it does this it will not auto stick or move to the target to engage the mob... just gives you the your to far away messege.
 
Last edited:
thy said on the other boards it is a glitch and you have to log out mq2 and camp your toon to straighten it out..
Translation... here's something you can do to temporarily resolve the issue. Don't bother us with the issue we don't want to deal with it.
:ripperjack:
 
Ok, seems to be working ok for me now.

However, now I'd like to expand my use of MQ and see if perhaps a generous fellow would help me.

I'm trying to incorporate my clickies into MQ2Melee experience.

The holyshit/downshit code:

Rich (BB code):
downshit0=/if (${Spell[Form of Defense II].Stacks} && !${Me.Buff[Form of Defense II].ID} && !${Me.Moving} && !${Me.Invis}) /casting "Band of Primordial Energy"|finger
downshit1=/if (${Spell[Heart of the Void].Stacks} && !${Me.Buff[Heart of the Void].ID} && !${Me.Moving} && !${Me.Invis}) /casting "Breastplate of the Void"|chest
downshit2=/if (${Spell[Koadic's Expansive Mind].Stacks} && !${Me.buff[Koadic's Expansive Mind].ID} && !${Me.Moving} && !${Me.Invis}) /casting "Shield of Mental Fortitude"|back
holyshit0=/if (${Spell[Shield of the Eighth].Stacks} && !${Me.Buff[Shield of the Eighth].ID}) /casting "Velium Coldain Insignia Ring"|item
holyshit1=/if (${Spell[Aura of Battle].Stacks} && !${Me.Buff[Aura of Battle].ID}) /casting "Pauldrons of Ferocity"|shoulder
holyshit2=/if (${Spell[Aura of Rage].Stacks} && !${Me.Buff[Aura of Rage].ID}) /casting "Fabled Shrunken Goblin Skull Earring"|ear


Now I have them all working if they are already equipped, but I need some sort of exchange obviously if they are in a bag. Any idea how to do this? Would I need 3 holyshit's per switch?

IE an exchange, a cast, then a second exchange back?

Plus, I can't get this to work:

Rich (BB code):
downshit1=/if (${Spell[Heart of the Void].Stacks} && !${Me.Buff[Heart of the Void].ID} && !${Me.Moving} && !${Me.Invis}) /exchange 70760 chest

No this

Rich (BB code):
downshit1=/if (${Spell[Heart of the Void].Stacks} && !${Me.Buff[Heart of the Void].ID} && !${Me.Moving} && !${Me.Invis}) /exchange "Breastplate of the Void" chest

Any thoughts?

Thanks!
 
try this
Rich (BB code):
downshit1=/if (${Spell[Heart of the Void].Stacks} && !${Me.Buff[Heart of the Void].ID} && !${Me.Moving} && !${Me.Invis}) /multiline ; /exchange 70760 chest ; /casting "Breastplate of the Void"|chest
 
Ok now I have that shield from BB, but I usually am using a two hander.

Is there a way to activate a bandolier to use the downshit to bandolier in shield, click then bandolier out to the prior set up without specifying what that set up was?


This is me, a non-coder, non-computer literate, but I did take through Calculus II guessing:

Rich (BB code):
downshit0=/if (${Spell[Form of Defense III].Stacks} && !${Me.Buff[Form of Defense III].ID} && !${Me.Moving} && !${Me.Invis}) /multiline ; /bandolier Activate Tank ; /casting "Gnollish Tower Shield"|secondary

However, if there was someway to make it go to inventory and click there, that would be better, plus that would allow me to copy it for other inventory click items I have.
 
How do you use MQ2 Melee to keep up an Aura?

I have it doing my self buffs pretty well. Any chance anyone knows the trick with the aura?
 
Rich (BB code):
downshit0=/if (${Spell[AuraName].Stacks[0]} && !${Me.Aura[AuraName].ID} && !${Me.Moving} && !${Me.Invis}) /disc AuraName
 
Problem a lot of people have with auras is the aura effect is actually something different than what appears to the player in their U/I. Let us know if you have that problem and we can help.

Also helps to know what class you're asking about.
 
Bloodlust Aura
Blessed Aura

I know how to use a min mana tag, how about for min endurance?
 
MQ2Melee
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart