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 save
I 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
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.
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
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.
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
.Super fast response. Thank you for that. What is before that \MacroQuest folder? I simply can't find it on my computer. I even did a search on my C: drive for that folder and it didn't come up. Could it be named something else? Sorry for the noob questions!Hi Sippi,
When you're in game on your toon, first ensure the plugin is loaded/plugin MQ2Melee
, then type/melee save
.
You'll find the file in the..\MacroQuest\Release\Config
folder. The name will be in the pattern of<server>_<toon_name>.ini
.
This file will contain configuration information for several plugins.
right click on your mq icon -> Open Folder -> ConfigSuper fast response. Thank you for that. What is before that \MacroQuest folder? I simply can't find it on my computer. I even did a search on my C: drive for that folder and it didn't come up. Could it be named something else? Sorry for the noob questions!
In this context,Super fast response. Thank you for that. What is before that \MacroQuest folder? I simply can't find it on my computer. I even did a search on my C: drive for that folder and it didn't come up. Could it be named something else? Sorry for the noob questions!
..\Macroquest\
means "we don't know where you've got Macroquest installed, so go to wherever the Macroquest folder lives on your particular hard drive, then go into the Macroquest folder".