Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

How do I turn off Dragon Fang ? It keeps firing it off. NM did some research found the command for leopardclaw.
I doubt you edited your mq2melee.dll, it would require edits to the code, then the code to be compiled against macroquesti edited my MQ2Melee.dll by accident now it wont work any way i can get a link to redownload the default or updated file and stick it in there to replace the one i messed up
/melee taunt=0 then /melee savei don't know that mq2melee would be turning it off, but unload that just to be safeProbably a dumb question, but I rolled up a brand new cleric and was piddling around in the tutorial but something kept turning off autoattack. I had to keep hitting the button to get my dude to swing. Any ideas what could be doing that? I wasn't running any macros, just base VV, and melee settings looked fine.
ahh much smarter than my plain /unload haha. that did the trick though I agree, I'm not sure why mq2melee would be doing that. Should I bug report this somewhere?i don't know that mq2melee would be turning it off, but unload that just to be safe
/plugin mq2melee unload
Have you tried unloading it? /plugin mq2melee unloadDoes anyone know how to permanently disable MQ2Melee even after an update is made to MacroQuest?
I have, but it seems it keeps getting loaded back in.Have you tried unloading it? /plugin mq2melee unload
Are you using a macro or script that requires it? Some of these macros and scripts auto load mq2meleeI have, but it seems it keeps getting loaded back in.
I am not sure, is there a dependency list I can check?Are you using a macro or script that requires it? Some of these macros and scripts auto load mq2melee
I have tried this, but when MacroQuest gets an update, this is reset back to 1.I believe you can edit your MacroQuest.ini file to do this. R-Click launcher -> INI File -> under [Plugins] change MQ2Melee=1 to MQ2Melee=0.
Yah, that was the file I was trying to think of. heheI believe you can edit your MacroQuest.ini file to do this. R-Click launcher -> INI File -> under [Plugins] change MQ2Melee=1 to MQ2Melee=0.
local mq = require('mq')
local function CheckMQ2Melee ()
if mq.TLO.Plugin('mq2melee')() then
print(msg, "\awUnloading: \agmq2melee")
mq.cmd('/squelch /plugin mq2melee unload')
end
end
while true do
CheckMQ2Melee()
end
macroquest updating does not change ini files that already existI have tried this, but when MacroQuest gets an update, this is reset back to 1.
/plugin mq2melee loading the plugin, that will change your ini to =1Ok, interesting I will try that out. I know certain .mac files will get updated any time a MQ update is made. I will be on the look out for what exactly occurs with it set to 0. I will also try your suggestion of the /plugin mq2melee noauto.macroquest updating does not change ini files that already exist
if you do anything that does/plugin mq2meleeloading the plugin, that will change your ini to =1
you can /plugin mq2melee noauto and that would load it but not change your ini to =1
yes, if a macro resource is updated the macro would of course be replaced, but your ini files - which are the files with your settings/configurations do not get adjusted or replacedOk, interesting I will try that out. I know certain .mac files will get updated any time a MQ update is made. I will be on the look out for what exactly occurs with it set to 0. I will also try your suggestion of the /plugin mq2melee noauto.
Yeah, this is true!yes, if a macro resource is updated the macro would of course be replaced, but your ini files - which are the files with your settings/configurations do not get adjusted or replaced
can you imagine if every setting and option you use is put back to default every time you update? no one would want that.

I was thinking that, based on their download they are downloading Kissassist. So if they use it, chances are they have UseMQ2Melee=1, which is what is loading it. Changing that to zero will make it stop loading it.Look for this line in your kissassist inis.
Usemq2melee=1 and change it to 0
There's an .ini file for each character in the config folder. File name is <server>_<character>.ini format. In that file there will be a section for [MQ2Melee] that has all the mq2melee settings. Find the one for harm touch and change it from =1 to =0.Hi - How do i prevent MQ2Melee from auto firing my harm touch. Thanks!
Hi Sippi,Where will I find this config file specifically so I can update it? I went with all default settings so it should be in a certain spot.
/plugin MQ2Melee, then type /melee save...\MacroQuest\Release\Config folder. The name will be in the pattern of <server>_<toon_name>.ini.
