Goto page Previous  1, 2 General Can't get server to connect from other local computers
Reply
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
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:
Macro
More +
[slowsuccess]
trigger=#1# yawns.
command=/g >>> ${EventArg1} has been slowed <<<
[slowfail]
trigger=Your target resisted the #1# spell.
command=/g ${EventArg1} was resisted!!!
[pettauntoff]
trigger=#1#I'll teach you to interfere with me#2#
command=/docommand ${If[${EventArg2.Find[${Me.Pet.DisplayName}]},/multiline ; /bc bad pet!  down!; /pet taunt off,]}

Those are in <MQ2 directory>/MQ2Events_charactername.ini
Tue Jan 07, 2014 6:33 pm
Senior Project Member
ini
More +
[StopEQBC]
trigger=#*#team stop eqbc#*#
command=/bccmd quit
[StartEQBC]
trigger=#*#team start eqbc#*#
command=/bccmd connect
[UnloadEQBC]
trigger=#*#team unload eqbc#*#
command=/plugin mq2eqbc unload
[LoadEQBC]
trigger=#*#team load eqbc#*#
command=/plugin mq2eqbc

_________________
Sorvani
Tue Jan 07, 2014 9:58 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
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?
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,
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:

Macro
More +
[disconnected]
trigger=MQ2EQBC: did not receive expected ping from server, pinging...
command=/bccmd reconnect

[slowed]
trigger=#1# yawns.
command=/g ${EventArg1} is slowed


neither seem to work though...
_________________
for fun
Thu Jan 09, 2014 12:57 pm
In game, type...

/event list

...and post the results.
Thu Jan 09, 2014 6:28 pm
Senior Project Member
You also need to get eqbcs2.
_________________
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.

ini
More +
[disconnected]
trigger=MQ2EQBC: did not recieve expected ping from server, pinging...
command=/bccmd reconnect


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
Thu Jan 09, 2014 10:59 pm
well, I think the mis-spelled word did it...
_________________
for fun
Thu Jan 09, 2014 11:16 pm
Goto page Previous  1, 2 General Can't get server to connect from other local computers
Reply