Log in

View Full Version : How to get rid of the Mysterious Voice bullcrap


NostalgiaEQ
03-09-2017, 05:34 AM
go into your server file (eqemuserver) then quests>global>global_player.lua

Edit this with notepad++

where it says level >= 15 change it to ==15. This means the only time this will come up is if you are exactly lvl 15.

Next west karana (qey2hh1) and maybe some other zones have their own bullshitting voice. To disable this go to quests>qey2hh1>player.lua

change level to ==15 in the same way.

chrsschb
03-09-2017, 06:21 PM
Or you could do the appropriate thing and just delete that part of the script entirely.

NostalgiaEQ
03-09-2017, 09:22 PM
Or you could do the appropriate thing and just delete that part of the script entirely.

True but this method allows people to at least see the voice at one level and not be pestered by it forever.

chrsschb
03-10-2017, 01:28 PM
True but this method allows people to at least see the voice at one level and not be pestered by it forever.

Which makes no sense because what happens if level 16 is the first time I enter NK, or level 14?. Either use it or don't.

Or go a step further and have it messaged to the player, set a flag, and then never have it fire again if the player is flagged.