• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Voice tell "Battle"

freeferli

Well-known member
Joined
Apr 3, 2019
RedCents
1,031¢
I am not exactly sure what this is, it seems to happen when I enter the kunark channel but I am not 100% sure that is right.
Battle.PNG

Is it voice telling the kunark channel "Battle" am I annoying a bunch of players?
Is this some MQLive plugin or is it a normal EQ feature?
 
Solution
yup looks like you might be having mq2spawnmaster do it?

Code:
OnSpawnCommand="/multiline ; /vt 3 002 ; /popup SPAWN: ${SpawnMaster.LastMatch}!"
I am not exactly sure what this is, it seems to happen when I enter the kunark channel but I am not 100% sure that is right.
View attachment 33009

Is it voice telling the kunark channel "Battle" am I annoying a bunch of players?
Is this some MQLive plugin or is it a normal EQ feature?
you have a hotkey/automation doing /vt 3 ### whatever ### battle is

gonna need to find that

mq2rez does /vt 3 007 if you have voicenotify turned on
 
@Sic Any idea how I would go about finding where that is coming from? Or what directory to look in?
for now I have just joined a bogus channel for 3

grep -R "voicenotify" macros/
has not returned any results yet.
maybe I will try this next
grep -R "/vt" macros/
 
yup looks like you might be having mq2spawnmaster do it?

Code:
OnSpawnCommand="/multiline ; /vt 3 002 ; /popup SPAWN: ${SpawnMaster.LastMatch}!"
 
Solution
When I added /vt 3 to the command for spawnmaster I did double check it wasn't going to an actual channel. /vt for "voice tell" is trying to "tell" someone by the following name the voice message of battle. But since it's impossible for a player to be named "3" it goes to nobody but yourself. This way an easy way to provide an audible alert to inform you that something had spawned, You can make adjustments to your OnSpawnCommand in the SpawnMaster INI to prevent it from doing this if you like.

INI:
[Server.CharacterName]
OnSpawnCommand="/multiline ; /vt 3 005 ; /popup SPAWN: ${SpawnMaster.LastMatch}!"
Enabled=on

It's per character, so that you can have it only get triggered on one character per group or just one character period. There's tons of information floating around on screen and the VT is a good way to let you know. Of course you can also change it to be a different message /vt 3 001 etc. Glad yall were able to sort out what the issue was though :-)
 
I'm having the same issue, but I don't understand how to disable it. I first tried Enabled=off, that didn't work, then I tried to comment out both lines, that didn't work. Any suggestions?
 
I'm having the same issue, but I don't understand how to disable it. I first tried Enabled=off, that didn't work, then I tried to comment out both lines, that didn't work. Any suggestions?
You will have to determine what is doing it.

Mq2rez or spawnMaster etc

And then you will need to remove it
 
Is there a debugging option to help determine or am I looking at disabling plugins until I find what it is?
In this instance no not really.

You'll need to go through your files as mentioned years ago in this thread - or disable them 1 by 1
 
Question - Voice tell "Battle"

Users who are viewing this thread

Back
Top
Cart