I've noticed for some time a /hail emote spamming, and based on a mmo-champion forum post, learned that oQueue was the suspected culprit.
Sure enough, in oqueue.lua, there's a small block in oqueue.lua:
if oq.is_da_king(name) and ((_hailtiny == nil) or ((now - _hailtiny) > HAILTOTHEKINGBABY)) then
-- hail to the king, baby
_hailtiny = now ;
oq.excited_cheer() ;
Can we please get a UI flag for this in setup? I don't mind being friendly, but it makes certain things tricky, especially for stealthers trying to escape coiners.
Sure enough, in oqueue.lua, there's a small block in oqueue.lua:
if oq.is_da_king(name) and ((_hailtiny == nil) or ((now - _hailtiny) > HAILTOTHEKINGBABY)) then
-- hail to the king, baby
_hailtiny = now ;
oq.excited_cheer() ;
Can we please get a UI flag for this in setup? I don't mind being friendly, but it makes certain things tricky, especially for stealthers trying to escape coiners.