You have other issues simply due to the fact that you cannot keep you pc connected to a remote and that you cannot run it from your PC.
You need to resolve that first.
That said I'll dig out my mq2event examples tonight when I get him if I remember.
_________________
Sorvani
You need to resolve that first.
That said I'll dig out my mq2event examples tonight when I get him if I remember.
_________________
Sorvani
Tue Jan 07, 2014 9:39 am
Senior Project Member
MQ2Events
MQ2Events reads chat (all chat windows, including the MQ2 window) and looks for the trigger phrases. If found, the associated command is executed. Any valid EQ or MQ2 command can be issued.
Some shaman examples:
Those are in <MQ2 directory>/MQ2Events_charactername.ini
MQ2Events reads chat (all chat windows, including the MQ2 window) and looks for the trigger phrases. If found, the associated command is executed. Any valid EQ or MQ2 command can be issued.
Some shaman examples:
Macro
Those are in <MQ2 directory>/MQ2Events_charactername.ini
Tue Jan 07, 2014 6:33 pm
Senior Project Member
Is there a more thorough walkthrough of how to get events to work?
I saw the wiki and it's pretty sparse... it does seem like it might do what I want assuming I don't need a EQBC connection to actually send the signal.
When I get disconnected I get a message like "MQ2EQBC: did not receive[...]"
then I put in
command=/bccmd reconnect
but it does nothing.
_________________
for fun
I saw the wiki and it's pretty sparse... it does seem like it might do what I want assuming I don't need a EQBC connection to actually send the signal.
When I get disconnected I get a message like "MQ2EQBC: did not receive[...]"
then I put in
command=/bccmd reconnect
but it does nothing.
_________________
for fun
Wed Jan 08, 2014 6:17 pm
I don't know of any walk through for MQ2Events. Luckily, there isn't much to it. Create the ini file. Edit the ini file. That's it.
What are the results from /event list?
What are the results from /event list?
Wed Jan 08, 2014 7:29 pm
Senior Project Member
You'd want a chat event on the guy who needs to reconnect. So if Maudigan needs to reconnect then you need some chat trigger that Maudigan will get on his screen. So if Maudigan gets "MQ2EQBC: did not receive a ping" then that would be your trigger. Wen Maudigan sees that chat come across his screen he will execute the command. If that doesn't answer your question can you post the exact text that pops up on your screen and I'll write it up for you.
What Sorvani said really stands thoug, this is a bandaid, there's still a problem,
What Sorvani said really stands thoug, this is a bandaid, there's still a problem,
Wed Jan 08, 2014 7:34 pm
Project Lead
K, i do realize it's just a bandaid, but I still think it can serve well. I'd really like to see if i can get it working.
Right now this is the error:
and this is my complete events ini:
neither seem to work though...
_________________
for fun
Right now this is the error:
and this is my complete events ini:
Macro
neither seem to work though...
_________________
for fun
Thu Jan 09, 2014 12:57 pm
In game, type...
/event list
...and post the results.
/event list
...and post the results.
Thu Jan 09, 2014 6:28 pm
Senior Project Member
You also need to get eqbcs2.
_________________
Sorvani
_________________
Sorvani
Thu Jan 09, 2014 7:11 pm
Senior Project Member
Looks like the original writer of the message forgot i before e except after c. You spelled receive right, the plugin has it wrong. Try this line, I cut it straight from the code so it should be good.
Edit: added the rest of the text to make it an ini entry
ini
Edit: added the rest of the text to make it an ini entry
Thu Jan 09, 2014 9:20 pm
Project Lead
thank you, I will try that.
fyi, when I type event list I get....
mq2events:: trigger 1--disconnectd
mq2events::trigger 2--slowed
then a couple others I tested.
leaving the game afk a minute to see now if the mispelling helps.
_________________
for fun
fyi, when I type event list I get....
mq2events:: trigger 1--disconnectd
mq2events::trigger 2--slowed
then a couple others I tested.
leaving the game afk a minute to see now if the mispelling helps.
_________________
for fun
Thu Jan 09, 2014 10:59 pm