I am hoping someone here has a solution for me. I cannot get the mq2events Ini file to work.
Things I know as facts.
1) I used .ini from another source, I am 100% is a (.ini file) windows call it out a configuration file, and the extension is (.ini) not a txt file.
2) I can load it by using the command line >> /event load and it says reloading and stays like that reloading.
3) I can enable it by using the command line >> /event on and it says enable and stays enable.
4) The file is located in the release folder and the name is >> MQ2Events_toonName.ini file
5) Using the command line >> /event list or events list doesn't do anything.
I created and used different .ini files just in case my file was corrupt. I am trying to use this code.
Replace the word me with my toonName. All my toons are on kissassist.
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /mqp on; /stopcast; /keypress ESC; /keypress x
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking}) /multiline ; /mqp off; /keypress x
I made macros hottbutton (bct command) using /mqpause on ; /keypress x ; /pause 60 ; mqpause off ; /keypress x
This works, but it is manual, and I have to pay attention to it. I am work and had to write this up from memory, lol.
I hope I was clear and someone can help me with this.
Things I know as facts.
1) I used .ini from another source, I am 100% is a (.ini file) windows call it out a configuration file, and the extension is (.ini) not a txt file.
2) I can load it by using the command line >> /event load and it says reloading and stays like that reloading.
3) I can enable it by using the command line >> /event on and it says enable and stays enable.
4) The file is located in the release folder and the name is >> MQ2Events_toonName.ini file
5) Using the command line >> /event list or events list doesn't do anything.
I created and used different .ini files just in case my file was corrupt. I am trying to use this code.
Replace the word me with my toonName. All my toons are on kissassist.
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /mqp on; /stopcast; /keypress ESC; /keypress x
[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking}) /multiline ; /mqp off; /keypress x
I made macros hottbutton (bct command) using /mqpause on ; /keypress x ; /pause 60 ; mqpause off ; /keypress x
This works, but it is manual, and I have to pay attention to it. I am work and had to write this up from memory, lol.
I hope I was clear and someone can help me with this.